Html Css Color HEX #52106F Indigo

📋 copy color: '#52106F'

red 82 ◦ green 16 ◦ blue 111

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

Shades of Indigo #52106F

Tints of Indigo #52106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 39.23%
G = 7.66%
B = 53.11%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52106F (or 0x52106F) is known color: Indigo. HEX triplet: 52, 10 and 6F. RGB value is (82,16,111). Sum of RGB (Red+Green+Blue) = 82+16+111=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #52106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52106F is #ADEF90. Grayscale: #2E2E2E. Windows color (decimal): -11399057 or 7278674. OLE color: 7278674.

HSL color Cylindrical-coordinate representation of color #52106F: hue angle of 281.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52106F is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 16 111 -
CMYK 0.26 0.86 0 0.56
HSL 281.68º 0.75% 0.25% -
HSV(B) 281.68º 0.86% 0.44% -
XYZ 6.53 3.31 15.33 -
YUV 46.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 82 16 111 0.26 0.86 0 0.56 281.68 0.75 0.25
Hex 52 10 6F 1A 56 0 38 11A 4B 19
Octal 122 20 157 32 126 0 70 432 113 31
Binary 1010010 10000 1101111 11010 1010110 0 111000 100011010 1001011 11001

Color Harmonies of #52106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52106F

Black with #52106F

Text Example


Text Example

White with #52106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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