Shades of Dark Slate Blue #413787
Tints of Dark Slate Blue #413787
RGB
CMYK
RGB Variations
Color information
#413787 (or 0x413787) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 87. RGB value is (65,55,135). Sum of RGB (Red+Green+Blue) = 65+55+135=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #413787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413787 is #BEC878. Grayscale: #424242. Windows color (decimal): -12503161 or 8861505. OLE color: 8861505.
HSL color Cylindrical-coordinate representation of color #413787: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413787 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 55 | 135 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.47 |
| HSL | 247.5º | 0.42% | 0.37% | - |
| HSV(B) | 247.5º | 0.59% | 0.53% | - |
| XYZ | 7.92 | 5.61 | 23.59 | - |
| YUV | 67.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 135 | 0.52 | 0.59 | 0 | 0.47 | 247.5 | 0.42 | 0.37 |
| Hex | 41 | 37 | 87 | 34 | 3B | 0 | 2F | F8 | 2A | 25 |
| Octal | 101 | 67 | 207 | 64 | 73 | 0 | 57 | 370 | 52 | 45 |
| Binary | 1000001 | 110111 | 10000111 | 110100 | 111011 | 0 | 101111 | 11111000 | 101010 | 100101 |
Color Harmonies of #413787
Complementary color
Monochromatic Colors of #413787
Black with #413787
Text Example
Text Example
White with #413787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413787; }
p { color: rgb(65,55,135); }
H1.HeaderClassName
{
color: #413787;
}
.AnyTagClassName
{
color: #413787;
}
</style>
background-color css
<style>
a { background-color: #413787; }
a { background-color: rgb(65,55,135); }
div.DivClassName
{
background-color: #413787;
}
.BgClassName
{
background-color: #413787;
}
</style>
border-color css
<style>
span { border-color: #413787; }
span { border-color: rgb(65,55,135); }
td.TdClassName
{
border-color: #413787;
}
.TagClassName
{
border-color: #413787;
}
</style>