Shades of Blackcurrant #410E4E
Tints of Blackcurrant #410E4E
RGB
CMYK
RGB Variations
Color information
#410E4E (or 0x410E4E) is known color: Blackcurrant. HEX triplet: 41, 0E and 4E. RGB value is (65,14,78). Sum of RGB (Red+Green+Blue) = 65+14+78=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #410E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E4E is #BEF1B1. Grayscale: #242424. Windows color (decimal): -12513714 or 5115457. OLE color: 5115457.
HSL color Cylindrical-coordinate representation of color #410E4E: hue angle of 287.81º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410E4E is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 14 | 78 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.69 |
| HSL | 287.81º | 0.7% | 0.18% | - |
| HSV(B) | 287.81º | 0.82% | 0.31% | - |
| XYZ | 3.71 | 1.99 | 7.4 | - |
| YUV | 36.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 78 | 0.17 | 0.82 | 0 | 0.69 | 287.81 | 0.7 | 0.18 |
| Hex | 41 | E | 4E | 11 | 52 | 0 | 45 | 120 | 46 | 12 |
| Octal | 101 | 16 | 116 | 21 | 122 | 0 | 105 | 440 | 106 | 22 |
| Binary | 1000001 | 1110 | 1001110 | 10001 | 1010010 | 0 | 1000101 | 100100000 | 1000110 | 10010 |
Color Harmonies of #410E4E
Complementary color
Monochromatic Colors of #410E4E
Black with #410E4E
Text Example
Text Example
White with #410E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410E4E; }
p { color: rgb(65,14,78); }
H1.HeaderClassName
{
color: #410E4E;
}
.AnyTagClassName
{
color: #410E4E;
}
</style>
background-color css
<style>
a { background-color: #410E4E; }
a { background-color: rgb(65,14,78); }
div.DivClassName
{
background-color: #410E4E;
}
.BgClassName
{
background-color: #410E4E;
}
</style>
border-color css
<style>
span { border-color: #410E4E; }
span { border-color: rgb(65,14,78); }
td.TdClassName
{
border-color: #410E4E;
}
.TagClassName
{
border-color: #410E4E;
}
</style>