Shades of Dark Slate Blue #443585
Tints of Dark Slate Blue #443585
RGB
CMYK
RGB Variations
Color information
#443585 (or 0x443585) is known color: Dark Slate Blue. HEX triplet: 44, 35 and 85. RGB value is (68,53,133). Sum of RGB (Red+Green+Blue) = 68+53+133=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #443585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443585 is #BBCA7A. Grayscale: #424242. Windows color (decimal): -12307067 or 8729924. OLE color: 8729924.
HSL color Cylindrical-coordinate representation of color #443585: hue angle of 251.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443585 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 53 | 133 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.48 |
| HSL | 251.25º | 0.43% | 0.36% | - |
| HSV(B) | 251.25º | 0.6% | 0.52% | - |
| XYZ | 7.89 | 5.47 | 22.83 | - |
| YUV | 66.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 133 | 0.49 | 0.60 | 0 | 0.48 | 251.25 | 0.43 | 0.36 |
| Hex | 44 | 35 | 85 | 31 | 3C | 0 | 30 | FB | 2B | 24 |
| Octal | 104 | 65 | 205 | 61 | 74 | 0 | 60 | 373 | 53 | 44 |
| Binary | 1000100 | 110101 | 10000101 | 110001 | 111100 | 0 | 110000 | 11111011 | 101011 | 100100 |
Color Harmonies of #443585
Complementary color
Monochromatic Colors of #443585
Black with #443585
Text Example
Text Example
White with #443585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443585; }
p { color: rgb(68,53,133); }
H1.HeaderClassName
{
color: #443585;
}
.AnyTagClassName
{
color: #443585;
}
</style>
background-color css
<style>
a { background-color: #443585; }
a { background-color: rgb(68,53,133); }
div.DivClassName
{
background-color: #443585;
}
.BgClassName
{
background-color: #443585;
}
</style>
border-color css
<style>
span { border-color: #443585; }
span { border-color: rgb(68,53,133); }
td.TdClassName
{
border-color: #443585;
}
.TagClassName
{
border-color: #443585;
}
</style>