Html Css Color HEX #511376 Indigo

📋 copy color: '#511376'

red 81 ◦ green 19 ◦ blue 118

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

Shades of Indigo #511376

Tints of Indigo #511376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 37.16%
G = 8.72%
B = 54.13%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511376 (or 0x511376) is known color: Indigo. HEX triplet: 51, 13 and 76. RGB value is (81,19,118). Sum of RGB (Red+Green+Blue) = 81+19+118=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #511376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511376 is #AEEC89. Grayscale: #303030. Windows color (decimal): -11463818 or 7738193. OLE color: 7738193.

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

Color convert

RGB 81 19 118 -
CMYK 0.31 0.84 0 0.54
HSL 277.58º 0.72% 0.27% -
HSV(B) 277.58º 0.84% 0.46% -
XYZ 6.9 3.52 17.46 -
YUV 48.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 81 19 118 0.31 0.84 0 0.54 277.58 0.72 0.27
Hex 51 13 76 1F 54 0 36 116 48 1B
Octal 121 23 166 37 124 0 66 426 110 33
Binary 1010001 10011 1110110 11111 1010100 0 110110 100010110 1001000 11011

Color Harmonies of #511376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511376

Black with #511376

Text Example


Text Example

White with #511376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511376; }

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

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

background-color css

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

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

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

border-color css

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

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

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