Shades of Dark Slate Blue #3E399E
Tints of Dark Slate Blue #3E399E
RGB
CMYK
RGB Variations
Color information
#3E399E (or 0x3E399E) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 9E. RGB value is (62,57,158). Sum of RGB (Red+Green+Blue) = 62+57+158=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E399E is #C1C661. Grayscale: #454545. Windows color (decimal): -12699234 or 10369342. OLE color: 10369342.
HSL color Cylindrical-coordinate representation of color #3E399E: hue angle of 242.97º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E399E is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 57 | 158 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.38 |
| HSL | 242.97º | 0.47% | 0.42% | - |
| HSV(B) | 242.97º | 0.64% | 0.62% | - |
| XYZ | 9.62 | 6.42 | 33.08 | - |
| YUV | 70.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 158 | 0.61 | 0.64 | 0 | 0.38 | 242.97 | 0.47 | 0.42 |
| Hex | 3E | 39 | 9E | 3D | 40 | 0 | 26 | F3 | 2F | 2A |
| Octal | 76 | 71 | 236 | 75 | 100 | 0 | 46 | 363 | 57 | 52 |
| Binary | 111110 | 111001 | 10011110 | 111101 | 1000000 | 0 | 100110 | 11110011 | 101111 | 101010 |
Color Harmonies of #3E399E
Complementary color
Monochromatic Colors of #3E399E
Black with #3E399E
Text Example
Text Example
White with #3E399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E399E; }
p { color: rgb(62,57,158); }
H1.HeaderClassName
{
color: #3E399E;
}
.AnyTagClassName
{
color: #3E399E;
}
</style>
background-color css
<style>
a { background-color: #3E399E; }
a { background-color: rgb(62,57,158); }
div.DivClassName
{
background-color: #3E399E;
}
.BgClassName
{
background-color: #3E399E;
}
</style>
border-color css
<style>
span { border-color: #3E399E; }
span { border-color: rgb(62,57,158); }
td.TdClassName
{
border-color: #3E399E;
}
.TagClassName
{
border-color: #3E399E;
}
</style>