#520362

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

Shades of Indigo #520362

Tints of Indigo #520362

Color information

#520362 (or 0x520362) is unknown color: approx Indigo. HEX triplet: 52, 03 and 62. RGB value is (82,3,98). Sum of RGB (Red+Green+Blue) = 82+3+98=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #520362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520362 is #ADFC9D. Grayscale: #252525. Windows color (decimal): -11402398 or 6423378. OLE color: 6423378.

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

Color convert

RGB82398-
CMYK0.160.9700.62
HSL289.89º94.06%19.8%-
HSV(B)289.89º96.94%38.43%-
XYZ5.722.7411.78-
YUV37.45162.17159.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=44.81%
G=1.64%
B=53.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal823980.160.9700.62289.8994.0619.8
Hex52362106103E1225e14
Octal12231422014107644213624
Binary10100101111000101000011000010111110100100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520362; }

 p { color: rgb(82,3,98); }

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

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

 a { background-color: rgb(82,3,98); }

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

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

 span { border-color: rgb(82,3,98); }

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