Html Css Color HEX #52118D Indigo

📋 copy color: '#52118D'

red 82 ◦ green 17 ◦ blue 141

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

Shades of Indigo #52118D

Tints of Indigo #52118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 34.17%
G = 7.08%
B = 58.75%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52118D (or 0x52118D) is known color: Indigo. HEX triplet: 52, 11 and 8D. RGB value is (82,17,141). Sum of RGB (Red+Green+Blue) = 82+17+141=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #52118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52118D is #ADEE72. Grayscale: #323232. Windows color (decimal): -11398771 or 9245010. OLE color: 9245010.

HSL color Cylindrical-coordinate representation of color #52118D: hue angle of 271.45º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52118D is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 17 141 -
CMYK 0.42 0.88 0 0.45
HSL 271.45º 0.78% 0.31% -
HSV(B) 271.45º 0.88% 0.55% -
XYZ 8.49 4.12 25.55 -
YUV 50.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 82 17 141 0.42 0.88 0 0.45 271.45 0.78 0.31
Hex 52 11 8D 2A 58 0 2D 10F 4E 1F
Octal 122 21 215 52 130 0 55 417 116 37
Binary 1010010 10001 10001101 101010 1011000 0 101101 100001111 1001110 11111

Color Harmonies of #52118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52118D

Black with #52118D

Text Example


Text Example

White with #52118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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