Shades of Dark Slate Blue #413798
Tints of Dark Slate Blue #413798
RGB
CMYK
RGB Variations
Color information
#413798 (or 0x413798) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 98. RGB value is (65,55,152). Sum of RGB (Red+Green+Blue) = 65+55+152=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #413798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413798 is #BEC867. Grayscale: #444444. Windows color (decimal): -12503144 or 9975617. OLE color: 9975617.
HSL color Cylindrical-coordinate representation of color #413798: hue angle of 246.19º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413798 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 55 | 152 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.40 |
| HSL | 246.19º | 0.47% | 0.41% | - |
| HSV(B) | 246.19º | 0.64% | 0.6% | - |
| XYZ | 9.21 | 6.12 | 30.4 | - |
| YUV | 69.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 152 | 0.57 | 0.64 | 0 | 0.40 | 246.19 | 0.47 | 0.41 |
| Hex | 41 | 37 | 98 | 39 | 40 | 0 | 28 | F6 | 2F | 29 |
| Octal | 101 | 67 | 230 | 71 | 100 | 0 | 50 | 366 | 57 | 51 |
| Binary | 1000001 | 110111 | 10011000 | 111001 | 1000000 | 0 | 101000 | 11110110 | 101111 | 101001 |
Color Harmonies of #413798
Complementary color
Monochromatic Colors of #413798
Black with #413798
Text Example
Text Example
White with #413798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413798; }
p { color: rgb(65,55,152); }
H1.HeaderClassName
{
color: #413798;
}
.AnyTagClassName
{
color: #413798;
}
</style>
background-color css
<style>
a { background-color: #413798; }
a { background-color: rgb(65,55,152); }
div.DivClassName
{
background-color: #413798;
}
.BgClassName
{
background-color: #413798;
}
</style>
border-color css
<style>
span { border-color: #413798; }
span { border-color: rgb(65,55,152); }
td.TdClassName
{
border-color: #413798;
}
.TagClassName
{
border-color: #413798;
}
</style>