Shades of Dark Slate Blue #45357F
Tints of Dark Slate Blue #45357F
RGB
CMYK
RGB Variations
Color information
#45357F (or 0x45357F) is known color: Dark Slate Blue. HEX triplet: 45, 35 and 7F. RGB value is (69,53,127). Sum of RGB (Red+Green+Blue) = 69+53+127=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #45357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45357F is #BACA80. Grayscale: #414141. Windows color (decimal): -12241537 or 8336709. OLE color: 8336709.
HSL color Cylindrical-coordinate representation of color #45357F: hue angle of 252.97º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45357F is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 53 | 127 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.50 |
| HSL | 252.97º | 0.41% | 0.35% | - |
| HSV(B) | 252.97º | 0.58% | 0.5% | - |
| XYZ | 7.56 | 5.34 | 20.71 | - |
| YUV | 66.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 127 | 0.46 | 0.58 | 0 | 0.50 | 252.97 | 0.41 | 0.35 |
| Hex | 45 | 35 | 7F | 2E | 3A | 0 | 32 | FD | 29 | 23 |
| Octal | 105 | 65 | 177 | 56 | 72 | 0 | 62 | 375 | 51 | 43 |
| Binary | 1000101 | 110101 | 1111111 | 101110 | 111010 | 0 | 110010 | 11111101 | 101001 | 100011 |
Color Harmonies of #45357F
Complementary color
Monochromatic Colors of #45357F
Black with #45357F
Text Example
Text Example
White with #45357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45357F; }
p { color: rgb(69,53,127); }
H1.HeaderClassName
{
color: #45357F;
}
.AnyTagClassName
{
color: #45357F;
}
</style>
background-color css
<style>
a { background-color: #45357F; }
a { background-color: rgb(69,53,127); }
div.DivClassName
{
background-color: #45357F;
}
.BgClassName
{
background-color: #45357F;
}
</style>
border-color css
<style>
span { border-color: #45357F; }
span { border-color: rgb(69,53,127); }
td.TdClassName
{
border-color: #45357F;
}
.TagClassName
{
border-color: #45357F;
}
</style>