#520561

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

Shades of Indigo #520561

Tints of Indigo #520561

Color information

#520561 (or 0x520561) is unknown color: approx Indigo. HEX triplet: 52, 05 and 61. RGB value is (82,5,97). Sum of RGB (Red+Green+Blue) = 82+5+97=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #520561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520561 is #ADFA9E. Grayscale: #262626. Windows color (decimal): -11401887 or 6358354. OLE color: 6358354.

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

Color convert

RGB82597-
CMYK0.150.9500.62
HSL290.22º90.2%20%-
HSV(B)290.22º94.85%38.04%-
XYZ5.692.7711.54-
YUV38.51161.01159.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=44.57%
G=2.72%
B=52.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal825970.150.9500.62290.2290.220
Hex52561F5F03E1225a14
Octal12251411713707644213224
Binary10100101011100001111110111110111110100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520561; }

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

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

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

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

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

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

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

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