#521996

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

Shades of Indigo #521996

Tints of Indigo #521996

Color information

#521996 (or 0x521996) is unknown color: approx Indigo. HEX triplet: 52, 19 and 96. RGB value is (82,25,150). Sum of RGB (Red+Green+Blue) = 82+25+150=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #521996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521996 is #ADE669. Grayscale: #373737. Windows color (decimal): -11396714 or 9836882. OLE color: 9836882.

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

Color convert

RGB8225150-
CMYK0.450.8300.41
HSL267.36º71.43%34.31%-
HSV(B)267.36º83.33%58.82%-
XYZ9.334.6929.27-
YUV56.29180.88146.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=31.91%
G=9.73%
B=58.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82251500.450.8300.41267.3671.4334.31
Hex5219962D5302910b4722
Octal122312265512305141310742
Binary10100101100110010110101101101001101010011000010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521996; }

 p { color: rgb(82,25,150); }

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

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

 a { background-color: rgb(82,25,150); }

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

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

 span { border-color: rgb(82,25,150); }

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