#3E3191

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

Shades of Dark Slate Blue #3E3191

Tints of Dark Slate Blue #3E3191

Color information

#3E3191 (or 0x3E3191) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 91. RGB value is (62,49,145). Sum of RGB (Red+Green+Blue) = 62+49+145=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E3191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3191 is #C1CE6E. Grayscale: #3F3F3F. Windows color (decimal): -12701295 or 9515326. OLE color: 9515326.

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

Color convert

RGB6249145-
CMYK0.570.6600.43
HSL248.12º49.48%38.04%-
HSV(B)248.12º66.21%56.86%-
XYZ8.25.2727.37-
YUV63.83173.81126.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=24.22%
G=19.14%
B=56.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62491450.570.6600.43248.1249.4838.04
Hex3E3191394202Bf83126
Octal7661221711020533706146
Binary111110110001100100011110011000010010101111111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,145); }

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

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

 a { background-color: rgb(62,49,145); }

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

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

 span { border-color: rgb(62,49,145); }

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