Shades of Dark Slate Blue #413D8D
Tints of Dark Slate Blue #413D8D
RGB
CMYK
RGB Variations
Color information
#413D8D (or 0x413D8D) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 8D. RGB value is (65,61,141). Sum of RGB (Red+Green+Blue) = 65+61+141=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #413D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D8D is #BEC272. Grayscale: #474747. Windows color (decimal): -12501619 or 9256257. OLE color: 9256257.
HSL color Cylindrical-coordinate representation of color #413D8D: hue angle of 243º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413D8D is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 61 | 141 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.45 |
| HSL | 243º | 0.4% | 0.4% | - |
| HSV(B) | 243º | 0.57% | 0.55% | - |
| XYZ | 8.66 | 6.38 | 25.98 | - |
| YUV | 71.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 141 | 0.54 | 0.57 | 0 | 0.45 | 243 | 0.4 | 0.4 |
| Hex | 41 | 3D | 8D | 36 | 39 | 0 | 2D | F3 | 28 | 28 |
| Octal | 101 | 75 | 215 | 66 | 71 | 0 | 55 | 363 | 50 | 50 |
| Binary | 1000001 | 111101 | 10001101 | 110110 | 111001 | 0 | 101101 | 11110011 | 101000 | 101000 |
Color Harmonies of #413D8D
Complementary color
Monochromatic Colors of #413D8D
Black with #413D8D
Text Example
Text Example
White with #413D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D8D; }
p { color: rgb(65,61,141); }
H1.HeaderClassName
{
color: #413D8D;
}
.AnyTagClassName
{
color: #413D8D;
}
</style>
background-color css
<style>
a { background-color: #413D8D; }
a { background-color: rgb(65,61,141); }
div.DivClassName
{
background-color: #413D8D;
}
.BgClassName
{
background-color: #413D8D;
}
</style>
border-color css
<style>
span { border-color: #413D8D; }
span { border-color: rgb(65,61,141); }
td.TdClassName
{
border-color: #413D8D;
}
.TagClassName
{
border-color: #413D8D;
}
</style>