Html Css Color HEX #520062 Indigo

📋 copy color: '#520062'

red 82 ◦ green 0 ◦ blue 98

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

Shades of Indigo #520062

Tints of Indigo #520062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.56%
G = 0%
B = 54.44%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520062 (or 0x520062) is known color: Indigo. HEX triplet: 52, 00 and 62. RGB value is (82,0,98). Sum of RGB (Red+Green+Blue) = 82+0+98=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #520062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520062 is #ADFF9D. Grayscale: #232323. Windows color (decimal): -11403166 or 6422610. OLE color: 6422610.

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

Color convert

RGB 82 0 98 -
CMYK 0.16 1 0 0.62
HSL 290.2º 1% 0.19% -
HSV(B) 290.2º 1% 0.38% -
XYZ 5.68 2.68 11.77 -
YUV 35.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 82 0 98 0.16 1 0 0.62 290.2 1 0.19
Hex 52 0 62 10 64 0 3E 122 64 13
Octal 122 0 142 20 144 0 76 442 144 23
Binary 1010010 0 1100010 10000 1100100 0 111110 100100010 1100100 10011

Color Harmonies of #520062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520062

Black with #520062

Text Example


Text Example

White with #520062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520062; }

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

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

background-color css

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

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

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

border-color css

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

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

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