Shades of Dark Slate Blue #413F98
Tints of Dark Slate Blue #413F98
RGB
CMYK
RGB Variations
Color information
#413F98 (or 0x413F98) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 98. RGB value is (65,63,152). Sum of RGB (Red+Green+Blue) = 65+63+152=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #413F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F98 is #BEC067. Grayscale: #494949. Windows color (decimal): -12501096 or 9977665. OLE color: 9977665.
HSL color Cylindrical-coordinate representation of color #413F98: hue angle of 241.35º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413F98 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 63 | 152 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.40 |
| HSL | 241.35º | 0.41% | 0.42% | - |
| HSV(B) | 241.35º | 0.59% | 0.6% | - |
| XYZ | 9.62 | 6.95 | 30.54 | - |
| YUV | 73.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 152 | 0.57 | 0.59 | 0 | 0.40 | 241.35 | 0.41 | 0.42 |
| Hex | 41 | 3F | 98 | 39 | 3B | 0 | 28 | F1 | 29 | 2A |
| Octal | 101 | 77 | 230 | 71 | 73 | 0 | 50 | 361 | 51 | 52 |
| Binary | 1000001 | 111111 | 10011000 | 111001 | 111011 | 0 | 101000 | 11110001 | 101001 | 101010 |
Color Harmonies of #413F98
Complementary color
Monochromatic Colors of #413F98
Black with #413F98
Text Example
Text Example
White with #413F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F98; }
p { color: rgb(65,63,152); }
H1.HeaderClassName
{
color: #413F98;
}
.AnyTagClassName
{
color: #413F98;
}
</style>
background-color css
<style>
a { background-color: #413F98; }
a { background-color: rgb(65,63,152); }
div.DivClassName
{
background-color: #413F98;
}
.BgClassName
{
background-color: #413F98;
}
</style>
border-color css
<style>
span { border-color: #413F98; }
span { border-color: rgb(65,63,152); }
td.TdClassName
{
border-color: #413F98;
}
.TagClassName
{
border-color: #413F98;
}
</style>