Html Css Color HEX #511179 Indigo

📋 copy color: '#511179'

red 81 ◦ green 17 ◦ blue 121

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

Shades of Indigo #511179

Tints of Indigo #511179

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 121 (47.66% from 255) = 55.25%

R = 36.99%
G = 7.76%
B = 55.25%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511179 (or 0x511179) is known color: Indigo. HEX triplet: 51, 11 and 79. RGB value is (81,17,121). Sum of RGB (Red+Green+Blue) = 81+17+121=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #511179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511179 is #AEEE86. Grayscale: #2F2F2F. Windows color (decimal): -11464327 or 7934289. OLE color: 7934289.

HSL color Cylindrical-coordinate representation of color #511179: hue angle of 276.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511179 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 17 121 -
CMYK 0.33 0.86 0 0.53
HSL 276.92º 0.75% 0.27% -
HSV(B) 276.92º 0.86% 0.47% -
XYZ 7.04 3.53 18.4 -
YUV 47.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 81 17 121 0.33 0.86 0 0.53 276.92 0.75 0.27
Hex 51 11 79 21 56 0 35 115 4B 1B
Octal 121 21 171 41 126 0 65 425 113 33
Binary 1010001 10001 1111001 100001 1010110 0 110101 100010101 1001011 11011

Color Harmonies of #511179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511179

Black with #511179

Text Example


Text Example

White with #511179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511179; }

 p { color: rgb(81,17,121); }

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

background-color css

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

 a { background-color: rgb(81,17,121); }

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

border-color css

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

 span { border-color: rgb(81,17,121); }

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