Shades of Dark Slate Blue #413993
Tints of Dark Slate Blue #413993
RGB
CMYK
RGB Variations
Color information
#413993 (or 0x413993) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 93. RGB value is (65,57,147). Sum of RGB (Red+Green+Blue) = 65+57+147=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #413993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413993 is #BEC66C. Grayscale: #454545. Windows color (decimal): -12502637 or 9648449. OLE color: 9648449.
HSL color Cylindrical-coordinate representation of color #413993: hue angle of 245.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413993 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 57 | 147 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.42 |
| HSL | 245.33º | 0.44% | 0.4% | - |
| HSV(B) | 245.33º | 0.61% | 0.58% | - |
| XYZ | 8.91 | 6.16 | 28.32 | - |
| YUV | 69.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 147 | 0.56 | 0.61 | 0 | 0.42 | 245.33 | 0.44 | 0.4 |
| Hex | 41 | 39 | 93 | 38 | 3D | 0 | 2A | F5 | 2C | 28 |
| Octal | 101 | 71 | 223 | 70 | 75 | 0 | 52 | 365 | 54 | 50 |
| Binary | 1000001 | 111001 | 10010011 | 111000 | 111101 | 0 | 101010 | 11110101 | 101100 | 101000 |
Color Harmonies of #413993
Complementary color
Monochromatic Colors of #413993
Black with #413993
Text Example
Text Example
White with #413993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413993; }
p { color: rgb(65,57,147); }
H1.HeaderClassName
{
color: #413993;
}
.AnyTagClassName
{
color: #413993;
}
</style>
background-color css
<style>
a { background-color: #413993; }
a { background-color: rgb(65,57,147); }
div.DivClassName
{
background-color: #413993;
}
.BgClassName
{
background-color: #413993;
}
</style>
border-color css
<style>
span { border-color: #413993; }
span { border-color: rgb(65,57,147); }
td.TdClassName
{
border-color: #413993;
}
.TagClassName
{
border-color: #413993;
}
</style>