#551582

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

Shades of Indigo #551582

Tints of Indigo #551582

Color information

#551582 (or 0x551582) is unknown color: approx Indigo. HEX triplet: 55, 15 and 82. RGB value is (85,21,130). Sum of RGB (Red+Green+Blue) = 85+21+130=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #551582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551582 is #AAEA7D. Grayscale: #343434. Windows color (decimal): -11201150 or 8525141. OLE color: 8525141.

HSL color Cylindrical-coordinate representation of color #551582: hue angle of 275.23º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551582 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8521130-
CMYK0.350.8400.49
HSL275.23º72.19%29.61%-
HSV(B)275.23º83.85%50.98%-
XYZ8.044.0821.48-
YUV52.56171.7151.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=36.02%
G=8.90%
B=55.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85211300.350.8400.49275.2372.1929.61
Hex5515822354031113481e
Octal125252024312406142311036
Binary1010101101011000001010001110101000110001100010011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551582; }

 p { color: rgb(85,21,130); }

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

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

 a { background-color: rgb(85,21,130); }

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

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

 span { border-color: rgb(85,21,130); }

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