Shades of Dark Slate Blue #443A7D
Tints of Dark Slate Blue #443A7D
RGB
CMYK
RGB Variations
Color information
#443A7D (or 0x443A7D) is known color: Dark Slate Blue. HEX triplet: 44, 3A and 7D. RGB value is (68,58,125). Sum of RGB (Red+Green+Blue) = 68+58+125=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #443A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A7D is #BBC582. Grayscale: #444444. Windows color (decimal): -12305795 or 8206916. OLE color: 8206916.
HSL color Cylindrical-coordinate representation of color #443A7D: hue angle of 248.96º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443A7D is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 58 | 125 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.51 |
| HSL | 248.96º | 0.37% | 0.36% | - |
| HSV(B) | 248.96º | 0.54% | 0.49% | - |
| XYZ | 7.6 | 5.74 | 20.11 | - |
| YUV | 68.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 125 | 0.46 | 0.54 | 0 | 0.51 | 248.96 | 0.37 | 0.36 |
| Hex | 44 | 3A | 7D | 2E | 36 | 0 | 33 | F9 | 25 | 24 |
| Octal | 104 | 72 | 175 | 56 | 66 | 0 | 63 | 371 | 45 | 44 |
| Binary | 1000100 | 111010 | 1111101 | 101110 | 110110 | 0 | 110011 | 11111001 | 100101 | 100100 |
Color Harmonies of #443A7D
Complementary color
Monochromatic Colors of #443A7D
Black with #443A7D
Text Example
Text Example
White with #443A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A7D; }
p { color: rgb(68,58,125); }
H1.HeaderClassName
{
color: #443A7D;
}
.AnyTagClassName
{
color: #443A7D;
}
</style>
background-color css
<style>
a { background-color: #443A7D; }
a { background-color: rgb(68,58,125); }
div.DivClassName
{
background-color: #443A7D;
}
.BgClassName
{
background-color: #443A7D;
}
</style>
border-color css
<style>
span { border-color: #443A7D; }
span { border-color: rgb(68,58,125); }
td.TdClassName
{
border-color: #443A7D;
}
.TagClassName
{
border-color: #443A7D;
}
</style>