#511286

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

Shades of Indigo #511286

Tints of Indigo #511286

Color information

#511286 (or 0x511286) is unknown color: approx Indigo. HEX triplet: 51, 12 and 86. RGB value is (81,18,134). Sum of RGB (Red+Green+Blue) = 81+18+134=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #511286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511286 is #AEED79. Grayscale: #313131. Windows color (decimal): -11464058 or 8786513. OLE color: 8786513.

HSL color Cylindrical-coordinate representation of color #511286: hue angle of 272.59º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511286 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8118134-
CMYK0.400.8700.47
HSL272.59º76.32%29.8%-
HSV(B)272.59º86.57%52.55%-
XYZ7.913.922.89-
YUV50.06175.37150.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=34.76%
G=7.73%
B=57.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81181340.400.8700.47272.5976.3229.8
Hex511286285702F1114c1e
Octal121222065012705742111436
Binary1010001100101000011010100010101110101111100010001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511286; }

 p { color: rgb(81,18,134); }

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

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

 a { background-color: rgb(81,18,134); }

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

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

 span { border-color: rgb(81,18,134); }

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