Html Css Color HEX #52119D Indigo

📋 copy color: '#52119D'

red 82 ◦ green 17 ◦ blue 157

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

Shades of Indigo #52119D

Tints of Indigo #52119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 32.03%
G = 6.64%
B = 61.33%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52119D (or 0x52119D) is known color: Indigo. HEX triplet: 52, 11 and 9D. RGB value is (82,17,157). Sum of RGB (Red+Green+Blue) = 82+17+157=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #52119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52119D is #ADEE62. Grayscale: #333333. Windows color (decimal): -11398755 or 10293586. OLE color: 10293586.

HSL color Cylindrical-coordinate representation of color #52119D: hue angle of 267.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52119D is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 17 157 -
CMYK 0.48 0.89 0 0.38
HSL 267.86º 0.8% 0.34% -
HSV(B) 267.86º 0.89% 0.62% -
XYZ 9.77 4.63 32.28 -
YUV 52.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 82 17 157 0.48 0.89 0 0.38 267.86 0.8 0.34
Hex 52 11 9D 30 59 0 26 10C 50 22
Octal 122 21 235 60 131 0 46 414 120 42
Binary 1010010 10001 10011101 110000 1011001 0 100110 100001100 1010000 100010

Color Harmonies of #52119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52119D

Black with #52119D

Text Example


Text Example

White with #52119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52119D; }

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

 H1.HeaderClassName
 {
   color: #52119D;
 }
 .AnyTagClassName
 {
   color: #52119D;
 }
</style>

background-color css

<style>
 a { background-color: #52119D; }

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

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

border-color css

<style>
 span { border-color: #52119D; }

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

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