#531A87

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

Shades of Indigo #531A87

Tints of Indigo #531A87

Color information

#531A87 (or 0x531A87) is unknown color: approx Indigo. HEX triplet: 53, 1A and 87. RGB value is (83,26,135). Sum of RGB (Red+Green+Blue) = 83+26+135=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #531A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531A87 is #ACE578. Grayscale: #373737. Windows color (decimal): -11330937 or 8854099. OLE color: 8854099.

HSL color Cylindrical-coordinate representation of color #531A87: hue angle of 271.38º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531A87 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8326135-
CMYK0.390.8100.47
HSL271.38º67.7%31.57%-
HSV(B)271.38º80.74%52.94%-
XYZ8.314.3323.32-
YUV55.47172.88147.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=34.02%
G=10.66%
B=55.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83261350.390.8100.47271.3867.731.57
Hex531A87275102F10f4420
Octal123322074712105741710440
Binary10100111101010000111100111101000101011111000011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A87; }

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

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

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

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

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

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

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

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