Shades of Dark Slate Blue #413D98
Tints of Dark Slate Blue #413D98
RGB
CMYK
RGB Variations
Color information
#413D98 (or 0x413D98) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 98. RGB value is (65,61,152). Sum of RGB (Red+Green+Blue) = 65+61+152=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #413D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D98 is #BEC267. Grayscale: #484848. Windows color (decimal): -12501608 or 9977153. OLE color: 9977153.
HSL color Cylindrical-coordinate representation of color #413D98: hue angle of 242.64º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413D98 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 61 | 152 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.40 |
| HSL | 242.64º | 0.43% | 0.42% | - |
| HSV(B) | 242.64º | 0.6% | 0.6% | - |
| XYZ | 9.52 | 6.73 | 30.5 | - |
| YUV | 72.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 152 | 0.57 | 0.60 | 0 | 0.40 | 242.64 | 0.43 | 0.42 |
| Hex | 41 | 3D | 98 | 39 | 3C | 0 | 28 | F3 | 2B | 2A |
| Octal | 101 | 75 | 230 | 71 | 74 | 0 | 50 | 363 | 53 | 52 |
| Binary | 1000001 | 111101 | 10011000 | 111001 | 111100 | 0 | 101000 | 11110011 | 101011 | 101010 |
Color Harmonies of #413D98
Complementary color
Monochromatic Colors of #413D98
Black with #413D98
Text Example
Text Example
White with #413D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D98; }
p { color: rgb(65,61,152); }
H1.HeaderClassName
{
color: #413D98;
}
.AnyTagClassName
{
color: #413D98;
}
</style>
background-color css
<style>
a { background-color: #413D98; }
a { background-color: rgb(65,61,152); }
div.DivClassName
{
background-color: #413D98;
}
.BgClassName
{
background-color: #413D98;
}
</style>
border-color css
<style>
span { border-color: #413D98; }
span { border-color: rgb(65,61,152); }
td.TdClassName
{
border-color: #413D98;
}
.TagClassName
{
border-color: #413D98;
}
</style>