Shades of Dark Slate Blue #443A89
Tints of Dark Slate Blue #443A89
RGB
CMYK
RGB Variations
Color information
#443A89 (or 0x443A89) is known color: Dark Slate Blue. HEX triplet: 44, 3A and 89. RGB value is (68,58,137). Sum of RGB (Red+Green+Blue) = 68+58+137=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #443A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A89 is #BBC576. Grayscale: #454545. Windows color (decimal): -12305783 or 8993348. OLE color: 8993348.
HSL color Cylindrical-coordinate representation of color #443A89: hue angle of 247.59º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443A89 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 58 | 137 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.46 |
| HSL | 247.59º | 0.41% | 0.38% | - |
| HSV(B) | 247.59º | 0.58% | 0.54% | - |
| XYZ | 8.41 | 6.06 | 24.39 | - |
| YUV | 70 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 137 | 0.50 | 0.58 | 0 | 0.46 | 247.59 | 0.41 | 0.38 |
| Hex | 44 | 3A | 89 | 32 | 3A | 0 | 2E | F8 | 29 | 26 |
| Octal | 104 | 72 | 211 | 62 | 72 | 0 | 56 | 370 | 51 | 46 |
| Binary | 1000100 | 111010 | 10001001 | 110010 | 111010 | 0 | 101110 | 11111000 | 101001 | 100110 |
Color Harmonies of #443A89
Complementary color
Monochromatic Colors of #443A89
Black with #443A89
Text Example
Text Example
White with #443A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A89; }
p { color: rgb(68,58,137); }
H1.HeaderClassName
{
color: #443A89;
}
.AnyTagClassName
{
color: #443A89;
}
</style>
background-color css
<style>
a { background-color: #443A89; }
a { background-color: rgb(68,58,137); }
div.DivClassName
{
background-color: #443A89;
}
.BgClassName
{
background-color: #443A89;
}
</style>
border-color css
<style>
span { border-color: #443A89; }
span { border-color: rgb(68,58,137); }
td.TdClassName
{
border-color: #443A89;
}
.TagClassName
{
border-color: #443A89;
}
</style>