#3e3293

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

Shades of Dark Slate Blue #3E3293

Tints of Dark Slate Blue #3E3293

Color information

#3E3293 (or 0x3E3293) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 32 and 93. RGB value is (62,50,147). Sum of RGB (Red+Green+Blue) = 62+50+147=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E3293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3293 is #C1CD6C. Grayscale: #404040. Windows color (decimal): -12701037 or 9646654. OLE color: 9646654.

HSL color Cylindrical-coordinate representation of color #3E3293: hue angle of 247.42º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3293 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6250147-
CMYK0.580.6600.42
HSL247.42º49.24%38.63%-
HSV(B)247.42º65.99%57.65%-
XYZ8.395.4128.21-
YUV64.65174.48126.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.94%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=23.94%
G=19.31%
B=56.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62501470.580.6600.42247.4249.2438.63
Hex3E32933A4202Af73127
Octal7662223721020523676147
Binary111110110010100100111110101000010010101011110111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e3293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e3293; }

 p { color: rgb(62,50,147); }

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

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

 a { background-color: rgb(62,50,147); }

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

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

 span { border-color: rgb(62,50,147); }

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