#520293

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

Shades of Indigo #520293

Tints of Indigo #520293

Color information

#520293 (or 0x520293) is unknown color: approx Indigo. HEX triplet: 52, 02 and 93. RGB value is (82,2,147). Sum of RGB (Red+Green+Blue) = 82+2+147=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #520293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520293 is #ADFD6C. Grayscale: #292929. Windows color (decimal): -11402605 or 9634386. OLE color: 9634386.

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

Color convert

RGB822147-
CMYK0.440.9900.42
HSL273.1º97.32%29.22%-
HSV(B)273.1º98.64%57.65%-
XYZ8.773.9427.9-
YUV42.45187156.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=35.50%
G=0.87%
B=63.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8221470.440.9900.42273.197.3229.22
Hex522932C6302A111611d
Octal12222235414305242114135
Binary1010010101001001110110011000110101010100010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520293; }

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

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

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

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

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

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

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

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