Shades of Dark Slate Blue #40398B
Tints of Dark Slate Blue #40398B
RGB
CMYK
RGB Variations
Color information
#40398B (or 0x40398B) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 8B. RGB value is (64,57,139). Sum of RGB (Red+Green+Blue) = 64+57+139=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #40398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40398B is #BFC674. Grayscale: #444444. Windows color (decimal): -12568181 or 9124160. OLE color: 9124160.
HSL color Cylindrical-coordinate representation of color #40398B: hue angle of 245.12º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40398B is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 57 | 139 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.45 |
| HSL | 245.12º | 0.42% | 0.38% | - |
| HSV(B) | 245.12º | 0.59% | 0.55% | - |
| XYZ | 8.24 | 5.88 | 25.13 | - |
| YUV | 68.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 139 | 0.54 | 0.59 | 0 | 0.45 | 245.12 | 0.42 | 0.38 |
| Hex | 40 | 39 | 8B | 36 | 3B | 0 | 2D | F5 | 2A | 26 |
| Octal | 100 | 71 | 213 | 66 | 73 | 0 | 55 | 365 | 52 | 46 |
| Binary | 1000000 | 111001 | 10001011 | 110110 | 111011 | 0 | 101101 | 11110101 | 101010 | 100110 |
Color Harmonies of #40398B
Complementary color
Monochromatic Colors of #40398B
Black with #40398B
Text Example
Text Example
White with #40398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40398B; }
p { color: rgb(64,57,139); }
H1.HeaderClassName
{
color: #40398B;
}
.AnyTagClassName
{
color: #40398B;
}
</style>
background-color css
<style>
a { background-color: #40398B; }
a { background-color: rgb(64,57,139); }
div.DivClassName
{
background-color: #40398B;
}
.BgClassName
{
background-color: #40398B;
}
</style>
border-color css
<style>
span { border-color: #40398B; }
span { border-color: rgb(64,57,139); }
td.TdClassName
{
border-color: #40398B;
}
.TagClassName
{
border-color: #40398B;
}
</style>