Shades of Blackcurrant #410151
Tints of Blackcurrant #410151
RGB
CMYK
RGB Variations
Color information
#410151 (or 0x410151) is known color: Blackcurrant. HEX triplet: 41, 01 and 51. RGB value is (65,1,81). Sum of RGB (Red+Green+Blue) = 65+1+81=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #410151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410151 is #BEFEAE. Grayscale: #1D1D1D. Windows color (decimal): -12517039 or 5308737. OLE color: 5308737.
HSL color Cylindrical-coordinate representation of color #410151: hue angle of 288º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410151 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 1 | 81 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.68 |
| HSL | 288º | 0.98% | 0.16% | - |
| HSV(B) | 288º | 0.99% | 0.32% | - |
| XYZ | 3.68 | 1.74 | 7.93 | - |
| YUV | 29.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 81 | 0.20 | 0.99 | 0 | 0.68 | 288 | 0.98 | 0.16 |
| Hex | 41 | 1 | 51 | 14 | 63 | 0 | 44 | 120 | 62 | 10 |
| Octal | 101 | 1 | 121 | 24 | 143 | 0 | 104 | 440 | 142 | 20 |
| Binary | 1000001 | 1 | 1010001 | 10100 | 1100011 | 0 | 1000100 | 100100000 | 1100010 | 10000 |
Color Harmonies of #410151
Complementary color
Monochromatic Colors of #410151
Black with #410151
Text Example
Text Example
White with #410151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410151; }
p { color: rgb(65,1,81); }
H1.HeaderClassName
{
color: #410151;
}
.AnyTagClassName
{
color: #410151;
}
</style>
background-color css
<style>
a { background-color: #410151; }
a { background-color: rgb(65,1,81); }
div.DivClassName
{
background-color: #410151;
}
.BgClassName
{
background-color: #410151;
}
</style>
border-color css
<style>
span { border-color: #410151; }
span { border-color: rgb(65,1,81); }
td.TdClassName
{
border-color: #410151;
}
.TagClassName
{
border-color: #410151;
}
</style>