#520661

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

Shades of Indigo #520661

Tints of Indigo #520661

Color information

#520661 (or 0x520661) is unknown color: approx Indigo. HEX triplet: 52, 06 and 61. RGB value is (82,6,97). Sum of RGB (Red+Green+Blue) = 82+6+97=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #520661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520661 is #ADF99E. Grayscale: #262626. Windows color (decimal): -11401631 or 6358610. OLE color: 6358610.

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

Color convert

RGB82697-
CMYK0.150.9400.62
HSL290.11º88.35%20.2%-
HSV(B)290.11º93.81%38.04%-
XYZ5.72.7911.55-
YUV39.1160.68158.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=44.32%
G=3.24%
B=52.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal826970.150.9400.62290.1188.3520.2
Hex52661F5E03E1225814
Octal12261411713607644213024
Binary10100101101100001111110111100111110100100010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520661; }

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

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

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

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

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

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

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

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