Shades of Dark Slate Blue #453389
Tints of Dark Slate Blue #453389
RGB
CMYK
RGB Variations
Color information
#453389 (or 0x453389) is known color: Dark Slate Blue. HEX triplet: 45, 33 and 89. RGB value is (69,51,137). Sum of RGB (Red+Green+Blue) = 69+51+137=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #453389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453389 is #BACC76. Grayscale: #414141. Windows color (decimal): -12242039 or 8991557. OLE color: 8991557.
HSL color Cylindrical-coordinate representation of color #453389: hue angle of 252.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453389 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 51 | 137 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.46 |
| HSL | 252.56º | 0.46% | 0.37% | - |
| HSV(B) | 252.56º | 0.63% | 0.54% | - |
| XYZ | 8.15 | 5.44 | 24.29 | - |
| YUV | 66.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 137 | 0.50 | 0.63 | 0 | 0.46 | 252.56 | 0.46 | 0.37 |
| Hex | 45 | 33 | 89 | 32 | 3F | 0 | 2E | FD | 2E | 25 |
| Octal | 105 | 63 | 211 | 62 | 77 | 0 | 56 | 375 | 56 | 45 |
| Binary | 1000101 | 110011 | 10001001 | 110010 | 111111 | 0 | 101110 | 11111101 | 101110 | 100101 |
Color Harmonies of #453389
Complementary color
Monochromatic Colors of #453389
Black with #453389
Text Example
Text Example
White with #453389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453389; }
p { color: rgb(69,51,137); }
H1.HeaderClassName
{
color: #453389;
}
.AnyTagClassName
{
color: #453389;
}
</style>
background-color css
<style>
a { background-color: #453389; }
a { background-color: rgb(69,51,137); }
div.DivClassName
{
background-color: #453389;
}
.BgClassName
{
background-color: #453389;
}
</style>
border-color css
<style>
span { border-color: #453389; }
span { border-color: rgb(69,51,137); }
td.TdClassName
{
border-color: #453389;
}
.TagClassName
{
border-color: #453389;
}
</style>