Shades of Dark Slate Blue #413785
Tints of Dark Slate Blue #413785
RGB
CMYK
RGB Variations
Color information
#413785 (or 0x413785) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 85. RGB value is (65,55,133). Sum of RGB (Red+Green+Blue) = 65+55+133=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #413785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413785 is #BEC87A. Grayscale: #424242. Windows color (decimal): -12503163 or 8730433. OLE color: 8730433.
HSL color Cylindrical-coordinate representation of color #413785: hue angle of 247.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413785 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 55 | 133 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.48 |
| HSL | 247.69º | 0.41% | 0.37% | - |
| HSV(B) | 247.69º | 0.59% | 0.52% | - |
| XYZ | 7.78 | 5.55 | 22.85 | - |
| YUV | 66.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 133 | 0.51 | 0.59 | 0 | 0.48 | 247.69 | 0.41 | 0.37 |
| Hex | 41 | 37 | 85 | 33 | 3B | 0 | 30 | F8 | 29 | 25 |
| Octal | 101 | 67 | 205 | 63 | 73 | 0 | 60 | 370 | 51 | 45 |
| Binary | 1000001 | 110111 | 10000101 | 110011 | 111011 | 0 | 110000 | 11111000 | 101001 | 100101 |
Color Harmonies of #413785
Complementary color
Monochromatic Colors of #413785
Black with #413785
Text Example
Text Example
White with #413785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413785; }
p { color: rgb(65,55,133); }
H1.HeaderClassName
{
color: #413785;
}
.AnyTagClassName
{
color: #413785;
}
</style>
background-color css
<style>
a { background-color: #413785; }
a { background-color: rgb(65,55,133); }
div.DivClassName
{
background-color: #413785;
}
.BgClassName
{
background-color: #413785;
}
</style>
border-color css
<style>
span { border-color: #413785; }
span { border-color: rgb(65,55,133); }
td.TdClassName
{
border-color: #413785;
}
.TagClassName
{
border-color: #413785;
}
</style>