Html Css Color HEX #511178 Indigo

📋 copy color: '#511178'

red 81 ◦ green 17 ◦ blue 120

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

Shades of Indigo #511178

Tints of Indigo #511178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.05%

R = 37.16%
G = 7.8%
B = 55.05%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511178 (or 0x511178) is known color: Indigo. HEX triplet: 51, 11 and 78. RGB value is (81,17,120). Sum of RGB (Red+Green+Blue) = 81+17+120=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #511178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511178 is #AEEE87. Grayscale: #2F2F2F. Windows color (decimal): -11464328 or 7868753. OLE color: 7868753.

HSL color Cylindrical-coordinate representation of color #511178: hue angle of 277.28º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511178 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 17 120 -
CMYK 0.32 0.86 0 0.53
HSL 277.28º 0.75% 0.27% -
HSV(B) 277.28º 0.86% 0.47% -
XYZ 6.98 3.51 18.08 -
YUV 47.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 81 17 120 0.32 0.86 0 0.53 277.28 0.75 0.27
Hex 51 11 78 20 56 0 35 115 4B 1B
Octal 121 21 170 40 126 0 65 425 113 33
Binary 1010001 10001 1111000 100000 1010110 0 110101 100010101 1001011 11011

Color Harmonies of #511178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511178

Black with #511178

Text Example


Text Example

White with #511178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511178; }

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

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

background-color css

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

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

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

border-color css

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

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

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