#531786

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

Shades of Indigo #531786

Tints of Indigo #531786

Color information

#531786 (or 0x531786) is unknown color: approx Indigo. HEX triplet: 53, 17 and 86. RGB value is (83,23,134). Sum of RGB (Red+Green+Blue) = 83+23+134=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #531786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531786 is #ACE879. Grayscale: #353535. Windows color (decimal): -11331706 or 8787795. OLE color: 8787795.

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

Color convert

RGB8323134-
CMYK0.380.8300.47
HSL272.43º70.7%30.78%-
HSV(B)272.43º82.84%52.55%-
XYZ8.184.1722.93-
YUV53.59173.38148.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=34.58%
G=9.58%
B=55.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83231340.380.8300.47272.4370.730.78
Hex531786265302F110471f
Octal123272064612305742010737
Binary1010011101111000011010011010100110101111100010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531786; }

 p { color: rgb(83,23,134); }

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

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

 a { background-color: rgb(83,23,134); }

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

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

 span { border-color: rgb(83,23,134); }

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