Shades of Dark Slate Blue #443C95
Tints of Dark Slate Blue #443C95
RGB
CMYK
RGB Variations
Color information
#443C95 (or 0x443C95) is known color: Dark Slate Blue. HEX triplet: 44, 3C and 95. RGB value is (68,60,149). Sum of RGB (Red+Green+Blue) = 68+60+149=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #443C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443C95 is #BBC36A. Grayscale: #484848. Windows color (decimal): -12305259 or 9780292. OLE color: 9780292.
HSL color Cylindrical-coordinate representation of color #443C95: hue angle of 245.39º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443C95 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 60 | 149 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.42 |
| HSL | 245.39º | 0.43% | 0.41% | - |
| HSV(B) | 245.39º | 0.6% | 0.58% | - |
| XYZ | 9.42 | 6.63 | 29.22 | - |
| YUV | 72.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 149 | 0.54 | 0.60 | 0 | 0.42 | 245.39 | 0.43 | 0.41 |
| Hex | 44 | 3C | 95 | 36 | 3C | 0 | 2A | F5 | 2B | 29 |
| Octal | 104 | 74 | 225 | 66 | 74 | 0 | 52 | 365 | 53 | 51 |
| Binary | 1000100 | 111100 | 10010101 | 110110 | 111100 | 0 | 101010 | 11110101 | 101011 | 101001 |
Color Harmonies of #443C95
Complementary color
Monochromatic Colors of #443C95
Black with #443C95
Text Example
Text Example
White with #443C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C95; }
p { color: rgb(68,60,149); }
H1.HeaderClassName
{
color: #443C95;
}
.AnyTagClassName
{
color: #443C95;
}
</style>
background-color css
<style>
a { background-color: #443C95; }
a { background-color: rgb(68,60,149); }
div.DivClassName
{
background-color: #443C95;
}
.BgClassName
{
background-color: #443C95;
}
</style>
border-color css
<style>
span { border-color: #443C95; }
span { border-color: rgb(68,60,149); }
td.TdClassName
{
border-color: #443C95;
}
.TagClassName
{
border-color: #443C95;
}
</style>