#511292

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

Shades of Indigo #511292

Tints of Indigo #511292

Color information

#511292 (or 0x511292) is unknown color: approx Indigo. HEX triplet: 51, 12 and 92. RGB value is (81,18,146). Sum of RGB (Red+Green+Blue) = 81+18+146=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #511292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511292 is #AEED6D. Grayscale: #323232. Windows color (decimal): -11464046 or 9572945. OLE color: 9572945.

HSL color Cylindrical-coordinate representation of color #511292: hue angle of 269.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511292 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8118146-
CMYK0.450.8800.43
HSL269.53º78.05%32.16%-
HSV(B)269.53º87.67%57.25%-
XYZ8.84.2627.55-
YUV51.43181.37149.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=33.06%
G=7.35%
B=59.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81181460.450.8800.43269.5378.0532.16
Hex5112922D5802B10e4e20
Octal121222225513005341611640
Binary10100011001010010010101101101100001010111000011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511292; }

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

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

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

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

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

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

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

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