Shades of Dark Slate Blue #3F3991
Tints of Dark Slate Blue #3F3991
RGB
CMYK
RGB Variations
Color information
#3F3991 (or 0x3F3991) is known color: Dark Slate Blue. HEX triplet: 3F, 39 and 91. RGB value is (63,57,145). Sum of RGB (Red+Green+Blue) = 63+57+145=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3991 is #C0C66E. Grayscale: #444444. Windows color (decimal): -12633711 or 9517375. OLE color: 9517375.
HSL color Cylindrical-coordinate representation of color #3F3991: hue angle of 244.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3991 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 57 | 145 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.43 |
| HSL | 244.09º | 0.44% | 0.4% | - |
| HSV(B) | 244.09º | 0.61% | 0.57% | - |
| XYZ | 8.62 | 6.03 | 27.5 | - |
| YUV | 68.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 145 | 0.57 | 0.61 | 0 | 0.43 | 244.09 | 0.44 | 0.4 |
| Hex | 3F | 39 | 91 | 39 | 3D | 0 | 2B | F4 | 2C | 28 |
| Octal | 77 | 71 | 221 | 71 | 75 | 0 | 53 | 364 | 54 | 50 |
| Binary | 111111 | 111001 | 10010001 | 111001 | 111101 | 0 | 101011 | 11110100 | 101100 | 101000 |
Color Harmonies of #3F3991
Complementary color
Monochromatic Colors of #3F3991
Black with #3F3991
Text Example
Text Example
White with #3F3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3991; }
p { color: rgb(63,57,145); }
H1.HeaderClassName
{
color: #3F3991;
}
.AnyTagClassName
{
color: #3F3991;
}
</style>
background-color css
<style>
a { background-color: #3F3991; }
a { background-color: rgb(63,57,145); }
div.DivClassName
{
background-color: #3F3991;
}
.BgClassName
{
background-color: #3F3991;
}
</style>
border-color css
<style>
span { border-color: #3F3991; }
span { border-color: rgb(63,57,145); }
td.TdClassName
{
border-color: #3F3991;
}
.TagClassName
{
border-color: #3F3991;
}
</style>