Shades of Dark Slate Blue #453482
Tints of Dark Slate Blue #453482
RGB
CMYK
RGB Variations
Color information
#453482 (or 0x453482) is known color: Dark Slate Blue. HEX triplet: 45, 34 and 82. RGB value is (69,52,130). Sum of RGB (Red+Green+Blue) = 69+52+130=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #453482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453482 is #BACB7D. Grayscale: #414141. Windows color (decimal): -12241790 or 8533061. OLE color: 8533061.
HSL color Cylindrical-coordinate representation of color #453482: hue angle of 253.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453482 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 52 | 130 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.49 |
| HSL | 253.08º | 0.43% | 0.36% | - |
| HSV(B) | 253.08º | 0.6% | 0.51% | - |
| XYZ | 7.71 | 5.33 | 21.74 | - |
| YUV | 65.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 130 | 0.47 | 0.60 | 0 | 0.49 | 253.08 | 0.43 | 0.36 |
| Hex | 45 | 34 | 82 | 2F | 3C | 0 | 31 | FD | 2B | 24 |
| Octal | 105 | 64 | 202 | 57 | 74 | 0 | 61 | 375 | 53 | 44 |
| Binary | 1000101 | 110100 | 10000010 | 101111 | 111100 | 0 | 110001 | 11111101 | 101011 | 100100 |
Color Harmonies of #453482
Complementary color
Monochromatic Colors of #453482
Black with #453482
Text Example
Text Example
White with #453482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453482; }
p { color: rgb(69,52,130); }
H1.HeaderClassName
{
color: #453482;
}
.AnyTagClassName
{
color: #453482;
}
</style>
background-color css
<style>
a { background-color: #453482; }
a { background-color: rgb(69,52,130); }
div.DivClassName
{
background-color: #453482;
}
.BgClassName
{
background-color: #453482;
}
</style>
border-color css
<style>
span { border-color: #453482; }
span { border-color: rgb(69,52,130); }
td.TdClassName
{
border-color: #453482;
}
.TagClassName
{
border-color: #453482;
}
</style>