Shades of Dark Slate Blue #413F92
Tints of Dark Slate Blue #413F92
RGB
CMYK
RGB Variations
Color information
#413F92 (or 0x413F92) is known color: Dark Slate Blue. HEX triplet: 41, 3F and 92. RGB value is (65,63,146). Sum of RGB (Red+Green+Blue) = 65+63+146=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #413F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F92 is #BEC06D. Grayscale: #484848. Windows color (decimal): -12501102 or 9584449. OLE color: 9584449.
HSL color Cylindrical-coordinate representation of color #413F92: hue angle of 241.45º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413F92 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 63 | 146 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.43 |
| HSL | 241.45º | 0.4% | 0.41% | - |
| HSV(B) | 241.45º | 0.57% | 0.57% | - |
| XYZ | 9.15 | 6.75 | 28.02 | - |
| YUV | 73.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 146 | 0.55 | 0.57 | 0 | 0.43 | 241.45 | 0.4 | 0.41 |
| Hex | 41 | 3F | 92 | 37 | 39 | 0 | 2B | F1 | 28 | 29 |
| Octal | 101 | 77 | 222 | 67 | 71 | 0 | 53 | 361 | 50 | 51 |
| Binary | 1000001 | 111111 | 10010010 | 110111 | 111001 | 0 | 101011 | 11110001 | 101000 | 101001 |
Color Harmonies of #413F92
Complementary color
Monochromatic Colors of #413F92
Black with #413F92
Text Example
Text Example
White with #413F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F92; }
p { color: rgb(65,63,146); }
H1.HeaderClassName
{
color: #413F92;
}
.AnyTagClassName
{
color: #413F92;
}
</style>
background-color css
<style>
a { background-color: #413F92; }
a { background-color: rgb(65,63,146); }
div.DivClassName
{
background-color: #413F92;
}
.BgClassName
{
background-color: #413F92;
}
</style>
border-color css
<style>
span { border-color: #413F92; }
span { border-color: rgb(65,63,146); }
td.TdClassName
{
border-color: #413F92;
}
.TagClassName
{
border-color: #413F92;
}
</style>