#520A68

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

Shades of Indigo #520A68

Tints of Indigo #520A68

Color information

#520A68 (or 0x520A68) is unknown color: approx Indigo. HEX triplet: 52, 0A and 68. RGB value is (82,10,104). Sum of RGB (Red+Green+Blue) = 82+10+104=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #520A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A68 is #ADF597. Grayscale: #292929. Windows color (decimal): -11400600 or 6818386. OLE color: 6818386.

HSL color Cylindrical-coordinate representation of color #520A68: hue angle of 285.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520A68 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8210104-
CMYK0.210.9000.59
HSL285.96º82.46%22.35%-
HSV(B)285.96º90.38%40.78%-
XYZ6.093.0113.36-
YUV42.24162.85156.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=41.84%
G=5.10%
B=53.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82101040.210.9000.59285.9682.4622.35
Hex52A68155A03B11e5216
Octal122121502513207343612226
Binary1010010101011010001010110110100111011100011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520A68; }

 p { color: rgb(82,10,104); }

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

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

 a { background-color: rgb(82,10,104); }

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

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

 span { border-color: rgb(82,10,104); }

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