Shades of Dark Slate Blue #3F3A89
Tints of Dark Slate Blue #3F3A89
RGB
CMYK
RGB Variations
Color information
#3F3A89 (or 0x3F3A89) is known color: Dark Slate Blue. HEX triplet: 3F, 3A and 89. RGB value is (63,58,137). Sum of RGB (Red+Green+Blue) = 63+58+137=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3A89 is #C0C576. Grayscale: #444444. Windows color (decimal): -12633463 or 8993343. OLE color: 8993343.
HSL color Cylindrical-coordinate representation of color #3F3A89: hue angle of 243.8º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3A89 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 58 | 137 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.46 |
| HSL | 243.8º | 0.41% | 0.38% | - |
| HSV(B) | 243.8º | 0.58% | 0.54% | - |
| XYZ | 8.08 | 5.89 | 24.38 | - |
| YUV | 68.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 137 | 0.54 | 0.58 | 0 | 0.46 | 243.8 | 0.41 | 0.38 |
| Hex | 3F | 3A | 89 | 36 | 3A | 0 | 2E | F4 | 29 | 26 |
| Octal | 77 | 72 | 211 | 66 | 72 | 0 | 56 | 364 | 51 | 46 |
| Binary | 111111 | 111010 | 10001001 | 110110 | 111010 | 0 | 101110 | 11110100 | 101001 | 100110 |
Color Harmonies of #3F3A89
Complementary color
Monochromatic Colors of #3F3A89
Black with #3F3A89
Text Example
Text Example
White with #3F3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A89; }
p { color: rgb(63,58,137); }
H1.HeaderClassName
{
color: #3F3A89;
}
.AnyTagClassName
{
color: #3F3A89;
}
</style>
background-color css
<style>
a { background-color: #3F3A89; }
a { background-color: rgb(63,58,137); }
div.DivClassName
{
background-color: #3F3A89;
}
.BgClassName
{
background-color: #3F3A89;
}
</style>
border-color css
<style>
span { border-color: #3F3A89; }
span { border-color: rgb(63,58,137); }
td.TdClassName
{
border-color: #3F3A89;
}
.TagClassName
{
border-color: #3F3A89;
}
</style>