Html Css Color HEX #52019D Indigo

📋 copy color: '#52019D'

red 82 ◦ green 1 ◦ blue 157

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

Shades of Indigo #52019D

Tints of Indigo #52019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 34.17%
G = 0.42%
B = 65.42%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52019D (or 0x52019D) is known color: Indigo. HEX triplet: 52, 01 and 9D. RGB value is (82,1,157). Sum of RGB (Red+Green+Blue) = 82+1+157=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #52019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52019D is #ADFE62. Grayscale: #2A2A2A. Windows color (decimal): -11402851 or 10289490. OLE color: 10289490.

HSL color Cylindrical-coordinate representation of color #52019D: hue angle of 271.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52019D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 1 157 -
CMYK 0.48 0.99 0 0.38
HSL 271.15º 0.99% 0.31% -
HSV(B) 271.15º 0.99% 0.62% -
XYZ 9.58 4.25 32.21 -
YUV 43 192.34 155.82 -
System Red Green Blue C M Y K H S L
Decimal 82 1 157 0.48 0.99 0 0.38 271.15 0.99 0.31
Hex 52 1 9D 30 63 0 26 10F 63 1F
Octal 122 1 235 60 143 0 46 417 143 37
Binary 1010010 1 10011101 110000 1100011 0 100110 100001111 1100011 11111

Color Harmonies of #52019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52019D

Black with #52019D

Text Example


Text Example

White with #52019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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