Shades of Dark Slate Blue #443880
Tints of Dark Slate Blue #443880
RGB
CMYK
RGB Variations
Color information
#443880 (or 0x443880) is known color: Dark Slate Blue. HEX triplet: 44, 38 and 80. RGB value is (68,56,128). Sum of RGB (Red+Green+Blue) = 68+56+128=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #443880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443880 is #BBC77F. Grayscale: #434343. Windows color (decimal): -12306304 or 8403012. OLE color: 8403012.
HSL color Cylindrical-coordinate representation of color #443880: hue angle of 250º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443880 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 56 | 128 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.50 |
| HSL | 250º | 0.39% | 0.36% | - |
| HSV(B) | 250º | 0.56% | 0.5% | - |
| XYZ | 7.69 | 5.62 | 21.1 | - |
| YUV | 67.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 128 | 0.47 | 0.56 | 0 | 0.50 | 250 | 0.39 | 0.36 |
| Hex | 44 | 38 | 80 | 2F | 38 | 0 | 32 | FA | 27 | 24 |
| Octal | 104 | 70 | 200 | 57 | 70 | 0 | 62 | 372 | 47 | 44 |
| Binary | 1000100 | 111000 | 10000000 | 101111 | 111000 | 0 | 110010 | 11111010 | 100111 | 100100 |
Color Harmonies of #443880
Complementary color
Monochromatic Colors of #443880
Black with #443880
Text Example
Text Example
White with #443880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443880; }
p { color: rgb(68,56,128); }
H1.HeaderClassName
{
color: #443880;
}
.AnyTagClassName
{
color: #443880;
}
</style>
background-color css
<style>
a { background-color: #443880; }
a { background-color: rgb(68,56,128); }
div.DivClassName
{
background-color: #443880;
}
.BgClassName
{
background-color: #443880;
}
</style>
border-color css
<style>
span { border-color: #443880; }
span { border-color: rgb(68,56,128); }
td.TdClassName
{
border-color: #443880;
}
.TagClassName
{
border-color: #443880;
}
</style>