Shades of Dark Slate Blue #453D91
Tints of Dark Slate Blue #453D91
RGB
CMYK
RGB Variations
Color information
#453D91 (or 0x453D91) is known color: Dark Slate Blue. HEX triplet: 45, 3D and 91. RGB value is (69,61,145). Sum of RGB (Red+Green+Blue) = 69+61+145=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #453D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D91 is #BAC26E. Grayscale: #484848. Windows color (decimal): -12239471 or 9518405. OLE color: 9518405.
HSL color Cylindrical-coordinate representation of color #453D91: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453D91 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 61 | 145 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.43 |
| HSL | 245.71º | 0.41% | 0.4% | - |
| HSV(B) | 245.71º | 0.58% | 0.57% | - |
| XYZ | 9.23 | 6.65 | 27.58 | - |
| YUV | 72.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 145 | 0.52 | 0.58 | 0 | 0.43 | 245.71 | 0.41 | 0.4 |
| Hex | 45 | 3D | 91 | 34 | 3A | 0 | 2B | F6 | 29 | 28 |
| Octal | 105 | 75 | 221 | 64 | 72 | 0 | 53 | 366 | 51 | 50 |
| Binary | 1000101 | 111101 | 10010001 | 110100 | 111010 | 0 | 101011 | 11110110 | 101001 | 101000 |
Color Harmonies of #453D91
Complementary color
Monochromatic Colors of #453D91
Black with #453D91
Text Example
Text Example
White with #453D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D91; }
p { color: rgb(69,61,145); }
H1.HeaderClassName
{
color: #453D91;
}
.AnyTagClassName
{
color: #453D91;
}
</style>
background-color css
<style>
a { background-color: #453D91; }
a { background-color: rgb(69,61,145); }
div.DivClassName
{
background-color: #453D91;
}
.BgClassName
{
background-color: #453D91;
}
</style>
border-color css
<style>
span { border-color: #453D91; }
span { border-color: rgb(69,61,145); }
td.TdClassName
{
border-color: #453D91;
}
.TagClassName
{
border-color: #453D91;
}
</style>