Shades of Dark Slate Blue #444391
Tints of Dark Slate Blue #444391
RGB
CMYK
RGB Variations
Color information
#444391 (or 0x444391) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 91. RGB value is (68,67,145). Sum of RGB (Red+Green+Blue) = 68+67+145=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #444391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444391 is #BBBC6E. Grayscale: #4B4B4B. Windows color (decimal): -12303471 or 9519940. OLE color: 9519940.
HSL color Cylindrical-coordinate representation of color #444391: hue angle of 240.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444391 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 67 | 145 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.43 |
| HSL | 240.77º | 0.37% | 0.42% | - |
| HSV(B) | 240.77º | 0.54% | 0.57% | - |
| XYZ | 9.5 | 7.29 | 27.69 | - |
| YUV | 76.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 145 | 0.53 | 0.54 | 0 | 0.43 | 240.77 | 0.37 | 0.42 |
| Hex | 44 | 43 | 91 | 35 | 36 | 0 | 2B | F1 | 25 | 2A |
| Octal | 104 | 103 | 221 | 65 | 66 | 0 | 53 | 361 | 45 | 52 |
| Binary | 1000100 | 1000011 | 10010001 | 110101 | 110110 | 0 | 101011 | 11110001 | 100101 | 101010 |
Color Harmonies of #444391
Complementary color
Monochromatic Colors of #444391
Black with #444391
Text Example
Text Example
White with #444391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444391; }
p { color: rgb(68,67,145); }
H1.HeaderClassName
{
color: #444391;
}
.AnyTagClassName
{
color: #444391;
}
</style>
background-color css
<style>
a { background-color: #444391; }
a { background-color: rgb(68,67,145); }
div.DivClassName
{
background-color: #444391;
}
.BgClassName
{
background-color: #444391;
}
</style>
border-color css
<style>
span { border-color: #444391; }
span { border-color: rgb(68,67,145); }
td.TdClassName
{
border-color: #444391;
}
.TagClassName
{
border-color: #444391;
}
</style>