Shades of Blackcurrant #410150
Tints of Blackcurrant #410150
RGB
CMYK
RGB Variations
Color information
#410150 (or 0x410150) is known color: Blackcurrant. HEX triplet: 41, 01 and 50. RGB value is (65,1,80). Sum of RGB (Red+Green+Blue) = 65+1+80=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #410150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410150 is #BEFEAF. Grayscale: #1C1C1C. Windows color (decimal): -12517040 or 5243201. OLE color: 5243201.
HSL color Cylindrical-coordinate representation of color #410150: hue angle of 288.61º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410150 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 1 | 80 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.69 |
| HSL | 288.61º | 0.98% | 0.16% | - |
| HSV(B) | 288.61º | 0.99% | 0.31% | - |
| XYZ | 3.64 | 1.72 | 7.73 | - |
| YUV | 29.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 80 | 0.19 | 0.99 | 0 | 0.69 | 288.61 | 0.98 | 0.16 |
| Hex | 41 | 1 | 50 | 13 | 63 | 0 | 45 | 121 | 62 | 10 |
| Octal | 101 | 1 | 120 | 23 | 143 | 0 | 105 | 441 | 142 | 20 |
| Binary | 1000001 | 1 | 1010000 | 10011 | 1100011 | 0 | 1000101 | 100100001 | 1100010 | 10000 |
Color Harmonies of #410150
Complementary color
Monochromatic Colors of #410150
Black with #410150
Text Example
Text Example
White with #410150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410150; }
p { color: rgb(65,1,80); }
H1.HeaderClassName
{
color: #410150;
}
.AnyTagClassName
{
color: #410150;
}
</style>
background-color css
<style>
a { background-color: #410150; }
a { background-color: rgb(65,1,80); }
div.DivClassName
{
background-color: #410150;
}
.BgClassName
{
background-color: #410150;
}
</style>
border-color css
<style>
span { border-color: #410150; }
span { border-color: rgb(65,1,80); }
td.TdClassName
{
border-color: #410150;
}
.TagClassName
{
border-color: #410150;
}
</style>