Html Css Color HEX #520362 Indigo

📋 copy color: '#520362'

red 82 ◦ green 3 ◦ blue 98

#520362
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #520362

Tints of Indigo #520362

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 value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520362 (or 0x520362) is known color: 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

RGB 82 3 98 -
CMYK 0.16 0.97 0 0.62
HSL 289.89º 0.94% 0.2% -
HSV(B) 289.89º 0.97% 0.38% -
XYZ 5.72 2.74 11.78 -
YUV 37.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 82 3 98 0.16 0.97 0 0.62 289.89 0.94 0.2
Hex 52 3 62 10 61 0 3E 122 5E 14
Octal 122 3 142 20 141 0 76 442 136 24
Binary 1010010 11 1100010 10000 1100001 0 111110 100100010 1011110 10100

Color Harmonies of #520362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520362

Black with #520362

Text Example


Text Example

White with #520362

Text Example


Text Example

HTML Codes & Css Web 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>