Shades of Dark Slate Blue #41409D
Tints of Dark Slate Blue #41409D
RGB
CMYK
RGB Variations
Color information
#41409D (or 0x41409D) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 9D. RGB value is (65,64,157). Sum of RGB (Red+Green+Blue) = 65+64+157=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #41409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41409D is #BEBF62. Grayscale: #4A4A4A. Windows color (decimal): -12500835 or 10305601. OLE color: 10305601.
HSL color Cylindrical-coordinate representation of color #41409D: hue angle of 240.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41409D is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 64 | 157 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.38 |
| HSL | 240.65º | 0.42% | 0.43% | - |
| HSV(B) | 240.65º | 0.59% | 0.62% | - |
| XYZ | 10.1 | 7.22 | 32.76 | - |
| YUV | 74.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 157 | 0.59 | 0.59 | 0 | 0.38 | 240.65 | 0.42 | 0.43 |
| Hex | 41 | 40 | 9D | 3B | 3B | 0 | 26 | F1 | 2A | 2B |
| Octal | 101 | 100 | 235 | 73 | 73 | 0 | 46 | 361 | 52 | 53 |
| Binary | 1000001 | 1000000 | 10011101 | 111011 | 111011 | 0 | 100110 | 11110001 | 101010 | 101011 |
Color Harmonies of #41409D
Complementary color
Monochromatic Colors of #41409D
Black with #41409D
Text Example
Text Example
White with #41409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41409D; }
p { color: rgb(65,64,157); }
H1.HeaderClassName
{
color: #41409D;
}
.AnyTagClassName
{
color: #41409D;
}
</style>
background-color css
<style>
a { background-color: #41409D; }
a { background-color: rgb(65,64,157); }
div.DivClassName
{
background-color: #41409D;
}
.BgClassName
{
background-color: #41409D;
}
</style>
border-color css
<style>
span { border-color: #41409D; }
span { border-color: rgb(65,64,157); }
td.TdClassName
{
border-color: #41409D;
}
.TagClassName
{
border-color: #41409D;
}
</style>