#531187

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

Shades of Indigo #531187

Tints of Indigo #531187

Color information

#531187 (or 0x531187) is unknown color: approx Indigo. HEX triplet: 53, 11 and 87. RGB value is (83,17,135). Sum of RGB (Red+Green+Blue) = 83+17+135=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #531187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531187 is #ACEE78. Grayscale: #313131. Windows color (decimal): -11333241 or 8851795. OLE color: 8851795.

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

Color convert

RGB8317135-
CMYK0.390.8700.47
HSL273.56º77.63%29.8%-
HSV(B)273.56º87.41%52.94%-
XYZ8.143.9923.26-
YUV50.19175.87151.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=35.32%
G=7.23%
B=57.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83171350.390.8700.47273.5677.6329.8
Hex531187275702F1124e1e
Octal123212074712705742211636
Binary1010011100011000011110011110101110101111100010010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531187; }

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

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

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

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

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

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

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

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