Shades of Dark Slate Blue #453C93
Tints of Dark Slate Blue #453C93
RGB
CMYK
RGB Variations
Color information
#453C93 (or 0x453C93) is known color: Dark Slate Blue. HEX triplet: 45, 3C and 93. RGB value is (69,60,147). Sum of RGB (Red+Green+Blue) = 69+60+147=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #453C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C93 is #BAC36C. Grayscale: #484848. Windows color (decimal): -12239725 or 9649221. OLE color: 9649221.
HSL color Cylindrical-coordinate representation of color #453C93: hue angle of 246.21º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453C93 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 60 | 147 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.42 |
| HSL | 246.21º | 0.42% | 0.41% | - |
| HSV(B) | 246.21º | 0.59% | 0.58% | - |
| XYZ | 9.34 | 6.6 | 28.39 | - |
| YUV | 72.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 147 | 0.53 | 0.59 | 0 | 0.42 | 246.21 | 0.42 | 0.41 |
| Hex | 45 | 3C | 93 | 35 | 3B | 0 | 2A | F6 | 2A | 29 |
| Octal | 105 | 74 | 223 | 65 | 73 | 0 | 52 | 366 | 52 | 51 |
| Binary | 1000101 | 111100 | 10010011 | 110101 | 111011 | 0 | 101010 | 11110110 | 101010 | 101001 |
Color Harmonies of #453C93
Complementary color
Monochromatic Colors of #453C93
Black with #453C93
Text Example
Text Example
White with #453C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C93; }
p { color: rgb(69,60,147); }
H1.HeaderClassName
{
color: #453C93;
}
.AnyTagClassName
{
color: #453C93;
}
</style>
background-color css
<style>
a { background-color: #453C93; }
a { background-color: rgb(69,60,147); }
div.DivClassName
{
background-color: #453C93;
}
.BgClassName
{
background-color: #453C93;
}
</style>
border-color css
<style>
span { border-color: #453C93; }
span { border-color: rgb(69,60,147); }
td.TdClassName
{
border-color: #453C93;
}
.TagClassName
{
border-color: #453C93;
}
</style>