Html Css Color HEX #52199F Indigo

📋 copy color: '#52199F'

red 82 ◦ green 25 ◦ blue 159

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

Shades of Indigo #52199F

Tints of Indigo #52199F

RGB

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

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

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

R = 30.83%
G = 9.4%
B = 59.77%

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

#52199F (or 0x52199F) is known color: Indigo. HEX triplet: 52, 19 and 9F. RGB value is (82,25,159). Sum of RGB (Red+Green+Blue) = 82+25+159=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #52199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52199F is #ADE660. Grayscale: #383838. Windows color (decimal): -11396705 or 10426706. OLE color: 10426706.

HSL color Cylindrical-coordinate representation of color #52199F: hue angle of 265.52º 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 #52199F is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 25 159 -
CMYK 0.48 0.84 0 0.38
HSL 265.52º 0.73% 0.36% -
HSV(B) 265.52º 0.84% 0.62% -
XYZ 10.09 4.99 33.23 -
YUV 57.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 82 25 159 0.48 0.84 0 0.38 265.52 0.73 0.36
Hex 52 19 9F 30 54 0 26 10A 49 24
Octal 122 31 237 60 124 0 46 412 111 44
Binary 1010010 11001 10011111 110000 1010100 0 100110 100001010 1001001 100100

Color Harmonies of #52199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52199F

Black with #52199F

Text Example


Text Example

White with #52199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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