Html Css Color HEX #52129D Indigo

📋 copy color: '#52129D'

red 82 ◦ green 18 ◦ blue 157

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

Shades of Indigo #52129D

Tints of Indigo #52129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 31.91%
G = 7%
B = 61.09%

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

#52129D (or 0x52129D) is known color: Indigo. HEX triplet: 52, 12 and 9D. RGB value is (82,18,157). Sum of RGB (Red+Green+Blue) = 82+18+157=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #52129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52129D is #ADED62. Grayscale: #343434. Windows color (decimal): -11398499 or 10293842. OLE color: 10293842.

HSL color Cylindrical-coordinate representation of color #52129D: hue angle of 267.63º degrees, saturation: 0.79, 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 #52129D is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 18 157 -
CMYK 0.48 0.89 0 0.38
HSL 267.63º 0.79% 0.34% -
HSV(B) 267.63º 0.89% 0.62% -
XYZ 9.78 4.66 32.28 -
YUV 52.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 82 18 157 0.48 0.89 0 0.38 267.63 0.79 0.34
Hex 52 12 9D 30 59 0 26 10C 4F 22
Octal 122 22 235 60 131 0 46 414 117 42
Binary 1010010 10010 10011101 110000 1011001 0 100110 100001100 1001111 100010

Color Harmonies of #52129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52129D

Black with #52129D

Text Example


Text Example

White with #52129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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