Shades of Dark Slate Blue #443A93
Tints of Dark Slate Blue #443A93
RGB
CMYK
RGB Variations
Color information
#443A93 (or 0x443A93) is known color: Dark Slate Blue. HEX triplet: 44, 3A and 93. RGB value is (68,58,147). Sum of RGB (Red+Green+Blue) = 68+58+147=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #443A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A93 is #BBC56C. Grayscale: #464646. Windows color (decimal): -12305773 or 9648708. OLE color: 9648708.
HSL color Cylindrical-coordinate representation of color #443A93: hue angle of 246.74º degrees, saturation: 0.43, 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 #443A93 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 58 | 147 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.42 |
| HSL | 246.74º | 0.43% | 0.4% | - |
| HSV(B) | 246.74º | 0.61% | 0.58% | - |
| XYZ | 9.16 | 6.36 | 28.35 | - |
| YUV | 71.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 147 | 0.54 | 0.61 | 0 | 0.42 | 246.74 | 0.43 | 0.4 |
| Hex | 44 | 3A | 93 | 36 | 3D | 0 | 2A | F7 | 2B | 28 |
| Octal | 104 | 72 | 223 | 66 | 75 | 0 | 52 | 367 | 53 | 50 |
| Binary | 1000100 | 111010 | 10010011 | 110110 | 111101 | 0 | 101010 | 11110111 | 101011 | 101000 |
Color Harmonies of #443A93
Complementary color
Monochromatic Colors of #443A93
Black with #443A93
Text Example
Text Example
White with #443A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A93; }
p { color: rgb(68,58,147); }
H1.HeaderClassName
{
color: #443A93;
}
.AnyTagClassName
{
color: #443A93;
}
</style>
background-color css
<style>
a { background-color: #443A93; }
a { background-color: rgb(68,58,147); }
div.DivClassName
{
background-color: #443A93;
}
.BgClassName
{
background-color: #443A93;
}
</style>
border-color css
<style>
span { border-color: #443A93; }
span { border-color: rgb(68,58,147); }
td.TdClassName
{
border-color: #443A93;
}
.TagClassName
{
border-color: #443A93;
}
</style>