Shades of Dark Slate Blue #453387
Tints of Dark Slate Blue #453387
RGB
CMYK
RGB Variations
Color information
#453387 (or 0x453387) is known color: Dark Slate Blue. HEX triplet: 45, 33 and 87. RGB value is (69,51,135). Sum of RGB (Red+Green+Blue) = 69+51+135=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #453387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453387 is #BACC78. Grayscale: #414141. Windows color (decimal): -12242041 or 8860485. OLE color: 8860485.
HSL color Cylindrical-coordinate representation of color #453387: hue angle of 252.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453387 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 51 | 135 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.47 |
| HSL | 252.86º | 0.45% | 0.36% | - |
| HSV(B) | 252.86º | 0.62% | 0.53% | - |
| XYZ | 8.01 | 5.38 | 23.54 | - |
| YUV | 65.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 135 | 0.49 | 0.62 | 0 | 0.47 | 252.86 | 0.45 | 0.36 |
| Hex | 45 | 33 | 87 | 31 | 3E | 0 | 2F | FD | 2D | 24 |
| Octal | 105 | 63 | 207 | 61 | 76 | 0 | 57 | 375 | 55 | 44 |
| Binary | 1000101 | 110011 | 10000111 | 110001 | 111110 | 0 | 101111 | 11111101 | 101101 | 100100 |
Color Harmonies of #453387
Complementary color
Monochromatic Colors of #453387
Black with #453387
Text Example
Text Example
White with #453387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453387; }
p { color: rgb(69,51,135); }
H1.HeaderClassName
{
color: #453387;
}
.AnyTagClassName
{
color: #453387;
}
</style>
background-color css
<style>
a { background-color: #453387; }
a { background-color: rgb(69,51,135); }
div.DivClassName
{
background-color: #453387;
}
.BgClassName
{
background-color: #453387;
}
</style>
border-color css
<style>
span { border-color: #453387; }
span { border-color: rgb(69,51,135); }
td.TdClassName
{
border-color: #453387;
}
.TagClassName
{
border-color: #453387;
}
</style>