Shades of Dark Slate Blue #3E318B
Tints of Dark Slate Blue #3E318B
RGB
CMYK
RGB Variations
Color information
#3E318B (or 0x3E318B) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 8B. RGB value is (62,49,139). Sum of RGB (Red+Green+Blue) = 62+49+139=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E318B is #C1CE74. Grayscale: #3E3E3E. Windows color (decimal): -12701301 or 9122110. OLE color: 9122110.
HSL color Cylindrical-coordinate representation of color #3E318B: hue angle of 248.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E318B is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 49 | 139 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.45 |
| HSL | 248.67º | 0.48% | 0.37% | - |
| HSV(B) | 248.67º | 0.65% | 0.55% | - |
| XYZ | 7.75 | 5.08 | 25 | - |
| YUV | 63.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 139 | 0.55 | 0.65 | 0 | 0.45 | 248.67 | 0.48 | 0.37 |
| Hex | 3E | 31 | 8B | 37 | 41 | 0 | 2D | F9 | 30 | 25 |
| Octal | 76 | 61 | 213 | 67 | 101 | 0 | 55 | 371 | 60 | 45 |
| Binary | 111110 | 110001 | 10001011 | 110111 | 1000001 | 0 | 101101 | 11111001 | 110000 | 100101 |
Color Harmonies of #3E318B
Complementary color
Monochromatic Colors of #3E318B
Black with #3E318B
Text Example
Text Example
White with #3E318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E318B; }
p { color: rgb(62,49,139); }
H1.HeaderClassName
{
color: #3E318B;
}
.AnyTagClassName
{
color: #3E318B;
}
</style>
background-color css
<style>
a { background-color: #3E318B; }
a { background-color: rgb(62,49,139); }
div.DivClassName
{
background-color: #3E318B;
}
.BgClassName
{
background-color: #3E318B;
}
</style>
border-color css
<style>
span { border-color: #3E318B; }
span { border-color: rgb(62,49,139); }
td.TdClassName
{
border-color: #3E318B;
}
.TagClassName
{
border-color: #3E318B;
}
</style>