#520593

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

Shades of Indigo #520593

Tints of Indigo #520593

Color information

#520593 (or 0x520593) is unknown color: approx Indigo. HEX triplet: 52, 05 and 93. RGB value is (82,5,147). Sum of RGB (Red+Green+Blue) = 82+5+147=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #520593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520593 is #ADFA6C. Grayscale: #2B2B2B. Windows color (decimal): -11401837 or 9635154. OLE color: 9635154.

HSL color Cylindrical-coordinate representation of color #520593: hue angle of 272.54º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520593 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB825147-
CMYK0.440.9700.42
HSL272.54º93.42%29.8%-
HSV(B)272.54º96.6%57.65%-
XYZ8.84.0127.91-
YUV44.21186.01154.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=35.04%
G=2.14%
B=62.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8251470.440.9700.42272.5493.4229.8
Hex525932C6102A1115d1e
Octal12252235414105242113536
Binary10100101011001001110110011000010101010100010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520593; }

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

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

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

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

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

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

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

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