Html Css Color HEX #52197F Indigo

📋 copy color: '#52197F'

red 82 ◦ green 25 ◦ blue 127

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

Shades of Indigo #52197F

Tints of Indigo #52197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.27%

R = 35.04%
G = 10.68%
B = 54.27%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52197F (or 0x52197F) is known color: Indigo. HEX triplet: 52, 19 and 7F. RGB value is (82,25,127). Sum of RGB (Red+Green+Blue) = 82+25+127=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #52197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52197F is #ADE680. Grayscale: #353535. Windows color (decimal): -11396737 or 8329554. OLE color: 8329554.

HSL color Cylindrical-coordinate representation of color #52197F: hue angle of 273.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52197F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 25 127 -
CMYK 0.35 0.80 0 0.50
HSL 273.53º 0.67% 0.3% -
HSV(B) 273.53º 0.8% 0.5% -
XYZ 7.66 4.02 20.45 -
YUV 53.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 82 25 127 0.35 0.80 0 0.50 273.53 0.67 0.3
Hex 52 19 7F 23 50 0 32 112 43 1E
Octal 122 31 177 43 120 0 62 422 103 36
Binary 1010010 11001 1111111 100011 1010000 0 110010 100010010 1000011 11110

Color Harmonies of #52197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52197F

Black with #52197F

Text Example


Text Example

White with #52197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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