Shades of Dark Slate Blue #3E3189
Tints of Dark Slate Blue #3E3189
RGB
CMYK
RGB Variations
Color information
#3E3189 (or 0x3E3189) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 89. RGB value is (62,49,137). Sum of RGB (Red+Green+Blue) = 62+49+137=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E3189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3189 is #C1CE76. Grayscale: #3E3E3E. Windows color (decimal): -12701303 or 8991038. OLE color: 8991038.
HSL color Cylindrical-coordinate representation of color #3E3189: hue angle of 248.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E3189 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 49 | 137 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.46 |
| HSL | 248.86º | 0.47% | 0.36% | - |
| HSV(B) | 248.86º | 0.64% | 0.54% | - |
| XYZ | 7.6 | 5.03 | 24.24 | - |
| YUV | 62.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 137 | 0.55 | 0.64 | 0 | 0.46 | 248.86 | 0.47 | 0.36 |
| Hex | 3E | 31 | 89 | 37 | 40 | 0 | 2E | F9 | 2F | 24 |
| Octal | 76 | 61 | 211 | 67 | 100 | 0 | 56 | 371 | 57 | 44 |
| Binary | 111110 | 110001 | 10001001 | 110111 | 1000000 | 0 | 101110 | 11111001 | 101111 | 100100 |
Color Harmonies of #3E3189
Complementary color
Monochromatic Colors of #3E3189
Black with #3E3189
Text Example
Text Example
White with #3E3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3189; }
p { color: rgb(62,49,137); }
H1.HeaderClassName
{
color: #3E3189;
}
.AnyTagClassName
{
color: #3E3189;
}
</style>
background-color css
<style>
a { background-color: #3E3189; }
a { background-color: rgb(62,49,137); }
div.DivClassName
{
background-color: #3E3189;
}
.BgClassName
{
background-color: #3E3189;
}
</style>
border-color css
<style>
span { border-color: #3E3189; }
span { border-color: rgb(62,49,137); }
td.TdClassName
{
border-color: #3E3189;
}
.TagClassName
{
border-color: #3E3189;
}
</style>