#511093

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

Shades of Indigo #511093

Tints of Indigo #511093

Color information

#511093 (or 0x511093) is unknown color: approx Indigo. HEX triplet: 51, 10 and 93. RGB value is (81,16,147). Sum of RGB (Red+Green+Blue) = 81+16+147=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #511093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511093 is #AEEF6C. Grayscale: #313131. Windows color (decimal): -11464557 or 9637969. OLE color: 9637969.

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

Color convert

RGB8116147-
CMYK0.450.8900.42
HSL269.77º80.37%31.96%-
HSV(B)269.77º89.12%57.65%-
XYZ8.854.2327.95-
YUV50.37182.53149.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=33.20%
G=6.56%
B=60.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81161470.450.8900.42269.7780.3731.96
Hex5110932D5902A10e5020
Octal121202235513105241612040
Binary10100011000010010011101101101100101010101000011101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511093; }

 p { color: rgb(81,16,147); }

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

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

 a { background-color: rgb(81,16,147); }

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

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

 span { border-color: rgb(81,16,147); }

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