#521A87

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

Shades of Indigo #521A87

Tints of Indigo #521A87

Color information

#521A87 (or 0x521A87) is unknown color: approx Indigo. HEX triplet: 52, 1A and 87. RGB value is (82,26,135). Sum of RGB (Red+Green+Blue) = 82+26+135=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #521A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A87 is #ADE578. Grayscale: #363636. Windows color (decimal): -11396473 or 8854098. OLE color: 8854098.

HSL color Cylindrical-coordinate representation of color #521A87: hue angle of 270.83º 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 #521A87 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8226135-
CMYK0.390.8100.47
HSL270.83º67.7%31.57%-
HSV(B)270.83º80.74%52.94%-
XYZ8.224.2823.31-
YUV55.17173.05147.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=33.74%
G=10.70%
B=55.56%

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
Decimal82261350.390.8100.47270.8367.731.57
Hex521A87275102F10f4420
Octal122322074712105741710440
Binary10100101101010000111100111101000101011111000011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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