Shades of Dark Slate Blue #414391
Tints of Dark Slate Blue #414391
RGB
CMYK
RGB Variations
Color information
#414391 (or 0x414391) is known color: Dark Slate Blue. HEX triplet: 41, 43 and 91. RGB value is (65,67,145). Sum of RGB (Red+Green+Blue) = 65+67+145=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #414391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414391 is #BEBC6E. Grayscale: #4A4A4A. Windows color (decimal): -12500079 or 9519937. OLE color: 9519937.
HSL color Cylindrical-coordinate representation of color #414391: hue angle of 238.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414391 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 67 | 145 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.43 |
| HSL | 238.5º | 0.38% | 0.41% | - |
| HSV(B) | 238.5º | 0.55% | 0.57% | - |
| XYZ | 9.3 | 7.18 | 27.68 | - |
| YUV | 75.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 145 | 0.55 | 0.54 | 0 | 0.43 | 238.5 | 0.38 | 0.41 |
| Hex | 41 | 43 | 91 | 37 | 36 | 0 | 2B | EE | 26 | 29 |
| Octal | 101 | 103 | 221 | 67 | 66 | 0 | 53 | 356 | 46 | 51 |
| Binary | 1000001 | 1000011 | 10010001 | 110111 | 110110 | 0 | 101011 | 11101110 | 100110 | 101001 |
Color Harmonies of #414391
Complementary color
Monochromatic Colors of #414391
Black with #414391
Text Example
Text Example
White with #414391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414391; }
p { color: rgb(65,67,145); }
H1.HeaderClassName
{
color: #414391;
}
.AnyTagClassName
{
color: #414391;
}
</style>
background-color css
<style>
a { background-color: #414391; }
a { background-color: rgb(65,67,145); }
div.DivClassName
{
background-color: #414391;
}
.BgClassName
{
background-color: #414391;
}
</style>
border-color css
<style>
span { border-color: #414391; }
span { border-color: rgb(65,67,145); }
td.TdClassName
{
border-color: #414391;
}
.TagClassName
{
border-color: #414391;
}
</style>