#520670

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

Shades of Indigo #520670

Tints of Indigo #520670

Color information

#520670 (or 0x520670) is unknown color: approx Indigo. HEX triplet: 52, 06 and 70. RGB value is (82,6,112). Sum of RGB (Red+Green+Blue) = 82+6+112=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #520670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520670 is #ADF98F. Grayscale: #282828. Windows color (decimal): -11401616 or 7341650. OLE color: 7341650.

HSL color Cylindrical-coordinate representation of color #520670: hue angle of 283.02º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520670 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB826112-
CMYK0.270.9500.56
HSL283.02º89.83%23.14%-
HSV(B)283.02º94.64%43.92%-
XYZ6.473.0915.59-
YUV40.81168.18157.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 112 (44.14% from 255) = 56%
R=41%
G=3%
B=56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8261120.270.9500.56283.0289.8323.14
Hex526701B5F03811b5a17
Octal12261603313707043313227
Binary101001011011100001101110111110111000100011011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520670; }

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

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

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

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

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

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

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

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