Html Css Color HEX #52049F Indigo

📋 copy color: '#52049F'

red 82 ◦ green 4 ◦ blue 159

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

Shades of Indigo #52049F

Tints of Indigo #52049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 159 (62.5% from 255) = 64.9%

R = 33.47%
G = 1.63%
B = 64.9%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52049F (or 0x52049F) is known color: Indigo. HEX triplet: 52, 04 and 9F. RGB value is (82,4,159). Sum of RGB (Red+Green+Blue) = 82+4+159=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #52049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52049F is #ADFB60. Grayscale: #2C2C2C. Windows color (decimal): -11402081 or 10421330. OLE color: 10421330.

HSL color Cylindrical-coordinate representation of color #52049F: hue angle of 270.19º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52049F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 4 159 -
CMYK 0.48 0.97 0 0.38
HSL 270.19º 0.95% 0.32% -
HSV(B) 270.19º 0.97% 0.62% -
XYZ 9.78 4.38 33.13 -
YUV 44.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 82 4 159 0.48 0.97 0 0.38 270.19 0.95 0.32
Hex 52 4 9F 30 61 0 26 10E 5F 20
Octal 122 4 237 60 141 0 46 416 137 40
Binary 1010010 100 10011111 110000 1100001 0 100110 100001110 1011111 100000

Color Harmonies of #52049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52049F

Black with #52049F

Text Example


Text Example

White with #52049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52049F; }

 p { color: rgb(82,4,159); }

 H1.HeaderClassName
 {
   color: #52049F;
 }
 .AnyTagClassName
 {
   color: #52049F;
 }
</style>

background-color css

<style>
 a { background-color: #52049F; }

 a { background-color: rgb(82,4,159); }

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

border-color css

<style>
 span { border-color: #52049F; }

 span { border-color: rgb(82,4,159); }

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