#521099

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

Shades of Indigo #521099

Tints of Indigo #521099

Color information

#521099 (or 0x521099) is unknown color: approx Indigo. HEX triplet: 52, 10 and 99. RGB value is (82,16,153). Sum of RGB (Red+Green+Blue) = 82+16+153=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #521099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521099 is #ADEF66. Grayscale: #323232. Windows color (decimal): -11399015 or 10031186. OLE color: 10031186.

HSL color Cylindrical-coordinate representation of color #521099: hue angle of 268.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521099 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8216153-
CMYK0.460.9000.4
HSL268.91º81.07%33.14%-
HSV(B)268.91º89.54%60%-
XYZ9.414.4630.5-
YUV51.35185.37149.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=32.67%
G=6.37%
B=60.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82161530.460.9000.4268.9181.0733.14
Hex5210992E5A02810d5121
Octal122202315613205041512141
Binary10100101000010011001101110101101001010001000011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521099; }

 p { color: rgb(82,16,153); }

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

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

 a { background-color: rgb(82,16,153); }

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

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

 span { border-color: rgb(82,16,153); }

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