Shades of Dark Slate Blue #414298
Tints of Dark Slate Blue #414298
RGB
CMYK
RGB Variations
Color information
#414298 (or 0x414298) is known color: Dark Slate Blue. HEX triplet: 41, 42 and 98. RGB value is (65,66,152). Sum of RGB (Red+Green+Blue) = 65+66+152=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #414298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414298 is #BEBD67. Grayscale: #4B4B4B. Windows color (decimal): -12500328 or 9978433. OLE color: 9978433.
HSL color Cylindrical-coordinate representation of color #414298: hue angle of 239.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414298 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 66 | 152 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.40 |
| HSL | 239.31º | 0.4% | 0.43% | - |
| HSV(B) | 239.31º | 0.57% | 0.6% | - |
| XYZ | 9.8 | 7.29 | 30.6 | - |
| YUV | 75.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 152 | 0.57 | 0.57 | 0 | 0.40 | 239.31 | 0.4 | 0.43 |
| Hex | 41 | 42 | 98 | 39 | 39 | 0 | 28 | EF | 28 | 2B |
| Octal | 101 | 102 | 230 | 71 | 71 | 0 | 50 | 357 | 50 | 53 |
| Binary | 1000001 | 1000010 | 10011000 | 111001 | 111001 | 0 | 101000 | 11101111 | 101000 | 101011 |
Color Harmonies of #414298
Complementary color
Monochromatic Colors of #414298
Black with #414298
Text Example
Text Example
White with #414298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414298; }
p { color: rgb(65,66,152); }
H1.HeaderClassName
{
color: #414298;
}
.AnyTagClassName
{
color: #414298;
}
</style>
background-color css
<style>
a { background-color: #414298; }
a { background-color: rgb(65,66,152); }
div.DivClassName
{
background-color: #414298;
}
.BgClassName
{
background-color: #414298;
}
</style>
border-color css
<style>
span { border-color: #414298; }
span { border-color: rgb(65,66,152); }
td.TdClassName
{
border-color: #414298;
}
.TagClassName
{
border-color: #414298;
}
</style>