Shades of Blackcurrant #410559
Tints of Blackcurrant #410559
RGB
CMYK
RGB Variations
Color information
#410559 (or 0x410559) is known color: Blackcurrant. HEX triplet: 41, 05 and 59. RGB value is (65,5,89). Sum of RGB (Red+Green+Blue) = 65+5+89=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #410559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410559 is #BEFAA6. Grayscale: #202020. Windows color (decimal): -12516007 or 5834049. OLE color: 5834049.
HSL color Cylindrical-coordinate representation of color #410559: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410559 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 5 | 89 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.65 |
| HSL | 282.86º | 0.89% | 0.18% | - |
| HSV(B) | 282.86º | 0.94% | 0.35% | - |
| XYZ | 4.04 | 1.95 | 9.62 | - |
| YUV | 32.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 89 | 0.27 | 0.94 | 0 | 0.65 | 282.86 | 0.89 | 0.18 |
| Hex | 41 | 5 | 59 | 1B | 5E | 0 | 41 | 11B | 59 | 12 |
| Octal | 101 | 5 | 131 | 33 | 136 | 0 | 101 | 433 | 131 | 22 |
| Binary | 1000001 | 101 | 1011001 | 11011 | 1011110 | 0 | 1000001 | 100011011 | 1011001 | 10010 |
Color Harmonies of #410559
Complementary color
Monochromatic Colors of #410559
Black with #410559
Text Example
Text Example
White with #410559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410559; }
p { color: rgb(65,5,89); }
H1.HeaderClassName
{
color: #410559;
}
.AnyTagClassName
{
color: #410559;
}
</style>
background-color css
<style>
a { background-color: #410559; }
a { background-color: rgb(65,5,89); }
div.DivClassName
{
background-color: #410559;
}
.BgClassName
{
background-color: #410559;
}
</style>
border-color css
<style>
span { border-color: #410559; }
span { border-color: rgb(65,5,89); }
td.TdClassName
{
border-color: #410559;
}
.TagClassName
{
border-color: #410559;
}
</style>