Shades of Dark Slate Blue #413793
Tints of Dark Slate Blue #413793
RGB
CMYK
RGB Variations
Color information
#413793 (or 0x413793) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 93. RGB value is (65,55,147). Sum of RGB (Red+Green+Blue) = 65+55+147=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #413793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413793 is #BEC86C. Grayscale: #444444. Windows color (decimal): -12503149 or 9647937. OLE color: 9647937.
HSL color Cylindrical-coordinate representation of color #413793: hue angle of 246.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413793 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 55 | 147 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.42 |
| HSL | 246.52º | 0.46% | 0.4% | - |
| HSV(B) | 246.52º | 0.63% | 0.58% | - |
| XYZ | 8.81 | 5.96 | 28.29 | - |
| YUV | 68.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 147 | 0.56 | 0.63 | 0 | 0.42 | 246.52 | 0.46 | 0.4 |
| Hex | 41 | 37 | 93 | 38 | 3F | 0 | 2A | F7 | 2E | 28 |
| Octal | 101 | 67 | 223 | 70 | 77 | 0 | 52 | 367 | 56 | 50 |
| Binary | 1000001 | 110111 | 10010011 | 111000 | 111111 | 0 | 101010 | 11110111 | 101110 | 101000 |
Color Harmonies of #413793
Complementary color
Monochromatic Colors of #413793
Black with #413793
Text Example
Text Example
White with #413793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413793; }
p { color: rgb(65,55,147); }
H1.HeaderClassName
{
color: #413793;
}
.AnyTagClassName
{
color: #413793;
}
</style>
background-color css
<style>
a { background-color: #413793; }
a { background-color: rgb(65,55,147); }
div.DivClassName
{
background-color: #413793;
}
.BgClassName
{
background-color: #413793;
}
</style>
border-color css
<style>
span { border-color: #413793; }
span { border-color: rgb(65,55,147); }
td.TdClassName
{
border-color: #413793;
}
.TagClassName
{
border-color: #413793;
}
</style>