Shades of Dark Slate Blue #453585
Tints of Dark Slate Blue #453585
RGB
CMYK
RGB Variations
Color information
#453585 (or 0x453585) is known color: Dark Slate Blue. HEX triplet: 45, 35 and 85. RGB value is (69,53,133). Sum of RGB (Red+Green+Blue) = 69+53+133=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #453585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453585 is #BACA7A. Grayscale: #424242. Windows color (decimal): -12241531 or 8729925. OLE color: 8729925.
HSL color Cylindrical-coordinate representation of color #453585: hue angle of 252º 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 #453585 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 53 | 133 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.48 |
| HSL | 252º | 0.43% | 0.36% | - |
| HSV(B) | 252º | 0.6% | 0.52% | - |
| XYZ | 7.96 | 5.5 | 22.83 | - |
| YUV | 66.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 133 | 0.48 | 0.60 | 0 | 0.48 | 252 | 0.43 | 0.36 |
| Hex | 45 | 35 | 85 | 30 | 3C | 0 | 30 | FC | 2B | 24 |
| Octal | 105 | 65 | 205 | 60 | 74 | 0 | 60 | 374 | 53 | 44 |
| Binary | 1000101 | 110101 | 10000101 | 110000 | 111100 | 0 | 110000 | 11111100 | 101011 | 100100 |
Color Harmonies of #453585
Complementary color
Monochromatic Colors of #453585
Black with #453585
Text Example
Text Example
White with #453585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453585; }
p { color: rgb(69,53,133); }
H1.HeaderClassName
{
color: #453585;
}
.AnyTagClassName
{
color: #453585;
}
</style>
background-color css
<style>
a { background-color: #453585; }
a { background-color: rgb(69,53,133); }
div.DivClassName
{
background-color: #453585;
}
.BgClassName
{
background-color: #453585;
}
</style>
border-color css
<style>
span { border-color: #453585; }
span { border-color: rgb(69,53,133); }
td.TdClassName
{
border-color: #453585;
}
.TagClassName
{
border-color: #453585;
}
</style>