Shades of Dark Slate Blue #413D93
Tints of Dark Slate Blue #413D93
RGB
CMYK
RGB Variations
Color information
#413D93 (or 0x413D93) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 93. RGB value is (65,61,147). Sum of RGB (Red+Green+Blue) = 65+61+147=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #413D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D93 is #BEC26C. Grayscale: #474747. Windows color (decimal): -12501613 or 9649473. OLE color: 9649473.
HSL color Cylindrical-coordinate representation of color #413D93: hue angle of 242.79º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413D93 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 61 | 147 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.42 |
| HSL | 242.79º | 0.41% | 0.41% | - |
| HSV(B) | 242.79º | 0.59% | 0.58% | - |
| XYZ | 9.12 | 6.57 | 28.39 | - |
| YUV | 72 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 147 | 0.56 | 0.59 | 0 | 0.42 | 242.79 | 0.41 | 0.41 |
| Hex | 41 | 3D | 93 | 38 | 3B | 0 | 2A | F3 | 29 | 29 |
| Octal | 101 | 75 | 223 | 70 | 73 | 0 | 52 | 363 | 51 | 51 |
| Binary | 1000001 | 111101 | 10010011 | 111000 | 111011 | 0 | 101010 | 11110011 | 101001 | 101001 |
Color Harmonies of #413D93
Complementary color
Monochromatic Colors of #413D93
Black with #413D93
Text Example
Text Example
White with #413D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D93; }
p { color: rgb(65,61,147); }
H1.HeaderClassName
{
color: #413D93;
}
.AnyTagClassName
{
color: #413D93;
}
</style>
background-color css
<style>
a { background-color: #413D93; }
a { background-color: rgb(65,61,147); }
div.DivClassName
{
background-color: #413D93;
}
.BgClassName
{
background-color: #413D93;
}
</style>
border-color css
<style>
span { border-color: #413D93; }
span { border-color: rgb(65,61,147); }
td.TdClassName
{
border-color: #413D93;
}
.TagClassName
{
border-color: #413D93;
}
</style>