#521775

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

Shades of Indigo #521775

Tints of Indigo #521775

Color information

#521775 (or 0x521775) is unknown color: approx Indigo. HEX triplet: 52, 17 and 75. RGB value is (82,23,117). Sum of RGB (Red+Green+Blue) = 82+23+117=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #521775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521775 is #ADE88A. Grayscale: #333333. Windows color (decimal): -11397259 or 7673682. OLE color: 7673682.

HSL color Cylindrical-coordinate representation of color #521775: hue angle of 277.66º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521775 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8223117-
CMYK0.300.8000.54
HSL277.66º67.14%27.45%-
HSV(B)277.66º80.34%45.88%-
XYZ73.6917.17-
YUV51.36165.05149.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=36.94%
G=10.36%
B=52.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82231170.300.8000.54277.6667.1427.45
Hex5217751E50036116431b
Octal122271653612006642610333
Binary10100101011111101011111010100000110110100010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521775; }

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

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

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

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

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

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

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

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