#2E2D9E

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

Shades of Dark Slate Blue #2E2D9E

Tints of Dark Slate Blue #2E2D9E

Color information

#2E2D9E (or 0x2E2D9E) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 2D and 9E. RGB value is (46,45,158). Sum of RGB (Red+Green+Blue) = 46+45+158=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E2D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2D9E is #D1D261. Grayscale: #393939. Windows color (decimal): -13750882 or 10366254. OLE color: 10366254.

HSL color Cylindrical-coordinate representation of color #2E2D9E: hue angle of 240.53º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2D9E is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4645158-
CMYK0.710.7200.38
HSL240.53º55.67%39.8%-
HSV(B)240.53º71.52%61.96%-
XYZ8.244.9332.86-
YUV58.18184.33119.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=18.47%
G=18.07%
B=63.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46451580.710.7200.38240.5355.6739.8
Hex2E2D9E4748026f13828
Octal56552361071100463617050
Binary1011101011011001111010001111001000010011011110001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,45,158); }

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

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

 a { background-color: rgb(46,45,158); }

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

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

 span { border-color: rgb(46,45,158); }

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