Shades of Blackcurrant #410656
Tints of Blackcurrant #410656
RGB
CMYK
RGB Variations
Color information
#410656 (or 0x410656) is known color: Blackcurrant. HEX triplet: 41, 06 and 56. RGB value is (65,6,86). Sum of RGB (Red+Green+Blue) = 65+6+86=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #410656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410656 is #BEF9A9. Grayscale: #202020. Windows color (decimal): -12515754 or 5637697. OLE color: 5637697.
HSL color Cylindrical-coordinate representation of color #410656: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410656 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 6 | 86 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.66 |
| HSL | 284.25º | 0.87% | 0.18% | - |
| HSV(B) | 284.25º | 0.93% | 0.34% | - |
| XYZ | 3.92 | 1.93 | 8.97 | - |
| YUV | 32.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 86 | 0.24 | 0.93 | 0 | 0.66 | 284.25 | 0.87 | 0.18 |
| Hex | 41 | 6 | 56 | 18 | 5D | 0 | 42 | 11C | 57 | 12 |
| Octal | 101 | 6 | 126 | 30 | 135 | 0 | 102 | 434 | 127 | 22 |
| Binary | 1000001 | 110 | 1010110 | 11000 | 1011101 | 0 | 1000010 | 100011100 | 1010111 | 10010 |
Color Harmonies of #410656
Complementary color
Monochromatic Colors of #410656
Black with #410656
Text Example
Text Example
White with #410656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410656; }
p { color: rgb(65,6,86); }
H1.HeaderClassName
{
color: #410656;
}
.AnyTagClassName
{
color: #410656;
}
</style>
background-color css
<style>
a { background-color: #410656; }
a { background-color: rgb(65,6,86); }
div.DivClassName
{
background-color: #410656;
}
.BgClassName
{
background-color: #410656;
}
</style>
border-color css
<style>
span { border-color: #410656; }
span { border-color: rgb(65,6,86); }
td.TdClassName
{
border-color: #410656;
}
.TagClassName
{
border-color: #410656;
}
</style>