Html Css Color HEX #52016C Indigo

📋 copy color: '#52016C'

red 82 ◦ green 1 ◦ blue 108

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

Shades of Indigo #52016C

Tints of Indigo #52016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 42.93%
G = 0.52%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52016C (or 0x52016C) is known color: Indigo. HEX triplet: 52, 01 and 6C. RGB value is (82,1,108). Sum of RGB (Red+Green+Blue) = 82+1+108=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #52016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52016C is #ADFE93. Grayscale: #252525. Windows color (decimal): -11402900 or 7078226. OLE color: 7078226.

HSL color Cylindrical-coordinate representation of color #52016C: hue angle of 285.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52016C is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 1 108 -
CMYK 0.24 0.99 0 0.58
HSL 285.42º 0.98% 0.21% -
HSV(B) 285.42º 0.99% 0.42% -
XYZ 6.2 2.9 14.42 -
YUV 37.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 82 1 108 0.24 0.99 0 0.58 285.42 0.98 0.21
Hex 52 1 6C 18 63 0 3A 11D 62 15
Octal 122 1 154 30 143 0 72 435 142 25
Binary 1010010 1 1101100 11000 1100011 0 111010 100011101 1100010 10101

Color Harmonies of #52016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52016C

Black with #52016C

Text Example


Text Example

White with #52016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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