Shades of Dark Slate Blue #443994
Tints of Dark Slate Blue #443994
RGB
CMYK
RGB Variations
Color information
#443994 (or 0x443994) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 94. RGB value is (68,57,148). Sum of RGB (Red+Green+Blue) = 68+57+148=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #443994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443994 is #BBC66B. Grayscale: #464646. Windows color (decimal): -12306028 or 9713988. OLE color: 9713988.
HSL color Cylindrical-coordinate representation of color #443994: hue angle of 247.25º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #443994 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 57 | 148 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.42 |
| HSL | 247.25º | 0.44% | 0.4% | - |
| HSV(B) | 247.25º | 0.61% | 0.58% | - |
| XYZ | 9.19 | 6.29 | 28.75 | - |
| YUV | 70.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 148 | 0.54 | 0.61 | 0 | 0.42 | 247.25 | 0.44 | 0.4 |
| Hex | 44 | 39 | 94 | 36 | 3D | 0 | 2A | F7 | 2C | 28 |
| Octal | 104 | 71 | 224 | 66 | 75 | 0 | 52 | 367 | 54 | 50 |
| Binary | 1000100 | 111001 | 10010100 | 110110 | 111101 | 0 | 101010 | 11110111 | 101100 | 101000 |
Color Harmonies of #443994
Complementary color
Monochromatic Colors of #443994
Black with #443994
Text Example
Text Example
White with #443994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443994; }
p { color: rgb(68,57,148); }
H1.HeaderClassName
{
color: #443994;
}
.AnyTagClassName
{
color: #443994;
}
</style>
background-color css
<style>
a { background-color: #443994; }
a { background-color: rgb(68,57,148); }
div.DivClassName
{
background-color: #443994;
}
.BgClassName
{
background-color: #443994;
}
</style>
border-color css
<style>
span { border-color: #443994; }
span { border-color: rgb(68,57,148); }
td.TdClassName
{
border-color: #443994;
}
.TagClassName
{
border-color: #443994;
}
</style>