Shades of Blackcurrant #410856
Tints of Blackcurrant #410856
RGB
CMYK
RGB Variations
Color information
#410856 (or 0x410856) is known color: Blackcurrant. HEX triplet: 41, 08 and 56. RGB value is (65,8,86). Sum of RGB (Red+Green+Blue) = 65+8+86=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #410856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410856 is #BEF7A9. Grayscale: #212121. Windows color (decimal): -12515242 or 5638209. OLE color: 5638209.
HSL color Cylindrical-coordinate representation of color #410856: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410856 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 8 | 86 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.66 |
| HSL | 283.85º | 0.83% | 0.18% | - |
| HSV(B) | 283.85º | 0.91% | 0.34% | - |
| XYZ | 3.95 | 1.97 | 8.98 | - |
| YUV | 33.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 86 | 0.24 | 0.91 | 0 | 0.66 | 283.85 | 0.83 | 0.18 |
| Hex | 41 | 8 | 56 | 18 | 5B | 0 | 42 | 11C | 53 | 12 |
| Octal | 101 | 10 | 126 | 30 | 133 | 0 | 102 | 434 | 123 | 22 |
| Binary | 1000001 | 1000 | 1010110 | 11000 | 1011011 | 0 | 1000010 | 100011100 | 1010011 | 10010 |
Color Harmonies of #410856
Complementary color
Monochromatic Colors of #410856
Black with #410856
Text Example
Text Example
White with #410856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410856; }
p { color: rgb(65,8,86); }
H1.HeaderClassName
{
color: #410856;
}
.AnyTagClassName
{
color: #410856;
}
</style>
background-color css
<style>
a { background-color: #410856; }
a { background-color: rgb(65,8,86); }
div.DivClassName
{
background-color: #410856;
}
.BgClassName
{
background-color: #410856;
}
</style>
border-color css
<style>
span { border-color: #410856; }
span { border-color: rgb(65,8,86); }
td.TdClassName
{
border-color: #410856;
}
.TagClassName
{
border-color: #410856;
}
</style>