#550C76

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

Shades of Indigo #550C76

Tints of Indigo #550C76

Color information

#550C76 (or 0x550C76) is unknown color: approx Indigo. HEX triplet: 55, 0C and 76. RGB value is (85,12,118). Sum of RGB (Red+Green+Blue) = 85+12+118=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #550C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C76 is #AAF389. Grayscale: #2D2D2D. Windows color (decimal): -11203466 or 7736405. OLE color: 7736405.

HSL color Cylindrical-coordinate representation of color #550C76: hue angle of 281.32º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C76 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8512118-
CMYK0.280.9000.54
HSL281.32º81.54%25.49%-
HSV(B)281.32º89.83%46.27%-
XYZ7.153.517.44-
YUV45.91168.68155.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=39.53%
G=5.58%
B=54.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85121180.280.9000.54281.3281.5425.49
Hex55C761C5A0361195219
Octal125141663413206643112231
Binary1010101110011101101110010110100110110100011001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C76; }

 p { color: rgb(85,12,118); }

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

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

 a { background-color: rgb(85,12,118); }

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

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

 span { border-color: rgb(85,12,118); }

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