Shades of Dark Slate Blue #453885
Tints of Dark Slate Blue #453885
RGB
CMYK
RGB Variations
Color information
#453885 (or 0x453885) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 85. RGB value is (69,56,133). Sum of RGB (Red+Green+Blue) = 69+56+133=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #453885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453885 is #BAC77A. Grayscale: #444444. Windows color (decimal): -12240763 or 8730693. OLE color: 8730693.
HSL color Cylindrical-coordinate representation of color #453885: hue angle of 250.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453885 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 56 | 133 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.48 |
| HSL | 250.13º | 0.41% | 0.37% | - |
| HSV(B) | 250.13º | 0.58% | 0.52% | - |
| XYZ | 8.1 | 5.79 | 22.88 | - |
| YUV | 68.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 133 | 0.48 | 0.58 | 0 | 0.48 | 250.13 | 0.41 | 0.37 |
| Hex | 45 | 38 | 85 | 30 | 3A | 0 | 30 | FA | 29 | 25 |
| Octal | 105 | 70 | 205 | 60 | 72 | 0 | 60 | 372 | 51 | 45 |
| Binary | 1000101 | 111000 | 10000101 | 110000 | 111010 | 0 | 110000 | 11111010 | 101001 | 100101 |
Color Harmonies of #453885
Complementary color
Monochromatic Colors of #453885
Black with #453885
Text Example
Text Example
White with #453885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453885; }
p { color: rgb(69,56,133); }
H1.HeaderClassName
{
color: #453885;
}
.AnyTagClassName
{
color: #453885;
}
</style>
background-color css
<style>
a { background-color: #453885; }
a { background-color: rgb(69,56,133); }
div.DivClassName
{
background-color: #453885;
}
.BgClassName
{
background-color: #453885;
}
</style>
border-color css
<style>
span { border-color: #453885; }
span { border-color: rgb(69,56,133); }
td.TdClassName
{
border-color: #453885;
}
.TagClassName
{
border-color: #453885;
}
</style>