#521684

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

Shades of Indigo #521684

Tints of Indigo #521684

Color information

#521684 (or 0x521684) is unknown color: approx Indigo. HEX triplet: 52, 16 and 84. RGB value is (82,22,132). Sum of RGB (Red+Green+Blue) = 82+22+132=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #521684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521684 is #ADE97B. Grayscale: #343434. Windows color (decimal): -11397500 or 8656466. OLE color: 8656466.

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

Color convert

RGB8222132-
CMYK0.380.8300.48
HSL272.73º71.43%30.2%-
HSV(B)272.73º83.33%51.76%-
XYZ7.934.0322.19-
YUV52.48172.88149.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=34.75%
G=9.32%
B=55.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82221320.380.8300.48272.7371.4330.2
Hex5216842653030111471e
Octal122262044612306042110736
Binary1010010101101000010010011010100110110000100010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521684; }

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

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

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

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

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

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

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

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