Html Css Color HEX #511676 Indigo

📋 copy color: '#511676'

red 81 ◦ green 22 ◦ blue 118

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

Shades of Indigo #511676

Tints of Indigo #511676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 36.65%
G = 9.95%
B = 53.39%

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

#511676 (or 0x511676) is known color: Indigo. HEX triplet: 51, 16 and 76. RGB value is (81,22,118). Sum of RGB (Red+Green+Blue) = 81+22+118=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #511676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511676 is #AEE989. Grayscale: #323232. Windows color (decimal): -11463050 or 7738961. OLE color: 7738961.

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

Color convert

RGB 81 22 118 -
CMYK 0.31 0.81 0 0.54
HSL 276.88º 0.69% 0.27% -
HSV(B) 276.88º 0.81% 0.46% -
XYZ 6.95 3.63 17.47 -
YUV 50.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 81 22 118 0.31 0.81 0 0.54 276.88 0.69 0.27
Hex 51 16 76 1F 51 0 36 115 45 1B
Octal 121 26 166 37 121 0 66 425 105 33
Binary 1010001 10110 1110110 11111 1010001 0 110110 100010101 1000101 11011

Color Harmonies of #511676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511676

Black with #511676

Text Example


Text Example

White with #511676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511676; }

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

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

background-color css

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

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

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

border-color css

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

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

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