#550497

Color #550497 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550497

Tints of Indigo #550497

Color information

#550497 (or 0x550497) is unknown color: approx Indigo. HEX triplet: 55, 04 and 97. RGB value is (85,4,151). Sum of RGB (Red+Green+Blue) = 85+4+151=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #550497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550497 is #AAFB68. Grayscale: #2C2C2C. Windows color (decimal): -11205481 or 9897045. OLE color: 9897045.

HSL color Cylindrical-coordinate representation of color #550497: hue angle of 273.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550497 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB854151-
CMYK0.440.9700.41
HSL273.06º94.84%30.39%-
HSV(B)273.06º97.35%59.22%-
XYZ9.384.2529.6-
YUV44.98187.84156.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 151 (59.38% from 255) = 62.92%
R=35.42%
G=1.67%
B=62.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8541510.440.9700.41273.0694.8430.39
Hex554972C610291115f1e
Octal12542275414105142113736
Binary10101011001001011110110011000010101001100010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550497; }

 p { color: rgb(85,4,151); }

 H1.HeaderClassName
 {
   color: #550497;
 }
 .AnyTagClassName
 {
   color: #550497;
 }
</style>
background-color css

<style>
 a { background-color: #550497; }

 a { background-color: rgb(85,4,151); }

 div.DivClassName
 {
   background-color: #550497;
 }
 .BgClassName
 {
   background-color: #550497;
 }
</style>
border-color css

<style>
 span { border-color: #550497; }

 span { border-color: rgb(85,4,151); }

 td.TdClassName
 {
   border-color: #550497;
 }
 .TagClassName
 {
   border-color: #550497;
 }
</style>