Html Css Color HEX #520162 Indigo

📋 copy color: '#520162'

red 82 ◦ green 1 ◦ blue 98

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

Shades of Indigo #520162

Tints of Indigo #520162

RGB

 RED value IS 82 (32.42% from 255) = 45.3%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 45.3%
G = 0.55%
B = 54.14%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520162 (or 0x520162) is known color: Indigo. HEX triplet: 52, 01 and 62. RGB value is (82,1,98). Sum of RGB (Red+Green+Blue) = 82+1+98=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #520162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520162 is #ADFE9D. Grayscale: #232323. Windows color (decimal): -11402910 or 6422866. OLE color: 6422866.

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

Color convert

RGB 82 1 98 -
CMYK 0.16 0.99 0 0.62
HSL 290.1º 0.98% 0.19% -
HSV(B) 290.1º 0.99% 0.38% -
XYZ 5.7 2.7 11.78 -
YUV 36.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 82 1 98 0.16 0.99 0 0.62 290.1 0.98 0.19
Hex 52 1 62 10 63 0 3E 122 62 13
Octal 122 1 142 20 143 0 76 442 142 23
Binary 1010010 1 1100010 10000 1100011 0 111110 100100010 1100010 10011

Color Harmonies of #520162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520162

Black with #520162

Text Example


Text Example

White with #520162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520162; }

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

 H1.HeaderClassName
 {
   color: #520162;
 }
 .AnyTagClassName
 {
   color: #520162;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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