Html Css Color HEX #52197E Indigo

📋 copy color: '#52197E'

red 82 ◦ green 25 ◦ blue 126

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

Shades of Indigo #52197E

Tints of Indigo #52197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.08%

R = 35.19%
G = 10.73%
B = 54.08%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52197E (or 0x52197E) is known color: Indigo. HEX triplet: 52, 19 and 7E. RGB value is (82,25,126). Sum of RGB (Red+Green+Blue) = 82+25+126=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #52197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52197E is #ADE681. Grayscale: #353535. Windows color (decimal): -11396738 or 8264018. OLE color: 8264018.

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

Color convert

RGB 82 25 126 -
CMYK 0.35 0.80 0 0.51
HSL 273.86º 0.67% 0.3% -
HSV(B) 273.86º 0.8% 0.49% -
XYZ 7.59 4 20.11 -
YUV 53.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 82 25 126 0.35 0.80 0 0.51 273.86 0.67 0.3
Hex 52 19 7E 23 50 0 33 112 43 1E
Octal 122 31 176 43 120 0 63 422 103 36
Binary 1010010 11001 1111110 100011 1010000 0 110011 100010010 1000011 11110

Color Harmonies of #52197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52197E

Black with #52197E

Text Example


Text Example

White with #52197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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