#531897

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

Shades of Indigo #531897

Tints of Indigo #531897

Color information

#531897 (or 0x531897) is unknown color: approx Indigo. HEX triplet: 53, 18 and 97. RGB value is (83,24,151). Sum of RGB (Red+Green+Blue) = 83+24+151=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #531897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531897 is #ACE768. Grayscale: #373737. Windows color (decimal): -11331433 or 9902163. OLE color: 9902163.

HSL color Cylindrical-coordinate representation of color #531897: hue angle of 267.87º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531897 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8324151-
CMYK0.450.8400.41
HSL267.87º72.57%34.31%-
HSV(B)267.87º84.11%59.22%-
XYZ9.484.7329.69-
YUV56.12181.55147.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=32.17%
G=9.30%
B=58.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83241510.450.8400.41267.8772.5734.31
Hex5318972D5402910c4922
Octal123302275512405141411142
Binary10100111100010010111101101101010001010011000011001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531897; }

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

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

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

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

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

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

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

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