Shades of Dark Slate Blue #453991
Tints of Dark Slate Blue #453991
RGB
CMYK
RGB Variations
Color information
#453991 (or 0x453991) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 91. RGB value is (69,57,145). Sum of RGB (Red+Green+Blue) = 69+57+145=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #453991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453991 is #BAC66E. Grayscale: #464646. Windows color (decimal): -12240495 or 9517381. OLE color: 9517381.
HSL color Cylindrical-coordinate representation of color #453991: hue angle of 248.18º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453991 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 57 | 145 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.43 |
| HSL | 248.18º | 0.44% | 0.4% | - |
| HSV(B) | 248.18º | 0.61% | 0.57% | - |
| XYZ | 9.03 | 6.24 | 27.52 | - |
| YUV | 70.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 145 | 0.52 | 0.61 | 0 | 0.43 | 248.18 | 0.44 | 0.4 |
| Hex | 45 | 39 | 91 | 34 | 3D | 0 | 2B | F8 | 2C | 28 |
| Octal | 105 | 71 | 221 | 64 | 75 | 0 | 53 | 370 | 54 | 50 |
| Binary | 1000101 | 111001 | 10010001 | 110100 | 111101 | 0 | 101011 | 11111000 | 101100 | 101000 |
Color Harmonies of #453991
Complementary color
Monochromatic Colors of #453991
Black with #453991
Text Example
Text Example
White with #453991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453991; }
p { color: rgb(69,57,145); }
H1.HeaderClassName
{
color: #453991;
}
.AnyTagClassName
{
color: #453991;
}
</style>
background-color css
<style>
a { background-color: #453991; }
a { background-color: rgb(69,57,145); }
div.DivClassName
{
background-color: #453991;
}
.BgClassName
{
background-color: #453991;
}
</style>
border-color css
<style>
span { border-color: #453991; }
span { border-color: rgb(69,57,145); }
td.TdClassName
{
border-color: #453991;
}
.TagClassName
{
border-color: #453991;
}
</style>