#521178

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

Shades of Indigo #521178

Tints of Indigo #521178

Color information

#521178 (or 0x521178) is unknown color: approx Indigo. HEX triplet: 52, 11 and 78. RGB value is (82,17,120). Sum of RGB (Red+Green+Blue) = 82+17+120=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #521178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521178 is #ADEE87. Grayscale: #2F2F2F. Windows color (decimal): -11398792 or 7868754. OLE color: 7868754.

HSL color Cylindrical-coordinate representation of color #521178: hue angle of 277.86º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521178 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8217120-
CMYK0.320.8600.53
HSL277.86º75.18%26.86%-
HSV(B)277.86º85.83%47.06%-
XYZ7.073.5518.08-
YUV48.18168.53152.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=37.44%
G=7.76%
B=54.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82171200.320.8600.53277.8675.1826.86
Hex52117820560351164b1b
Octal122211704012606542611333
Binary101001010001111100010000010101100110101100010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521178; }

 p { color: rgb(82,17,120); }

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

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

 a { background-color: rgb(82,17,120); }

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

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

 span { border-color: rgb(82,17,120); }

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