Shades of Dark Slate Blue #453F91
Tints of Dark Slate Blue #453F91
RGB
CMYK
RGB Variations
Color information
#453F91 (or 0x453F91) is known color: Dark Slate Blue. HEX triplet: 45, 3F and 91. RGB value is (69,63,145). Sum of RGB (Red+Green+Blue) = 69+63+145=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #453F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F91 is #BAC06E. Grayscale: #494949. Windows color (decimal): -12238959 or 9518917. OLE color: 9518917.
HSL color Cylindrical-coordinate representation of color #453F91: hue angle of 244.39º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453F91 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 63 | 145 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.43 |
| HSL | 244.39º | 0.39% | 0.41% | - |
| HSV(B) | 244.39º | 0.57% | 0.57% | - |
| XYZ | 9.34 | 6.86 | 27.62 | - |
| YUV | 74.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 145 | 0.52 | 0.57 | 0 | 0.43 | 244.39 | 0.39 | 0.41 |
| Hex | 45 | 3F | 91 | 34 | 39 | 0 | 2B | F4 | 27 | 29 |
| Octal | 105 | 77 | 221 | 64 | 71 | 0 | 53 | 364 | 47 | 51 |
| Binary | 1000101 | 111111 | 10010001 | 110100 | 111001 | 0 | 101011 | 11110100 | 100111 | 101001 |
Color Harmonies of #453F91
Complementary color
Monochromatic Colors of #453F91
Black with #453F91
Text Example
Text Example
White with #453F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F91; }
p { color: rgb(69,63,145); }
H1.HeaderClassName
{
color: #453F91;
}
.AnyTagClassName
{
color: #453F91;
}
</style>
background-color css
<style>
a { background-color: #453F91; }
a { background-color: rgb(69,63,145); }
div.DivClassName
{
background-color: #453F91;
}
.BgClassName
{
background-color: #453F91;
}
</style>
border-color css
<style>
span { border-color: #453F91; }
span { border-color: rgb(69,63,145); }
td.TdClassName
{
border-color: #453F91;
}
.TagClassName
{
border-color: #453F91;
}
</style>