Shades of Dark Slate Blue #413797
Tints of Dark Slate Blue #413797
RGB
CMYK
RGB Variations
Color information
#413797 (or 0x413797) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 97. RGB value is (65,55,151). Sum of RGB (Red+Green+Blue) = 65+55+151=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #413797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413797 is #BEC868. Grayscale: #444444. Windows color (decimal): -12503145 or 9910081. OLE color: 9910081.
HSL color Cylindrical-coordinate representation of color #413797: hue angle of 246.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413797 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 55 | 151 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.41 |
| HSL | 246.25º | 0.47% | 0.4% | - |
| HSV(B) | 246.25º | 0.64% | 0.59% | - |
| XYZ | 9.13 | 6.09 | 29.97 | - |
| YUV | 68.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 151 | 0.57 | 0.64 | 0 | 0.41 | 246.25 | 0.47 | 0.4 |
| Hex | 41 | 37 | 97 | 39 | 40 | 0 | 29 | F6 | 2F | 28 |
| Octal | 101 | 67 | 227 | 71 | 100 | 0 | 51 | 366 | 57 | 50 |
| Binary | 1000001 | 110111 | 10010111 | 111001 | 1000000 | 0 | 101001 | 11110110 | 101111 | 101000 |
Color Harmonies of #413797
Complementary color
Monochromatic Colors of #413797
Black with #413797
Text Example
Text Example
White with #413797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413797; }
p { color: rgb(65,55,151); }
H1.HeaderClassName
{
color: #413797;
}
.AnyTagClassName
{
color: #413797;
}
</style>
background-color css
<style>
a { background-color: #413797; }
a { background-color: rgb(65,55,151); }
div.DivClassName
{
background-color: #413797;
}
.BgClassName
{
background-color: #413797;
}
</style>
border-color css
<style>
span { border-color: #413797; }
span { border-color: rgb(65,55,151); }
td.TdClassName
{
border-color: #413797;
}
.TagClassName
{
border-color: #413797;
}
</style>