Shades of Dark Slate Blue #3E3D93
Tints of Dark Slate Blue #3E3D93
RGB
CMYK
RGB Variations
Color information
#3E3D93 (or 0x3E3D93) is known color: Dark Slate Blue. HEX triplet: 3E, 3D and 93. RGB value is (62,61,147). Sum of RGB (Red+Green+Blue) = 62+61+147=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E3D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3D93 is #C1C26C. Grayscale: #464646. Windows color (decimal): -12698221 or 9649470. OLE color: 9649470.
HSL color Cylindrical-coordinate representation of color #3E3D93: hue angle of 240.7º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E3D93 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 61 | 147 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.42 |
| HSL | 240.7º | 0.41% | 0.41% | - |
| HSV(B) | 240.7º | 0.59% | 0.58% | - |
| XYZ | 8.92 | 6.47 | 28.38 | - |
| YUV | 71.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 147 | 0.58 | 0.59 | 0 | 0.42 | 240.7 | 0.41 | 0.41 |
| Hex | 3E | 3D | 93 | 3A | 3B | 0 | 2A | F1 | 29 | 29 |
| Octal | 76 | 75 | 223 | 72 | 73 | 0 | 52 | 361 | 51 | 51 |
| Binary | 111110 | 111101 | 10010011 | 111010 | 111011 | 0 | 101010 | 11110001 | 101001 | 101001 |
Color Harmonies of #3E3D93
Complementary color
Monochromatic Colors of #3E3D93
Black with #3E3D93
Text Example
Text Example
White with #3E3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D93; }
p { color: rgb(62,61,147); }
H1.HeaderClassName
{
color: #3E3D93;
}
.AnyTagClassName
{
color: #3E3D93;
}
</style>
background-color css
<style>
a { background-color: #3E3D93; }
a { background-color: rgb(62,61,147); }
div.DivClassName
{
background-color: #3E3D93;
}
.BgClassName
{
background-color: #3E3D93;
}
</style>
border-color css
<style>
span { border-color: #3E3D93; }
span { border-color: rgb(62,61,147); }
td.TdClassName
{
border-color: #3E3D93;
}
.TagClassName
{
border-color: #3E3D93;
}
</style>