Html Css Color HEX #511576 Indigo

📋 copy color: '#511576'

red 81 ◦ green 21 ◦ blue 118

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

Shades of Indigo #511576

Tints of Indigo #511576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 36.82%
G = 9.55%
B = 53.64%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511576 (or 0x511576) is known color: Indigo. HEX triplet: 51, 15 and 76. RGB value is (81,21,118). Sum of RGB (Red+Green+Blue) = 81+21+118=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #511576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511576 is #AEEA89. Grayscale: #313131. Windows color (decimal): -11463306 or 7738705. OLE color: 7738705.

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

Color convert

RGB 81 21 118 -
CMYK 0.31 0.82 0 0.54
HSL 277.11º 0.7% 0.27% -
HSV(B) 277.11º 0.82% 0.46% -
XYZ 6.93 3.59 17.47 -
YUV 50 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 81 21 118 0.31 0.82 0 0.54 277.11 0.7 0.27
Hex 51 15 76 1F 52 0 36 115 46 1B
Octal 121 25 166 37 122 0 66 425 106 33
Binary 1010001 10101 1110110 11111 1010010 0 110110 100010101 1000110 11011

Color Harmonies of #511576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511576

Black with #511576

Text Example


Text Example

White with #511576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511576; }

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

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

background-color css

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

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

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

border-color css

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

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

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