Shades of Dark Slate Blue #41408B
Tints of Dark Slate Blue #41408B
RGB
CMYK
RGB Variations
Color information
#41408B (or 0x41408B) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 8B. RGB value is (65,64,139). Sum of RGB (Red+Green+Blue) = 65+64+139=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #41408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41408B is #BEBF74. Grayscale: #484848. Windows color (decimal): -12500853 or 9125953. OLE color: 9125953.
HSL color Cylindrical-coordinate representation of color #41408B: hue angle of 240.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41408B is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 64 | 139 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.45 |
| HSL | 240.8º | 0.37% | 0.4% | - |
| HSV(B) | 240.8º | 0.54% | 0.55% | - |
| XYZ | 8.67 | 6.65 | 25.25 | - |
| YUV | 72.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 139 | 0.53 | 0.54 | 0 | 0.45 | 240.8 | 0.37 | 0.4 |
| Hex | 41 | 40 | 8B | 35 | 36 | 0 | 2D | F1 | 25 | 28 |
| Octal | 101 | 100 | 213 | 65 | 66 | 0 | 55 | 361 | 45 | 50 |
| Binary | 1000001 | 1000000 | 10001011 | 110101 | 110110 | 0 | 101101 | 11110001 | 100101 | 101000 |
Color Harmonies of #41408B
Complementary color
Monochromatic Colors of #41408B
Black with #41408B
Text Example
Text Example
White with #41408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41408B; }
p { color: rgb(65,64,139); }
H1.HeaderClassName
{
color: #41408B;
}
.AnyTagClassName
{
color: #41408B;
}
</style>
background-color css
<style>
a { background-color: #41408B; }
a { background-color: rgb(65,64,139); }
div.DivClassName
{
background-color: #41408B;
}
.BgClassName
{
background-color: #41408B;
}
</style>
border-color css
<style>
span { border-color: #41408B; }
span { border-color: rgb(65,64,139); }
td.TdClassName
{
border-color: #41408B;
}
.TagClassName
{
border-color: #41408B;
}
</style>