#531887

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

Shades of Indigo #531887

Tints of Indigo #531887

Color information

#531887 (or 0x531887) is unknown color: approx Indigo. HEX triplet: 53, 18 and 87. RGB value is (83,24,135). Sum of RGB (Red+Green+Blue) = 83+24+135=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #531887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531887 is #ACE778. Grayscale: #353535. Windows color (decimal): -11331449 or 8853587. OLE color: 8853587.

HSL color Cylindrical-coordinate representation of color #531887: hue angle of 271.89º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531887 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8324135-
CMYK0.390.8200.47
HSL271.89º69.81%31.18%-
HSV(B)271.89º82.22%52.94%-
XYZ8.274.2423.3-
YUV54.3173.55148.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=34.30%
G=9.92%
B=55.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83241350.390.8200.47271.8969.8131.18
Hex531887275202F110461f
Octal123302074712205742010637
Binary1010011110001000011110011110100100101111100010000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531887; }

 p { color: rgb(83,24,135); }

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

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

 a { background-color: rgb(83,24,135); }

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

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

 span { border-color: rgb(83,24,135); }

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