Shades of Dark Slate Blue #453683
Tints of Dark Slate Blue #453683
RGB
CMYK
RGB Variations
Color information
#453683 (or 0x453683) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 83. RGB value is (69,54,131). Sum of RGB (Red+Green+Blue) = 69+54+131=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #453683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453683 is #BAC97C. Grayscale: #424242. Windows color (decimal): -12241277 or 8599109. OLE color: 8599109.
HSL color Cylindrical-coordinate representation of color #453683: hue angle of 251.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453683 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 54 | 131 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.49 |
| HSL | 251.69º | 0.42% | 0.36% | - |
| HSV(B) | 251.69º | 0.59% | 0.51% | - |
| XYZ | 7.87 | 5.54 | 22.13 | - |
| YUV | 67.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 131 | 0.47 | 0.59 | 0 | 0.49 | 251.69 | 0.42 | 0.36 |
| Hex | 45 | 36 | 83 | 2F | 3B | 0 | 31 | FC | 2A | 24 |
| Octal | 105 | 66 | 203 | 57 | 73 | 0 | 61 | 374 | 52 | 44 |
| Binary | 1000101 | 110110 | 10000011 | 101111 | 111011 | 0 | 110001 | 11111100 | 101010 | 100100 |
Color Harmonies of #453683
Complementary color
Monochromatic Colors of #453683
Black with #453683
Text Example
Text Example
White with #453683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453683; }
p { color: rgb(69,54,131); }
H1.HeaderClassName
{
color: #453683;
}
.AnyTagClassName
{
color: #453683;
}
</style>
background-color css
<style>
a { background-color: #453683; }
a { background-color: rgb(69,54,131); }
div.DivClassName
{
background-color: #453683;
}
.BgClassName
{
background-color: #453683;
}
</style>
border-color css
<style>
span { border-color: #453683; }
span { border-color: rgb(69,54,131); }
td.TdClassName
{
border-color: #453683;
}
.TagClassName
{
border-color: #453683;
}
</style>