Shades of Dark Slate Blue #414095
Tints of Dark Slate Blue #414095
RGB
CMYK
RGB Variations
Color information
#414095 (or 0x414095) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 95. RGB value is (65,64,149). Sum of RGB (Red+Green+Blue) = 65+64+149=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #414095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414095 is #BEBF6A. Grayscale: #494949. Windows color (decimal): -12500843 or 9781313. OLE color: 9781313.
HSL color Cylindrical-coordinate representation of color #414095: hue angle of 240.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414095 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 64 | 149 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.42 |
| HSL | 240.71º | 0.4% | 0.42% | - |
| HSV(B) | 240.71º | 0.57% | 0.58% | - |
| XYZ | 9.44 | 6.96 | 29.28 | - |
| YUV | 73.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 149 | 0.56 | 0.57 | 0 | 0.42 | 240.71 | 0.4 | 0.42 |
| Hex | 41 | 40 | 95 | 38 | 39 | 0 | 2A | F1 | 28 | 2A |
| Octal | 101 | 100 | 225 | 70 | 71 | 0 | 52 | 361 | 50 | 52 |
| Binary | 1000001 | 1000000 | 10010101 | 111000 | 111001 | 0 | 101010 | 11110001 | 101000 | 101010 |
Color Harmonies of #414095
Complementary color
Monochromatic Colors of #414095
Black with #414095
Text Example
Text Example
White with #414095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414095; }
p { color: rgb(65,64,149); }
H1.HeaderClassName
{
color: #414095;
}
.AnyTagClassName
{
color: #414095;
}
</style>
background-color css
<style>
a { background-color: #414095; }
a { background-color: rgb(65,64,149); }
div.DivClassName
{
background-color: #414095;
}
.BgClassName
{
background-color: #414095;
}
</style>
border-color css
<style>
span { border-color: #414095; }
span { border-color: rgb(65,64,149); }
td.TdClassName
{
border-color: #414095;
}
.TagClassName
{
border-color: #414095;
}
</style>