#550077

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

Shades of Indigo #550077

Tints of Indigo #550077

Color information

#550077 (or 0x550077) is unknown color: approx Indigo. HEX triplet: 55, 00 and 77. RGB value is (85,0,119). Sum of RGB (Red+Green+Blue) = 85+0+119=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #550077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550077 is #AAFF88. Grayscale: #262626. Windows color (decimal): -11206537 or 7798869. OLE color: 7798869.

HSL color Cylindrical-coordinate representation of color #550077: hue angle of 282.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550077 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB850119-
CMYK0.29100.53
HSL282.86º100%23.33%-
HSV(B)282.86º100%46.67%-
XYZ7.083.2617.71-
YUV38.98173.16160.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=41.67%
G=0%
B=58.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8501190.29100.53282.8610023.33
Hex550771D6403511b6417
Octal12501673514406543314427
Binary1010101011101111110111001000110101100011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550077; }

 p { color: rgb(85,0,119); }

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

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

 a { background-color: rgb(85,0,119); }

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

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

 span { border-color: rgb(85,0,119); }

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