Shades of Dark Slate Blue #413697
Tints of Dark Slate Blue #413697
RGB
CMYK
RGB Variations
Color information
#413697 (or 0x413697) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 97. RGB value is (65,54,151). Sum of RGB (Red+Green+Blue) = 65+54+151=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #413697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413697 is #BEC968. Grayscale: #434343. Windows color (decimal): -12503401 or 9909825. OLE color: 9909825.
HSL color Cylindrical-coordinate representation of color #413697: hue angle of 246.8º 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 #413697 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 54 | 151 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.41 |
| HSL | 246.8º | 0.47% | 0.4% | - |
| HSV(B) | 246.8º | 0.64% | 0.59% | - |
| XYZ | 9.09 | 6 | 29.96 | - |
| YUV | 68.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 151 | 0.57 | 0.64 | 0 | 0.41 | 246.8 | 0.47 | 0.4 |
| Hex | 41 | 36 | 97 | 39 | 40 | 0 | 29 | F7 | 2F | 28 |
| Octal | 101 | 66 | 227 | 71 | 100 | 0 | 51 | 367 | 57 | 50 |
| Binary | 1000001 | 110110 | 10010111 | 111001 | 1000000 | 0 | 101001 | 11110111 | 101111 | 101000 |
Color Harmonies of #413697
Complementary color
Monochromatic Colors of #413697
Black with #413697
Text Example
Text Example
White with #413697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413697; }
p { color: rgb(65,54,151); }
H1.HeaderClassName
{
color: #413697;
}
.AnyTagClassName
{
color: #413697;
}
</style>
background-color css
<style>
a { background-color: #413697; }
a { background-color: rgb(65,54,151); }
div.DivClassName
{
background-color: #413697;
}
.BgClassName
{
background-color: #413697;
}
</style>
border-color css
<style>
span { border-color: #413697; }
span { border-color: rgb(65,54,151); }
td.TdClassName
{
border-color: #413697;
}
.TagClassName
{
border-color: #413697;
}
</style>