Html Css Color HEX #52116F Indigo

📋 copy color: '#52116F'

red 82 ◦ green 17 ◦ blue 111

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

Shades of Indigo #52116F

Tints of Indigo #52116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 39.05%
G = 8.1%
B = 52.86%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52116F (or 0x52116F) is known color: Indigo. HEX triplet: 52, 11 and 6F. RGB value is (82,17,111). Sum of RGB (Red+Green+Blue) = 82+17+111=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #52116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52116F is #ADEE90. Grayscale: #2E2E2E. Windows color (decimal): -11398801 or 7278930. OLE color: 7278930.

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

Color convert

RGB 82 17 111 -
CMYK 0.26 0.85 0 0.56
HSL 281.49º 0.73% 0.25% -
HSV(B) 281.49º 0.85% 0.44% -
XYZ 6.55 3.34 15.34 -
YUV 47.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 82 17 111 0.26 0.85 0 0.56 281.49 0.73 0.25
Hex 52 11 6F 1A 55 0 38 119 49 19
Octal 122 21 157 32 125 0 70 431 111 31
Binary 1010010 10001 1101111 11010 1010101 0 111000 100011001 1001001 11001

Color Harmonies of #52116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52116F

Black with #52116F

Text Example


Text Example

White with #52116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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