Html Css Color HEX #52139C Indigo

📋 copy color: '#52139C'

red 82 ◦ green 19 ◦ blue 156

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

Shades of Indigo #52139C

Tints of Indigo #52139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 31.91%
G = 7.39%
B = 60.7%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52139C (or 0x52139C) is known color: Indigo. HEX triplet: 52, 13 and 9C. RGB value is (82,19,156). Sum of RGB (Red+Green+Blue) = 82+19+156=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #52139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52139C is #ADEC63. Grayscale: #343434. Windows color (decimal): -11398244 or 10228562. OLE color: 10228562.

HSL color Cylindrical-coordinate representation of color #52139C: hue angle of 267.59º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52139C is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 19 156 -
CMYK 0.47 0.88 0 0.39
HSL 267.59º 0.78% 0.34% -
HSV(B) 267.59º 0.88% 0.61% -
XYZ 9.71 4.66 31.84 -
YUV 53.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 82 19 156 0.47 0.88 0 0.39 267.59 0.78 0.34
Hex 52 13 9C 2F 58 0 27 10C 4E 22
Octal 122 23 234 57 130 0 47 414 116 42
Binary 1010010 10011 10011100 101111 1011000 0 100111 100001100 1001110 100010

Color Harmonies of #52139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52139C

Black with #52139C

Text Example


Text Example

White with #52139C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,19,156); }

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

background-color css

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

 a { background-color: rgb(82,19,156); }

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

border-color css

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

 span { border-color: rgb(82,19,156); }

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