#520061

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

Shades of Indigo #520061

Tints of Indigo #520061

Color information

#520061 (or 0x520061) is unknown color: approx Indigo. HEX triplet: 52, 00 and 61. RGB value is (82,0,97). Sum of RGB (Red+Green+Blue) = 82+0+97=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #520061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520061 is #ADFF9E. Grayscale: #232323. Windows color (decimal): -11403167 or 6357074. OLE color: 6357074.

HSL color Cylindrical-coordinate representation of color #520061: hue angle of 290.72º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520061 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB82097-
CMYK0.15100.62
HSL290.72º100%19.02%-
HSV(B)290.72º100%38.04%-
XYZ5.642.6611.52-
YUV35.58162.67161.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=45.81%
G=0%
B=54.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal820970.15100.62290.7210019.02
Hex52061F6403E1236413
Octal12201411714407644314423
Binary101001001100001111111001000111110100100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520061; }

 p { color: rgb(82,0,97); }

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

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

 a { background-color: rgb(82,0,97); }

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

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

 span { border-color: rgb(82,0,97); }

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