Html Css Color HEX #52118B Indigo

📋 copy color: '#52118B'

red 82 ◦ green 17 ◦ blue 139

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

Shades of Indigo #52118B

Tints of Indigo #52118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 34.45%
G = 7.14%
B = 58.4%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52118B (or 0x52118B) is known color: Indigo. HEX triplet: 52, 11 and 8B. RGB value is (82,17,139). Sum of RGB (Red+Green+Blue) = 82+17+139=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #52118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52118B is #ADEE74. Grayscale: #313131. Windows color (decimal): -11398773 or 9113938. OLE color: 9113938.

HSL color Cylindrical-coordinate representation of color #52118B: hue angle of 271.97º 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 #52118B is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 17 139 -
CMYK 0.41 0.88 0 0.45
HSL 271.97º 0.78% 0.31% -
HSV(B) 271.97º 0.88% 0.55% -
XYZ 8.34 4.06 24.77 -
YUV 50.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 82 17 139 0.41 0.88 0 0.45 271.97 0.78 0.31
Hex 52 11 8B 29 58 0 2D 110 4E 1F
Octal 122 21 213 51 130 0 55 420 116 37
Binary 1010010 10001 10001011 101001 1011000 0 101101 100010000 1001110 11111

Color Harmonies of #52118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52118B

Black with #52118B

Text Example


Text Example

White with #52118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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