#521376

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

Shades of Indigo #521376

Tints of Indigo #521376

Color information

#521376 (or 0x521376) is unknown color: approx Indigo. HEX triplet: 52, 13 and 76. RGB value is (82,19,118). Sum of RGB (Red+Green+Blue) = 82+19+118=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #521376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521376 is #ADEC89. Grayscale: #303030. Windows color (decimal): -11398282 or 7738194. OLE color: 7738194.

HSL color Cylindrical-coordinate representation of color #521376: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521376 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8219118-
CMYK0.310.8400.54
HSL278.18º72.26%26.86%-
HSV(B)278.18º83.9%46.27%-
XYZ6.983.5717.46-
YUV49.12166.87151.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=37.44%
G=8.68%
B=53.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82191180.310.8400.54278.1872.2626.86
Hex5213761F54036116481b
Octal122231663712406642611033
Binary10100101001111101101111110101000110110100010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521376; }

 p { color: rgb(82,19,118); }

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

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

 a { background-color: rgb(82,19,118); }

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

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

 span { border-color: rgb(82,19,118); }

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