Shades of Dark Slate Blue #443F93
Tints of Dark Slate Blue #443F93
RGB
CMYK
RGB Variations
Color information
#443F93 (or 0x443F93) is known color: Dark Slate Blue. HEX triplet: 44, 3F and 93. RGB value is (68,63,147). Sum of RGB (Red+Green+Blue) = 68+63+147=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #443F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443F93 is #BBC06C. Grayscale: #494949. Windows color (decimal): -12304493 or 9649988. OLE color: 9649988.
HSL color Cylindrical-coordinate representation of color #443F93: hue angle of 243.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443F93 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 63 | 147 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.42 |
| HSL | 243.57º | 0.4% | 0.41% | - |
| HSV(B) | 243.57º | 0.57% | 0.58% | - |
| XYZ | 9.43 | 6.89 | 28.44 | - |
| YUV | 74.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 147 | 0.54 | 0.57 | 0 | 0.42 | 243.57 | 0.4 | 0.41 |
| Hex | 44 | 3F | 93 | 36 | 39 | 0 | 2A | F4 | 28 | 29 |
| Octal | 104 | 77 | 223 | 66 | 71 | 0 | 52 | 364 | 50 | 51 |
| Binary | 1000100 | 111111 | 10010011 | 110110 | 111001 | 0 | 101010 | 11110100 | 101000 | 101001 |
Color Harmonies of #443F93
Complementary color
Monochromatic Colors of #443F93
Black with #443F93
Text Example
Text Example
White with #443F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F93; }
p { color: rgb(68,63,147); }
H1.HeaderClassName
{
color: #443F93;
}
.AnyTagClassName
{
color: #443F93;
}
</style>
background-color css
<style>
a { background-color: #443F93; }
a { background-color: rgb(68,63,147); }
div.DivClassName
{
background-color: #443F93;
}
.BgClassName
{
background-color: #443F93;
}
</style>
border-color css
<style>
span { border-color: #443F93; }
span { border-color: rgb(68,63,147); }
td.TdClassName
{
border-color: #443F93;
}
.TagClassName
{
border-color: #443F93;
}
</style>