Html Css Color HEX #511377 Indigo

📋 copy color: '#511377'

red 81 ◦ green 19 ◦ blue 119

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

Shades of Indigo #511377

Tints of Indigo #511377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 36.99%
G = 8.68%
B = 54.34%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511377 (or 0x511377) is known color: Indigo. HEX triplet: 51, 13 and 77. RGB value is (81,19,119). Sum of RGB (Red+Green+Blue) = 81+19+119=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #511377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511377 is #AEEC88. Grayscale: #303030. Windows color (decimal): -11463817 or 7803729. OLE color: 7803729.

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

Color convert

RGB 81 19 119 -
CMYK 0.32 0.84 0 0.53
HSL 277.2º 0.72% 0.27% -
HSV(B) 277.2º 0.84% 0.47% -
XYZ 6.96 3.55 17.77 -
YUV 48.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 81 19 119 0.32 0.84 0 0.53 277.2 0.72 0.27
Hex 51 13 77 20 54 0 35 115 48 1B
Octal 121 23 167 40 124 0 65 425 110 33
Binary 1010001 10011 1110111 100000 1010100 0 110101 100010101 1001000 11011

Color Harmonies of #511377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511377

Black with #511377

Text Example


Text Example

White with #511377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511377; }

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

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

background-color css

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

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

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

border-color css

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

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

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