#520365

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

Shades of Indigo #520365

Tints of Indigo #520365

Color information

#520365 (or 0x520365) is unknown color: approx Indigo. HEX triplet: 52, 03 and 65. RGB value is (82,3,101). Sum of RGB (Red+Green+Blue) = 82+3+101=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #520365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520365 is #ADFC9A. Grayscale: #252525. Windows color (decimal): -11402395 or 6619986. OLE color: 6619986.

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

Color convert

RGB823101-
CMYK0.190.9700.60
HSL288.37º94.23%20.39%-
HSV(B)288.37º97.03%39.61%-
XYZ5.862.812.54-
YUV37.79163.67159.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=44.09%
G=1.61%
B=54.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8231010.190.9700.60288.3794.2320.39
Hex52365136103C1205e14
Octal12231452314107444013624
Binary10100101111001011001111000010111100100100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520365; }

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

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

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

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

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

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

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

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