#521785

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

Shades of Indigo #521785

Tints of Indigo #521785

Color information

#521785 (or 0x521785) is unknown color: approx Indigo. HEX triplet: 52, 17 and 85. RGB value is (82,23,133). Sum of RGB (Red+Green+Blue) = 82+23+133=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #521785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521785 is #ADE87A. Grayscale: #343434. Windows color (decimal): -11397243 or 8722258. OLE color: 8722258.

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

Color convert

RGB8223133-
CMYK0.380.8300.48
HSL272.18º70.51%30.59%-
HSV(B)272.18º82.71%52.16%-
XYZ8.024.122.56-
YUV53.18173.05148.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 23 (9.38% from 255) = 9.66%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=34.45%
G=9.66%
B=55.88%

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
Decimal82231330.380.8300.48272.1870.5130.59
Hex5217852653030110471f
Octal122272054612306042010737
Binary1010010101111000010110011010100110110000100010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521785; }

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

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

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

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

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

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

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

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