#2E2891

Color #2E2891 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #2E2891

Tints of Dark Slate Blue #2E2891

Color information

#2E2891 (or 0x2E2891) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 28 and 91. RGB value is (46,40,145). Sum of RGB (Red+Green+Blue) = 46+40+145=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E2891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2891 is #D1D76E. Grayscale: #353535. Windows color (decimal): -13752175 or 9513006. OLE color: 9513006.

HSL color Cylindrical-coordinate representation of color #2E2891: hue angle of 243.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2891 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4640145-
CMYK0.680.7200.43
HSL243.43º56.76%36.27%-
HSV(B)243.43º72.41%56.86%-
XYZ74.1427.22-
YUV53.76179.49122.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=19.91%
G=17.32%
B=62.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46401450.680.7200.43243.4356.7636.27
Hex2E2891444802Bf33924
Octal56502211041100533637144
Binary1011101010001001000110001001001000010101111110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2891; }

 p { color: rgb(46,40,145); }

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

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

 a { background-color: rgb(46,40,145); }

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

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

 span { border-color: rgb(46,40,145); }

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