Html Css Color HEX #52199D Indigo

📋 copy color: '#52199D'

red 82 ◦ green 25 ◦ blue 157

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

Shades of Indigo #52199D

Tints of Indigo #52199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 31.06%
G = 9.47%
B = 59.47%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52199D (or 0x52199D) is known color: Indigo. HEX triplet: 52, 19 and 9D. RGB value is (82,25,157). Sum of RGB (Red+Green+Blue) = 82+25+157=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #52199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52199D is #ADE662. Grayscale: #383838. Windows color (decimal): -11396707 or 10295634. OLE color: 10295634.

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

Color convert

RGB 82 25 157 -
CMYK 0.48 0.84 0 0.38
HSL 265.91º 0.73% 0.36% -
HSV(B) 265.91º 0.84% 0.62% -
XYZ 9.91 4.92 32.33 -
YUV 57.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 82 25 157 0.48 0.84 0 0.38 265.91 0.73 0.36
Hex 52 19 9D 30 54 0 26 10A 49 24
Octal 122 31 235 60 124 0 46 412 111 44
Binary 1010010 11001 10011101 110000 1010100 0 100110 100001010 1001001 100100

Color Harmonies of #52199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52199D

Black with #52199D

Text Example


Text Example

White with #52199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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