Html Css Color HEX #511177 Indigo

📋 copy color: '#511177'

red 81 ◦ green 17 ◦ blue 119

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

Shades of Indigo #511177

Tints of Indigo #511177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 37.33%
G = 7.83%
B = 54.84%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511177 (or 0x511177) is known color: Indigo. HEX triplet: 51, 11 and 77. RGB value is (81,17,119). Sum of RGB (Red+Green+Blue) = 81+17+119=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #511177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511177 is #AEEE88. Grayscale: #2F2F2F. Windows color (decimal): -11464329 or 7803217. OLE color: 7803217.

HSL color Cylindrical-coordinate representation of color #511177: hue angle of 277.65º 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 #511177 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 17 119 -
CMYK 0.32 0.86 0 0.53
HSL 277.65º 0.75% 0.27% -
HSV(B) 277.65º 0.86% 0.47% -
XYZ 6.92 3.48 17.76 -
YUV 47.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 81 17 119 0.32 0.86 0 0.53 277.65 0.75 0.27
Hex 51 11 77 20 56 0 35 116 4B 1B
Octal 121 21 167 40 126 0 65 426 113 33
Binary 1010001 10001 1110111 100000 1010110 0 110101 100010110 1001011 11011

Color Harmonies of #511177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511177

Black with #511177

Text Example


Text Example

White with #511177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511177; }

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

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

background-color css

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

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

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

border-color css

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

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

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