Html Css Color HEX #52116C Indigo

📋 copy color: '#52116C'

red 82 ◦ green 17 ◦ blue 108

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

Shades of Indigo #52116C

Tints of Indigo #52116C

RGB

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

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

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

R = 39.61%
G = 8.21%
B = 52.17%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52116C (or 0x52116C) is known color: Indigo. HEX triplet: 52, 11 and 6C. RGB value is (82,17,108). Sum of RGB (Red+Green+Blue) = 82+17+108=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #52116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52116C is #ADEE93. Grayscale: #2E2E2E. Windows color (decimal): -11398804 or 7082322. OLE color: 7082322.

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

Color convert

RGB 82 17 108 -
CMYK 0.24 0.84 0 0.58
HSL 282.86º 0.73% 0.25% -
HSV(B) 282.86º 0.84% 0.42% -
XYZ 6.39 3.28 14.48 -
YUV 46.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 82 17 108 0.24 0.84 0 0.58 282.86 0.73 0.25
Hex 52 11 6C 18 54 0 3A 11B 49 19
Octal 122 21 154 30 124 0 72 433 111 31
Binary 1010010 10001 1101100 11000 1010100 0 111010 100011011 1001001 11001

Color Harmonies of #52116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52116C

Black with #52116C

Text Example


Text Example

White with #52116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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