Html Css Color HEX #52179C Indigo

📋 copy color: '#52179C'

red 82 ◦ green 23 ◦ blue 156

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

Shades of Indigo #52179C

Tints of Indigo #52179C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 31.42%
G = 8.81%
B = 59.77%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52179C (or 0x52179C) is known color: Indigo. HEX triplet: 52, 17 and 9C. RGB value is (82,23,156). Sum of RGB (Red+Green+Blue) = 82+23+156=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #52179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52179C is #ADE863. Grayscale: #373737. Windows color (decimal): -11397220 or 10229586. OLE color: 10229586.

HSL color Cylindrical-coordinate representation of color #52179C: hue angle of 266.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52179C is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 23 156 -
CMYK 0.47 0.85 0 0.39
HSL 266.62º 0.74% 0.35% -
HSV(B) 266.62º 0.85% 0.61% -
XYZ 9.79 4.81 31.86 -
YUV 55.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 82 23 156 0.47 0.85 0 0.39 266.62 0.74 0.35
Hex 52 17 9C 2F 55 0 27 10B 4A 23
Octal 122 27 234 57 125 0 47 413 112 43
Binary 1010010 10111 10011100 101111 1010101 0 100111 100001011 1001010 100011

Color Harmonies of #52179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52179C

Black with #52179C

Text Example


Text Example

White with #52179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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