Shades of Dark Slate Blue #443A91
Tints of Dark Slate Blue #443A91
RGB
CMYK
RGB Variations
Color information
#443A91 (or 0x443A91) is known color: Dark Slate Blue. HEX triplet: 44, 3A and 91. RGB value is (68,58,145). Sum of RGB (Red+Green+Blue) = 68+58+145=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #443A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A91 is #BBC56E. Grayscale: #464646. Windows color (decimal): -12305775 or 9517636. OLE color: 9517636.
HSL color Cylindrical-coordinate representation of color #443A91: hue angle of 246.9º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443A91 is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 58 | 145 | - |
| CMYK | 0.53 | 0.6 | 0 | 0.43 |
| HSL | 246.9º | 0.43% | 0.4% | - |
| HSV(B) | 246.9º | 0.6% | 0.57% | - |
| XYZ | 9.01 | 6.3 | 27.53 | - |
| YUV | 70.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 145 | 0.53 | 0.6 | 0 | 0.43 | 246.9 | 0.43 | 0.4 |
| Hex | 44 | 3A | 91 | 35 | 3C | 0 | 2B | F7 | 2B | 28 |
| Octal | 104 | 72 | 221 | 65 | 74 | 0 | 53 | 367 | 53 | 50 |
| Binary | 1000100 | 111010 | 10010001 | 110101 | 111100 | 0 | 101011 | 11110111 | 101011 | 101000 |
Color Harmonies of #443A91
Complementary color
Monochromatic Colors of #443A91
Black with #443A91
Text Example
Text Example
White with #443A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A91; }
p { color: rgb(68,58,145); }
H1.HeaderClassName
{
color: #443A91;
}
.AnyTagClassName
{
color: #443A91;
}
</style>
background-color css
<style>
a { background-color: #443A91; }
a { background-color: rgb(68,58,145); }
div.DivClassName
{
background-color: #443A91;
}
.BgClassName
{
background-color: #443A91;
}
</style>
border-color css
<style>
span { border-color: #443A91; }
span { border-color: rgb(68,58,145); }
td.TdClassName
{
border-color: #443A91;
}
.TagClassName
{
border-color: #443A91;
}
</style>