Shades of Dark Slate Blue #404093
Tints of Dark Slate Blue #404093
RGB
CMYK
RGB Variations
Color information
#404093 (or 0x404093) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 93. RGB value is (64,64,147). Sum of RGB (Red+Green+Blue) = 64+64+147=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #404093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404093 is #BFBF6C. Grayscale: #494949. Windows color (decimal): -12566381 or 9650240. OLE color: 9650240.
HSL color Cylindrical-coordinate representation of color #404093: hue angle of 240º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404093 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 64 | 147 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.42 |
| HSL | 240º | 0.39% | 0.41% | - |
| HSV(B) | 240º | 0.56% | 0.58% | - |
| XYZ | 9.21 | 6.86 | 28.44 | - |
| YUV | 73.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 147 | 0.56 | 0.56 | 0 | 0.42 | 240 | 0.39 | 0.41 |
| Hex | 40 | 40 | 93 | 38 | 38 | 0 | 2A | F0 | 27 | 29 |
| Octal | 100 | 100 | 223 | 70 | 70 | 0 | 52 | 360 | 47 | 51 |
| Binary | 1000000 | 1000000 | 10010011 | 111000 | 111000 | 0 | 101010 | 11110000 | 100111 | 101001 |
Color Harmonies of #404093
Complementary color
Monochromatic Colors of #404093
Black with #404093
Text Example
Text Example
White with #404093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404093; }
p { color: rgb(64,64,147); }
H1.HeaderClassName
{
color: #404093;
}
.AnyTagClassName
{
color: #404093;
}
</style>
background-color css
<style>
a { background-color: #404093; }
a { background-color: rgb(64,64,147); }
div.DivClassName
{
background-color: #404093;
}
.BgClassName
{
background-color: #404093;
}
</style>
border-color css
<style>
span { border-color: #404093; }
span { border-color: rgb(64,64,147); }
td.TdClassName
{
border-color: #404093;
}
.TagClassName
{
border-color: #404093;
}
</style>