Shades of Dark Slate Blue #413185
Tints of Dark Slate Blue #413185
RGB
CMYK
RGB Variations
Color information
#413185 (or 0x413185) is known color: Dark Slate Blue. HEX triplet: 41, 31 and 85. RGB value is (65,49,133). Sum of RGB (Red+Green+Blue) = 65+49+133=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #413185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413185 is #BECE7A. Grayscale: #3F3F3F. Windows color (decimal): -12504699 or 8728897. OLE color: 8728897.
HSL color Cylindrical-coordinate representation of color #413185: hue angle of 251.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413185 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 49 | 133 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.48 |
| HSL | 251.43º | 0.46% | 0.36% | - |
| HSV(B) | 251.43º | 0.63% | 0.52% | - |
| XYZ | 7.51 | 5.01 | 22.76 | - |
| YUV | 63.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 133 | 0.51 | 0.63 | 0 | 0.48 | 251.43 | 0.46 | 0.36 |
| Hex | 41 | 31 | 85 | 33 | 3F | 0 | 30 | FB | 2E | 24 |
| Octal | 101 | 61 | 205 | 63 | 77 | 0 | 60 | 373 | 56 | 44 |
| Binary | 1000001 | 110001 | 10000101 | 110011 | 111111 | 0 | 110000 | 11111011 | 101110 | 100100 |
Color Harmonies of #413185
Complementary color
Monochromatic Colors of #413185
Black with #413185
Text Example
Text Example
White with #413185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413185; }
p { color: rgb(65,49,133); }
H1.HeaderClassName
{
color: #413185;
}
.AnyTagClassName
{
color: #413185;
}
</style>
background-color css
<style>
a { background-color: #413185; }
a { background-color: rgb(65,49,133); }
div.DivClassName
{
background-color: #413185;
}
.BgClassName
{
background-color: #413185;
}
</style>
border-color css
<style>
span { border-color: #413185; }
span { border-color: rgb(65,49,133); }
td.TdClassName
{
border-color: #413185;
}
.TagClassName
{
border-color: #413185;
}
</style>