Shades of Dark Slate Blue #413E9B
Tints of Dark Slate Blue #413E9B
RGB
CMYK
RGB Variations
Color information
#413E9B (or 0x413E9B) is known color: Dark Slate Blue. HEX triplet: 41, 3E and 9B. RGB value is (65,62,155). Sum of RGB (Red+Green+Blue) = 65+62+155=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #413E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E9B is #BEC164. Grayscale: #494949. Windows color (decimal): -12501349 or 10174017. OLE color: 10174017.
HSL color Cylindrical-coordinate representation of color #413E9B: hue angle of 241.94º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413E9B is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 62 | 155 | - |
| CMYK | 0.58 | 0.6 | 0 | 0.39 |
| HSL | 241.94º | 0.43% | 0.43% | - |
| HSV(B) | 241.94º | 0.6% | 0.61% | - |
| XYZ | 9.82 | 6.94 | 31.83 | - |
| YUV | 73.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 155 | 0.58 | 0.6 | 0 | 0.39 | 241.94 | 0.43 | 0.43 |
| Hex | 41 | 3E | 9B | 3A | 3C | 0 | 27 | F2 | 2B | 2B |
| Octal | 101 | 76 | 233 | 72 | 74 | 0 | 47 | 362 | 53 | 53 |
| Binary | 1000001 | 111110 | 10011011 | 111010 | 111100 | 0 | 100111 | 11110010 | 101011 | 101011 |
Color Harmonies of #413E9B
Complementary color
Monochromatic Colors of #413E9B
Black with #413E9B
Text Example
Text Example
White with #413E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E9B; }
p { color: rgb(65,62,155); }
H1.HeaderClassName
{
color: #413E9B;
}
.AnyTagClassName
{
color: #413E9B;
}
</style>
background-color css
<style>
a { background-color: #413E9B; }
a { background-color: rgb(65,62,155); }
div.DivClassName
{
background-color: #413E9B;
}
.BgClassName
{
background-color: #413E9B;
}
</style>
border-color css
<style>
span { border-color: #413E9B; }
span { border-color: rgb(65,62,155); }
td.TdClassName
{
border-color: #413E9B;
}
.TagClassName
{
border-color: #413E9B;
}
</style>