Shades of Dark Slate Blue #454081
Tints of Dark Slate Blue #454081
RGB
CMYK
RGB Variations
Color information
#454081 (or 0x454081) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 81. RGB value is (69,64,129). Sum of RGB (Red+Green+Blue) = 69+64+129=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #454081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454081 is #BABF7E. Grayscale: #484848. Windows color (decimal): -12238719 or 8470597. OLE color: 8470597.
HSL color Cylindrical-coordinate representation of color #454081: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454081 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 64 | 129 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.49 |
| HSL | 244.62º | 0.34% | 0.38% | - |
| HSV(B) | 244.62º | 0.5% | 0.51% | - |
| XYZ | 8.25 | 6.52 | 21.59 | - |
| YUV | 72.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 129 | 0.47 | 0.50 | 0 | 0.49 | 244.62 | 0.34 | 0.38 |
| Hex | 45 | 40 | 81 | 2F | 32 | 0 | 31 | F5 | 22 | 26 |
| Octal | 105 | 100 | 201 | 57 | 62 | 0 | 61 | 365 | 42 | 46 |
| Binary | 1000101 | 1000000 | 10000001 | 101111 | 110010 | 0 | 110001 | 11110101 | 100010 | 100110 |
Color Harmonies of #454081
Complementary color
Monochromatic Colors of #454081
Black with #454081
Text Example
Text Example
White with #454081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454081; }
p { color: rgb(69,64,129); }
H1.HeaderClassName
{
color: #454081;
}
.AnyTagClassName
{
color: #454081;
}
</style>
background-color css
<style>
a { background-color: #454081; }
a { background-color: rgb(69,64,129); }
div.DivClassName
{
background-color: #454081;
}
.BgClassName
{
background-color: #454081;
}
</style>
border-color css
<style>
span { border-color: #454081; }
span { border-color: rgb(69,64,129); }
td.TdClassName
{
border-color: #454081;
}
.TagClassName
{
border-color: #454081;
}
</style>