#511195

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

Shades of Indigo #511195

Tints of Indigo #511195

Color information

#511195 (or 0x511195) is unknown color: approx Indigo. HEX triplet: 51, 11 and 95. RGB value is (81,17,149). Sum of RGB (Red+Green+Blue) = 81+17+149=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #511195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511195 is #AEEE6A. Grayscale: #323232. Windows color (decimal): -11464299 or 9769297. OLE color: 9769297.

HSL color Cylindrical-coordinate representation of color #511195: hue angle of 269.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511195 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8117149-
CMYK0.460.8900.42
HSL269.09º79.52%32.55%-
HSV(B)269.09º88.59%58.43%-
XYZ9.024.3228.79-
YUV51.18183.2149.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=32.79%
G=6.88%
B=60.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81171490.460.8900.42269.0979.5232.55
Hex5111952E5902A10d5021
Octal121212255613105241512041
Binary10100011000110010101101110101100101010101000011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511195; }

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

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

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

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

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

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

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

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