Shades of Dark Slate Blue #443F95
Tints of Dark Slate Blue #443F95
RGB
CMYK
RGB Variations
Color information
#443F95 (or 0x443F95) is known color: Dark Slate Blue. HEX triplet: 44, 3F and 95. RGB value is (68,63,149). Sum of RGB (Red+Green+Blue) = 68+63+149=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #443F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443F95 is #BBC06A. Grayscale: #494949. Windows color (decimal): -12304491 or 9781060. OLE color: 9781060.
HSL color Cylindrical-coordinate representation of color #443F95: hue angle of 243.49º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443F95 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 63 | 149 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.42 |
| HSL | 243.49º | 0.41% | 0.42% | - |
| HSV(B) | 243.49º | 0.58% | 0.58% | - |
| XYZ | 9.59 | 6.95 | 29.27 | - |
| YUV | 74.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 149 | 0.54 | 0.58 | 0 | 0.42 | 243.49 | 0.41 | 0.42 |
| Hex | 44 | 3F | 95 | 36 | 3A | 0 | 2A | F3 | 29 | 2A |
| Octal | 104 | 77 | 225 | 66 | 72 | 0 | 52 | 363 | 51 | 52 |
| Binary | 1000100 | 111111 | 10010101 | 110110 | 111010 | 0 | 101010 | 11110011 | 101001 | 101010 |
Color Harmonies of #443F95
Complementary color
Monochromatic Colors of #443F95
Black with #443F95
Text Example
Text Example
White with #443F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F95; }
p { color: rgb(68,63,149); }
H1.HeaderClassName
{
color: #443F95;
}
.AnyTagClassName
{
color: #443F95;
}
</style>
background-color css
<style>
a { background-color: #443F95; }
a { background-color: rgb(68,63,149); }
div.DivClassName
{
background-color: #443F95;
}
.BgClassName
{
background-color: #443F95;
}
</style>
border-color css
<style>
span { border-color: #443F95; }
span { border-color: rgb(68,63,149); }
td.TdClassName
{
border-color: #443F95;
}
.TagClassName
{
border-color: #443F95;
}
</style>