Shades of Dark Slate Blue #413F94
Tints of Dark Slate Blue #413F94
RGB
CMYK
RGB Variations
Color information
#413F94 (or 0x413F94) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 94. RGB value is (65,63,148). Sum of RGB (Red+Green+Blue) = 65+63+148=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #413F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F94 is #BEC06B. Grayscale: #484848. Windows color (decimal): -12501100 or 9715521. OLE color: 9715521.
HSL color Cylindrical-coordinate representation of color #413F94: hue angle of 241.41º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413F94 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 63 | 148 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.42 |
| HSL | 241.41º | 0.4% | 0.41% | - |
| HSV(B) | 241.41º | 0.57% | 0.58% | - |
| XYZ | 9.3 | 6.82 | 28.84 | - |
| YUV | 73.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 148 | 0.56 | 0.57 | 0 | 0.42 | 241.41 | 0.4 | 0.41 |
| Hex | 41 | 3F | 94 | 38 | 39 | 0 | 2A | F1 | 28 | 29 |
| Octal | 101 | 77 | 224 | 70 | 71 | 0 | 52 | 361 | 50 | 51 |
| Binary | 1000001 | 111111 | 10010100 | 111000 | 111001 | 0 | 101010 | 11110001 | 101000 | 101001 |
Color Harmonies of #413F94
Complementary color
Monochromatic Colors of #413F94
Black with #413F94
Text Example
Text Example
White with #413F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F94; }
p { color: rgb(65,63,148); }
H1.HeaderClassName
{
color: #413F94;
}
.AnyTagClassName
{
color: #413F94;
}
</style>
background-color css
<style>
a { background-color: #413F94; }
a { background-color: rgb(65,63,148); }
div.DivClassName
{
background-color: #413F94;
}
.BgClassName
{
background-color: #413F94;
}
</style>
border-color css
<style>
span { border-color: #413F94; }
span { border-color: rgb(65,63,148); }
td.TdClassName
{
border-color: #413F94;
}
.TagClassName
{
border-color: #413F94;
}
</style>