Shades of Dark Slate Blue #40318F
Tints of Dark Slate Blue #40318F
RGB
CMYK
RGB Variations
Color information
#40318F (or 0x40318F) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 8F. RGB value is (64,49,143). Sum of RGB (Red+Green+Blue) = 64+49+143=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #40318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318F is #BFCE70. Grayscale: #3F3F3F. Windows color (decimal): -12570225 or 9384256. OLE color: 9384256.
HSL color Cylindrical-coordinate representation of color #40318F: hue angle of 249.57º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40318F is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 49 | 143 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.44 |
| HSL | 249.57º | 0.49% | 0.38% | - |
| HSV(B) | 249.57º | 0.66% | 0.56% | - |
| XYZ | 8.17 | 5.27 | 26.57 | - |
| YUV | 64.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 143 | 0.55 | 0.66 | 0 | 0.44 | 249.57 | 0.49 | 0.38 |
| Hex | 40 | 31 | 8F | 37 | 42 | 0 | 2C | FA | 31 | 26 |
| Octal | 100 | 61 | 217 | 67 | 102 | 0 | 54 | 372 | 61 | 46 |
| Binary | 1000000 | 110001 | 10001111 | 110111 | 1000010 | 0 | 101100 | 11111010 | 110001 | 100110 |
Color Harmonies of #40318F
Complementary color
Monochromatic Colors of #40318F
Black with #40318F
Text Example
Text Example
White with #40318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40318F; }
p { color: rgb(64,49,143); }
H1.HeaderClassName
{
color: #40318F;
}
.AnyTagClassName
{
color: #40318F;
}
</style>
background-color css
<style>
a { background-color: #40318F; }
a { background-color: rgb(64,49,143); }
div.DivClassName
{
background-color: #40318F;
}
.BgClassName
{
background-color: #40318F;
}
</style>
border-color css
<style>
span { border-color: #40318F; }
span { border-color: rgb(64,49,143); }
td.TdClassName
{
border-color: #40318F;
}
.TagClassName
{
border-color: #40318F;
}
</style>