Html Css Color HEX #511169 Indigo

📋 copy color: '#511169'

red 81 ◦ green 17 ◦ blue 105

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

Shades of Indigo #511169

Tints of Indigo #511169

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 39.9%
G = 8.37%
B = 51.72%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511169 (or 0x511169) is known color: Indigo. HEX triplet: 51, 11 and 69. RGB value is (81,17,105). Sum of RGB (Red+Green+Blue) = 81+17+105=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #511169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511169 is #AEEE96. Grayscale: #2D2D2D. Windows color (decimal): -11464343 or 6885713. OLE color: 6885713.

HSL color Cylindrical-coordinate representation of color #511169: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511169 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 17 105 -
CMYK 0.23 0.84 0 0.59
HSL 283.64º 0.72% 0.24% -
HSV(B) 283.64º 0.84% 0.41% -
XYZ 6.14 3.17 13.65 -
YUV 46.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 81 17 105 0.23 0.84 0 0.59 283.64 0.72 0.24
Hex 51 11 69 17 54 0 3B 11C 48 18
Octal 121 21 151 27 124 0 73 434 110 30
Binary 1010001 10001 1101001 10111 1010100 0 111011 100011100 1001000 11000

Color Harmonies of #511169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511169

Black with #511169

Text Example


Text Example

White with #511169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511169; }

 p { color: rgb(81,17,105); }

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

background-color css

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

 a { background-color: rgb(81,17,105); }

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

border-color css

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

 span { border-color: rgb(81,17,105); }

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