Html Css Color HEX #52106A Indigo

📋 copy color: '#52106A'

red 82 ◦ green 16 ◦ blue 106

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

Shades of Indigo #52106A

Tints of Indigo #52106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 40.2%
G = 7.84%
B = 51.96%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52106A (or 0x52106A) is known color: Indigo. HEX triplet: 52, 10 and 6A. RGB value is (82,16,106). Sum of RGB (Red+Green+Blue) = 82+16+106=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #52106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52106A is #ADEF95. Grayscale: #2D2D2D. Windows color (decimal): -11399062 or 6950994. OLE color: 6950994.

HSL color Cylindrical-coordinate representation of color #52106A: hue angle of 284º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52106A is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 16 106 -
CMYK 0.23 0.85 0 0.58
HSL 284º 0.74% 0.24% -
HSV(B) 284º 0.85% 0.42% -
XYZ 6.27 3.21 13.92 -
YUV 45.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 82 16 106 0.23 0.85 0 0.58 284 0.74 0.24
Hex 52 10 6A 17 55 0 3A 11C 4A 18
Octal 122 20 152 27 125 0 72 434 112 30
Binary 1010010 10000 1101010 10111 1010101 0 111010 100011100 1001010 11000

Color Harmonies of #52106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52106A

Black with #52106A

Text Example


Text Example

White with #52106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52106A; }

 p { color: rgb(82,16,106); }

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

background-color css

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

 a { background-color: rgb(82,16,106); }

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

border-color css

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

 span { border-color: rgb(82,16,106); }

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