Shades of Dark Slate Blue #413992
Tints of Dark Slate Blue #413992
RGB
CMYK
RGB Variations
Color information
#413992 (or 0x413992) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 92. RGB value is (65,57,146). Sum of RGB (Red+Green+Blue) = 65+57+146=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #413992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413992 is #BEC66D. Grayscale: #454545. Windows color (decimal): -12502638 or 9582913. OLE color: 9582913.
HSL color Cylindrical-coordinate representation of color #413992: hue angle of 245.39º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413992 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 57 | 146 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.43 |
| HSL | 245.39º | 0.44% | 0.4% | - |
| HSV(B) | 245.39º | 0.61% | 0.57% | - |
| XYZ | 8.83 | 6.13 | 27.91 | - |
| YUV | 69.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 146 | 0.55 | 0.61 | 0 | 0.43 | 245.39 | 0.44 | 0.4 |
| Hex | 41 | 39 | 92 | 37 | 3D | 0 | 2B | F5 | 2C | 28 |
| Octal | 101 | 71 | 222 | 67 | 75 | 0 | 53 | 365 | 54 | 50 |
| Binary | 1000001 | 111001 | 10010010 | 110111 | 111101 | 0 | 101011 | 11110101 | 101100 | 101000 |
Color Harmonies of #413992
Complementary color
Monochromatic Colors of #413992
Black with #413992
Text Example
Text Example
White with #413992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413992; }
p { color: rgb(65,57,146); }
H1.HeaderClassName
{
color: #413992;
}
.AnyTagClassName
{
color: #413992;
}
</style>
background-color css
<style>
a { background-color: #413992; }
a { background-color: rgb(65,57,146); }
div.DivClassName
{
background-color: #413992;
}
.BgClassName
{
background-color: #413992;
}
</style>
border-color css
<style>
span { border-color: #413992; }
span { border-color: rgb(65,57,146); }
td.TdClassName
{
border-color: #413992;
}
.TagClassName
{
border-color: #413992;
}
</style>