#521486

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

Shades of Indigo #521486

Tints of Indigo #521486

Color information

#521486 (or 0x521486) is unknown color: approx Indigo. HEX triplet: 52, 14 and 86. RGB value is (82,20,134). Sum of RGB (Red+Green+Blue) = 82+20+134=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #521486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521486 is #ADEB79. Grayscale: #333333. Windows color (decimal): -11398010 or 8787026. OLE color: 8787026.

HSL color Cylindrical-coordinate representation of color #521486: hue angle of 272.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521486 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8220134-
CMYK0.390.8500.47
HSL272.63º74.03%30.2%-
HSV(B)272.63º85.07%52.55%-
XYZ8.034.0222.91-
YUV51.53174.54149.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=34.75%
G=8.47%
B=56.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82201340.390.8500.47272.6374.0330.2
Hex521486275502F1114a1e
Octal122242064712505742111236
Binary1010010101001000011010011110101010101111100010001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521486; }

 p { color: rgb(82,20,134); }

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

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

 a { background-color: rgb(82,20,134); }

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

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

 span { border-color: rgb(82,20,134); }

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