Shades of Dark Slate Blue #3F3681
Tints of Dark Slate Blue #3F3681
RGB
CMYK
RGB Variations
Color information
#3F3681 (or 0x3F3681) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 81. RGB value is (63,54,129). Sum of RGB (Red+Green+Blue) = 63+54+129=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F3681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3681 is #C0C97E. Grayscale: #404040. Windows color (decimal): -12634495 or 8468031. OLE color: 8468031.
HSL color Cylindrical-coordinate representation of color #3F3681: hue angle of 247.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3681 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 54 | 129 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.49 |
| HSL | 247.2º | 0.41% | 0.36% | - |
| HSV(B) | 247.2º | 0.58% | 0.51% | - |
| XYZ | 7.33 | 5.28 | 21.4 | - |
| YUV | 65.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 129 | 0.51 | 0.58 | 0 | 0.49 | 247.2 | 0.41 | 0.36 |
| Hex | 3F | 36 | 81 | 33 | 3A | 0 | 31 | F7 | 29 | 24 |
| Octal | 77 | 66 | 201 | 63 | 72 | 0 | 61 | 367 | 51 | 44 |
| Binary | 111111 | 110110 | 10000001 | 110011 | 111010 | 0 | 110001 | 11110111 | 101001 | 100100 |
Color Harmonies of #3F3681
Complementary color
Monochromatic Colors of #3F3681
Black with #3F3681
Text Example
Text Example
White with #3F3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3681; }
p { color: rgb(63,54,129); }
H1.HeaderClassName
{
color: #3F3681;
}
.AnyTagClassName
{
color: #3F3681;
}
</style>
background-color css
<style>
a { background-color: #3F3681; }
a { background-color: rgb(63,54,129); }
div.DivClassName
{
background-color: #3F3681;
}
.BgClassName
{
background-color: #3F3681;
}
</style>
border-color css
<style>
span { border-color: #3F3681; }
span { border-color: rgb(63,54,129); }
td.TdClassName
{
border-color: #3F3681;
}
.TagClassName
{
border-color: #3F3681;
}
</style>