#531593

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

Shades of Indigo #531593

Tints of Indigo #531593

Color information

#531593 (or 0x531593) is unknown color: approx Indigo. HEX triplet: 53, 15 and 93. RGB value is (83,21,147). Sum of RGB (Red+Green+Blue) = 83+21+147=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #531593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531593 is #ACEA6C. Grayscale: #353535. Windows color (decimal): -11332205 or 9639251. OLE color: 9639251.

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

Color convert

RGB8321147-
CMYK0.440.8600.42
HSL269.52º75%32.94%-
HSV(B)269.52º85.71%57.65%-
XYZ9.14.4827.99-
YUV53.9180.54148.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=33.07%
G=8.37%
B=58.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83211470.440.8600.42269.527532.94
Hex5315932C5602A10e4b21
Octal123252235412605241611341
Binary10100111010110010011101100101011001010101000011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531593; }

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

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

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

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

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

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

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

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