#511774

Color #511774 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #511774

Tints of Indigo #511774

Color information

#511774 (or 0x511774) is unknown color: approx Indigo. HEX triplet: 51, 17 and 74. RGB value is (81,23,116). Sum of RGB (Red+Green+Blue) = 81+23+116=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #511774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511774 is #AEE88B. Grayscale: #323232. Windows color (decimal): -11462796 or 7608145. OLE color: 7608145.

HSL color Cylindrical-coordinate representation of color #511774: hue angle of 277.42º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511774 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8123116-
CMYK0.300.8000.55
HSL277.42º66.91%27.25%-
HSV(B)277.42º80.17%45.49%-
XYZ6.853.6216.86-
YUV50.94164.72149.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=36.82%
G=10.45%
B=52.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81231160.300.8000.55277.4266.9127.25
Hex5117741E50037115431b
Octal121271643612006742510333
Binary10100011011111101001111010100000110111100010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511774; }

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

 H1.HeaderClassName
 {
   color: #511774;
 }
 .AnyTagClassName
 {
   color: #511774;
 }
</style>
background-color css

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

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

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

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

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

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