Shades of Dark Slate Blue #413D91
Tints of Dark Slate Blue #413D91
RGB
CMYK
RGB Variations
Color information
#413D91 (or 0x413D91) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 91. RGB value is (65,61,145). Sum of RGB (Red+Green+Blue) = 65+61+145=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #413D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D91 is #BEC26E. Grayscale: #474747. Windows color (decimal): -12501615 or 9518401. OLE color: 9518401.
HSL color Cylindrical-coordinate representation of color #413D91: hue angle of 242.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413D91 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 61 | 145 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.43 |
| HSL | 242.86º | 0.41% | 0.4% | - |
| HSV(B) | 242.86º | 0.58% | 0.57% | - |
| XYZ | 8.96 | 6.51 | 27.57 | - |
| YUV | 71.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 145 | 0.55 | 0.58 | 0 | 0.43 | 242.86 | 0.41 | 0.4 |
| Hex | 41 | 3D | 91 | 37 | 3A | 0 | 2B | F3 | 29 | 28 |
| Octal | 101 | 75 | 221 | 67 | 72 | 0 | 53 | 363 | 51 | 50 |
| Binary | 1000001 | 111101 | 10010001 | 110111 | 111010 | 0 | 101011 | 11110011 | 101001 | 101000 |
Color Harmonies of #413D91
Complementary color
Monochromatic Colors of #413D91
Black with #413D91
Text Example
Text Example
White with #413D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D91; }
p { color: rgb(65,61,145); }
H1.HeaderClassName
{
color: #413D91;
}
.AnyTagClassName
{
color: #413D91;
}
</style>
background-color css
<style>
a { background-color: #413D91; }
a { background-color: rgb(65,61,145); }
div.DivClassName
{
background-color: #413D91;
}
.BgClassName
{
background-color: #413D91;
}
</style>
border-color css
<style>
span { border-color: #413D91; }
span { border-color: rgb(65,61,145); }
td.TdClassName
{
border-color: #413D91;
}
.TagClassName
{
border-color: #413D91;
}
</style>