Shades of Dark Slate Blue #453487
Tints of Dark Slate Blue #453487
RGB
CMYK
RGB Variations
Color information
#453487 (or 0x453487) is known color: Dark Slate Blue. HEX triplet: 45, 34 and 87. RGB value is (69,52,135). Sum of RGB (Red+Green+Blue) = 69+52+135=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #453487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453487 is #BACB78. Grayscale: #424242. Windows color (decimal): -12241785 or 8860741. OLE color: 8860741.
HSL color Cylindrical-coordinate representation of color #453487: hue angle of 252.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453487 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 52 | 135 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.47 |
| HSL | 252.29º | 0.44% | 0.37% | - |
| HSV(B) | 252.29º | 0.61% | 0.53% | - |
| XYZ | 8.06 | 5.47 | 23.55 | - |
| YUV | 66.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 135 | 0.49 | 0.61 | 0 | 0.47 | 252.29 | 0.44 | 0.37 |
| Hex | 45 | 34 | 87 | 31 | 3D | 0 | 2F | FC | 2C | 25 |
| Octal | 105 | 64 | 207 | 61 | 75 | 0 | 57 | 374 | 54 | 45 |
| Binary | 1000101 | 110100 | 10000111 | 110001 | 111101 | 0 | 101111 | 11111100 | 101100 | 100101 |
Color Harmonies of #453487
Complementary color
Monochromatic Colors of #453487
Black with #453487
Text Example
Text Example
White with #453487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453487; }
p { color: rgb(69,52,135); }
H1.HeaderClassName
{
color: #453487;
}
.AnyTagClassName
{
color: #453487;
}
</style>
background-color css
<style>
a { background-color: #453487; }
a { background-color: rgb(69,52,135); }
div.DivClassName
{
background-color: #453487;
}
.BgClassName
{
background-color: #453487;
}
</style>
border-color css
<style>
span { border-color: #453487; }
span { border-color: rgb(69,52,135); }
td.TdClassName
{
border-color: #453487;
}
.TagClassName
{
border-color: #453487;
}
</style>