#551889

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

Shades of Indigo #551889

Tints of Indigo #551889

Color information

#551889 (or 0x551889) is unknown color: approx Indigo. HEX triplet: 55, 18 and 89. RGB value is (85,24,137). Sum of RGB (Red+Green+Blue) = 85+24+137=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #551889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551889 is #AAE776. Grayscale: #363636. Windows color (decimal): -11200375 or 8984661. OLE color: 8984661.

HSL color Cylindrical-coordinate representation of color #551889: hue angle of 272.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551889 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8524137-
CMYK0.380.8200.46
HSL272.39º70.19%31.57%-
HSV(B)272.39º82.48%53.73%-
XYZ8.594.3924.06-
YUV55.12174.21149.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=34.55%
G=9.76%
B=55.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85241370.380.8200.46272.3970.1931.57
Hex551889265202E1104620
Octal125302114612205642010640
Binary10101011100010001001100110101001001011101000100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551889; }

 p { color: rgb(85,24,137); }

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

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

 a { background-color: rgb(85,24,137); }

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

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

 span { border-color: rgb(85,24,137); }

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