Shades of Dark Slate Blue #3F3995
Tints of Dark Slate Blue #3F3995
RGB
CMYK
RGB Variations
Color information
#3F3995 (or 0x3F3995) is known color: Dark Slate Blue. HEX triplet: 3F, 39 and 95. RGB value is (63,57,149). Sum of RGB (Red+Green+Blue) = 63+57+149=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3995 is #C0C66A. Grayscale: #444444. Windows color (decimal): -12633707 or 9779519. OLE color: 9779519.
HSL color Cylindrical-coordinate representation of color #3F3995: hue angle of 243.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F3995 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 57 | 149 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.42 |
| HSL | 243.91º | 0.45% | 0.4% | - |
| HSV(B) | 243.91º | 0.62% | 0.58% | - |
| XYZ | 8.94 | 6.15 | 29.15 | - |
| YUV | 69.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 149 | 0.58 | 0.62 | 0 | 0.42 | 243.91 | 0.45 | 0.4 |
| Hex | 3F | 39 | 95 | 3A | 3E | 0 | 2A | F4 | 2D | 28 |
| Octal | 77 | 71 | 225 | 72 | 76 | 0 | 52 | 364 | 55 | 50 |
| Binary | 111111 | 111001 | 10010101 | 111010 | 111110 | 0 | 101010 | 11110100 | 101101 | 101000 |
Color Harmonies of #3F3995
Complementary color
Monochromatic Colors of #3F3995
Black with #3F3995
Text Example
Text Example
White with #3F3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3995; }
p { color: rgb(63,57,149); }
H1.HeaderClassName
{
color: #3F3995;
}
.AnyTagClassName
{
color: #3F3995;
}
</style>
background-color css
<style>
a { background-color: #3F3995; }
a { background-color: rgb(63,57,149); }
div.DivClassName
{
background-color: #3F3995;
}
.BgClassName
{
background-color: #3F3995;
}
</style>
border-color css
<style>
span { border-color: #3F3995; }
span { border-color: rgb(63,57,149); }
td.TdClassName
{
border-color: #3F3995;
}
.TagClassName
{
border-color: #3F3995;
}
</style>