#531592

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

Shades of Indigo #531592

Tints of Indigo #531592

Color information

#531592 (or 0x531592) is unknown color: approx Indigo. HEX triplet: 53, 15 and 92. RGB value is (83,21,146). Sum of RGB (Red+Green+Blue) = 83+21+146=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #531592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531592 is #ACEA6D. Grayscale: #353535. Windows color (decimal): -11332206 or 9573715. OLE color: 9573715.

HSL color Cylindrical-coordinate representation of color #531592: hue angle of 269.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531592 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8321146-
CMYK0.430.8600.43
HSL269.76º74.85%32.75%-
HSV(B)269.76º85.62%57.25%-
XYZ9.024.4527.58-
YUV53.79180.04148.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=33.2%
G=8.4%
B=58.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83211460.430.8600.43269.7674.8532.75
Hex5315922B5602B10e4b21
Octal123252225312605341611341
Binary10100111010110010010101011101011001010111000011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531592; }

 p { color: rgb(83,21,146); }

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

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

 a { background-color: rgb(83,21,146); }

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

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

 span { border-color: rgb(83,21,146); }

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