#551A87

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

Shades of Indigo #551A87

Tints of Indigo #551A87

Color information

#551A87 (or 0x551A87) is unknown color: approx Indigo. HEX triplet: 55, 1A and 87. RGB value is (85,26,135). Sum of RGB (Red+Green+Blue) = 85+26+135=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #551A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551A87 is #AAE578. Grayscale: #373737. Windows color (decimal): -11199865 or 8854101. OLE color: 8854101.

HSL color Cylindrical-coordinate representation of color #551A87: hue angle of 272.48º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551A87 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8526135-
CMYK0.370.8100.47
HSL272.48º67.7%31.57%-
HSV(B)272.48º80.74%52.94%-
XYZ8.494.4223.33-
YUV56.07172.55148.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=34.55%
G=10.57%
B=54.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85261350.370.8100.47272.4867.731.57
Hex551A87255102F1104420
Octal125322074512105742010440
Binary10101011101010000111100101101000101011111000100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A87; }

 p { color: rgb(85,26,135); }

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

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

 a { background-color: rgb(85,26,135); }

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

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

 span { border-color: rgb(85,26,135); }

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