Shades of Dark Slate Blue #413891
Tints of Dark Slate Blue #413891
RGB
CMYK
RGB Variations
Color information
#413891 (or 0x413891) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 91. RGB value is (65,56,145). Sum of RGB (Red+Green+Blue) = 65+56+145=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #413891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413891 is #BEC76E. Grayscale: #444444. Windows color (decimal): -12502895 or 9517121. OLE color: 9517121.
HSL color Cylindrical-coordinate representation of color #413891: hue angle of 246.07º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413891 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 56 | 145 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.43 |
| HSL | 246.07º | 0.44% | 0.39% | - |
| HSV(B) | 246.07º | 0.61% | 0.57% | - |
| XYZ | 8.7 | 6 | 27.49 | - |
| YUV | 68.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 145 | 0.55 | 0.61 | 0 | 0.43 | 246.07 | 0.44 | 0.39 |
| Hex | 41 | 38 | 91 | 37 | 3D | 0 | 2B | F6 | 2C | 27 |
| Octal | 101 | 70 | 221 | 67 | 75 | 0 | 53 | 366 | 54 | 47 |
| Binary | 1000001 | 111000 | 10010001 | 110111 | 111101 | 0 | 101011 | 11110110 | 101100 | 100111 |
Color Harmonies of #413891
Complementary color
Monochromatic Colors of #413891
Black with #413891
Text Example
Text Example
White with #413891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413891; }
p { color: rgb(65,56,145); }
H1.HeaderClassName
{
color: #413891;
}
.AnyTagClassName
{
color: #413891;
}
</style>
background-color css
<style>
a { background-color: #413891; }
a { background-color: rgb(65,56,145); }
div.DivClassName
{
background-color: #413891;
}
.BgClassName
{
background-color: #413891;
}
</style>
border-color css
<style>
span { border-color: #413891; }
span { border-color: rgb(65,56,145); }
td.TdClassName
{
border-color: #413891;
}
.TagClassName
{
border-color: #413891;
}
</style>