#521884

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

Shades of Indigo #521884

Tints of Indigo #521884

Color information

#521884 (or 0x521884) is unknown color: approx Indigo. HEX triplet: 52, 18 and 84. RGB value is (82,24,132). Sum of RGB (Red+Green+Blue) = 82+24+132=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #521884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521884 is #ADE77B. Grayscale: #353535. Windows color (decimal): -11396988 or 8656978. OLE color: 8656978.

HSL color Cylindrical-coordinate representation of color #521884: hue angle of 272.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521884 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8224132-
CMYK0.380.8200.48
HSL272.22º69.23%30.59%-
HSV(B)272.22º81.82%51.76%-
XYZ7.974.1122.2-
YUV53.65172.22148.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=34.45%
G=10.08%
B=55.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82241320.380.8200.48272.2269.2330.59
Hex5218842652030110451f
Octal122302044612206042010537
Binary1010010110001000010010011010100100110000100010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521884; }

 p { color: rgb(82,24,132); }

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

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

 a { background-color: rgb(82,24,132); }

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

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

 span { border-color: rgb(82,24,132); }

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