#2E2793

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

Shades of Dark Slate Blue #2E2793

Tints of Dark Slate Blue #2E2793

Color information

#2E2793 (or 0x2E2793) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 27 and 93. RGB value is (46,39,147). Sum of RGB (Red+Green+Blue) = 46+39+147=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E2793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2793 is #D1D86C. Grayscale: #343434. Windows color (decimal): -13752429 or 9643822. OLE color: 9643822.

HSL color Cylindrical-coordinate representation of color #2E2793: hue angle of 243.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2793 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4639147-
CMYK0.690.7300.42
HSL243.89º58.06%36.47%-
HSV(B)243.89º73.47%57.65%-
XYZ7.124.1428.03-
YUV53.4180.82122.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=19.83%
G=16.81%
B=63.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46391470.690.7300.42243.8958.0636.47
Hex2E2793454902Af43a24
Octal56472231051110523647244
Binary1011101001111001001110001011001001010101011110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,147); }

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

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

 a { background-color: rgb(46,39,147); }

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

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

 span { border-color: rgb(46,39,147); }

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