Shades of Blackcurrant #410551
Tints of Blackcurrant #410551
RGB
CMYK
RGB Variations
Color information
#410551 (or 0x410551) is known color: Blackcurrant. HEX triplet: 41, 05 and 51. RGB value is (65,5,81). Sum of RGB (Red+Green+Blue) = 65+5+81=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #410551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410551 is #BEFAAE. Grayscale: #1F1F1F. Windows color (decimal): -12516015 or 5309761. OLE color: 5309761.
HSL color Cylindrical-coordinate representation of color #410551: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410551 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 5 | 81 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.68 |
| HSL | 287.37º | 0.88% | 0.17% | - |
| HSV(B) | 287.37º | 0.94% | 0.32% | - |
| XYZ | 3.72 | 1.83 | 7.94 | - |
| YUV | 31.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 81 | 0.20 | 0.94 | 0 | 0.68 | 287.37 | 0.88 | 0.17 |
| Hex | 41 | 5 | 51 | 14 | 5E | 0 | 44 | 11F | 58 | 11 |
| Octal | 101 | 5 | 121 | 24 | 136 | 0 | 104 | 437 | 130 | 21 |
| Binary | 1000001 | 101 | 1010001 | 10100 | 1011110 | 0 | 1000100 | 100011111 | 1011000 | 10001 |
Color Harmonies of #410551
Complementary color
Monochromatic Colors of #410551
Black with #410551
Text Example
Text Example
White with #410551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410551; }
p { color: rgb(65,5,81); }
H1.HeaderClassName
{
color: #410551;
}
.AnyTagClassName
{
color: #410551;
}
</style>
background-color css
<style>
a { background-color: #410551; }
a { background-color: rgb(65,5,81); }
div.DivClassName
{
background-color: #410551;
}
.BgClassName
{
background-color: #410551;
}
</style>
border-color css
<style>
span { border-color: #410551; }
span { border-color: rgb(65,5,81); }
td.TdClassName
{
border-color: #410551;
}
.TagClassName
{
border-color: #410551;
}
</style>