Html Css Color HEX #52179E Indigo

📋 copy color: '#52179E'

red 82 ◦ green 23 ◦ blue 158

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

Shades of Indigo #52179E

Tints of Indigo #52179E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 31.18%
G = 8.75%
B = 60.08%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52179E (or 0x52179E) is known color: Indigo. HEX triplet: 52, 17 and 9E. RGB value is (82,23,158). Sum of RGB (Red+Green+Blue) = 82+23+158=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #52179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52179E is #ADE861. Grayscale: #373737. Windows color (decimal): -11397218 or 10360658. OLE color: 10360658.

HSL color Cylindrical-coordinate representation of color #52179E: hue angle of 266.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52179E is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 23 158 -
CMYK 0.48 0.85 0 0.38
HSL 266.22º 0.75% 0.35% -
HSV(B) 266.22º 0.85% 0.62% -
XYZ 9.96 4.88 32.76 -
YUV 56.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 82 23 158 0.48 0.85 0 0.38 266.22 0.75 0.35
Hex 52 17 9E 30 55 0 26 10A 4B 23
Octal 122 27 236 60 125 0 46 412 113 43
Binary 1010010 10111 10011110 110000 1010101 0 100110 100001010 1001011 100011

Color Harmonies of #52179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52179E

Black with #52179E

Text Example


Text Example

White with #52179E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,23,158); }

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

background-color css

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

 a { background-color: rgb(82,23,158); }

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

border-color css

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

 span { border-color: rgb(82,23,158); }

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