Html Css Color HEX #511776 Indigo

📋 copy color: '#511776'

red 81 ◦ green 23 ◦ blue 118

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

Shades of Indigo #511776

Tints of Indigo #511776

RGB

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

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

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

R = 36.49%
G = 10.36%
B = 53.15%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511776 (or 0x511776) is known color: Indigo. HEX triplet: 51, 17 and 76. RGB value is (81,23,118). Sum of RGB (Red+Green+Blue) = 81+23+118=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #511776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511776 is #AEE889. Grayscale: #323232. Windows color (decimal): -11462794 or 7739217. OLE color: 7739217.

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

Color convert

RGB 81 23 118 -
CMYK 0.31 0.81 0 0.54
HSL 276.63º 0.67% 0.28% -
HSV(B) 276.63º 0.81% 0.46% -
XYZ 6.97 3.67 17.48 -
YUV 51.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 81 23 118 0.31 0.81 0 0.54 276.63 0.67 0.28
Hex 51 17 76 1F 51 0 36 115 43 1C
Octal 121 27 166 37 121 0 66 425 103 34
Binary 1010001 10111 1110110 11111 1010001 0 110110 100010101 1000011 11100

Color Harmonies of #511776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511776

Black with #511776

Text Example


Text Example

White with #511776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511776; }

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

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

background-color css

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

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

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

border-color css

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

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

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