#521779

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

Shades of Indigo #521779

Tints of Indigo #521779

Color information

#521779 (or 0x521779) is unknown color: approx Indigo. HEX triplet: 52, 17 and 79. RGB value is (82,23,121). Sum of RGB (Red+Green+Blue) = 82+23+121=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #521779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521779 is #ADE886. Grayscale: #333333. Windows color (decimal): -11397255 or 7935826. OLE color: 7935826.

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

Color convert

RGB8223121-
CMYK0.320.8100.53
HSL276.12º68.06%28.24%-
HSV(B)276.12º80.99%47.45%-
XYZ7.243.7918.44-
YUV51.81167.05149.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=36.28%
G=10.18%
B=53.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82231210.320.8100.53276.1268.0628.24
Hex5217792051035114441c
Octal122271714012106542410434
Binary101001010111111100110000010100010110101100010100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521779; }

 p { color: rgb(82,23,121); }

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

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

 a { background-color: rgb(82,23,121); }

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

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

 span { border-color: rgb(82,23,121); }

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