#551376

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

Shades of Indigo #551376

Tints of Indigo #551376

Color information

#551376 (or 0x551376) is unknown color: approx Indigo. HEX triplet: 55, 13 and 76. RGB value is (85,19,118). Sum of RGB (Red+Green+Blue) = 85+19+118=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #551376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551376 is #AAEC89. Grayscale: #313131. Windows color (decimal): -11201674 or 7738197. OLE color: 7738197.

HSL color Cylindrical-coordinate representation of color #551376: hue angle of 280º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551376 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8519118-
CMYK0.280.8400.54
HSL280º72.26%26.86%-
HSV(B)280º83.9%46.27%-
XYZ7.253.7117.47-
YUV50.02166.37152.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=38.29%
G=8.56%
B=53.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85191180.280.8400.5428072.2626.86
Hex5513761C54036118481b
Octal125231663412406643011033
Binary10101011001111101101110010101000110110100011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551376; }

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

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

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

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

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

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

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

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