Shades of Blackcurrant #410158
Tints of Blackcurrant #410158
RGB
CMYK
RGB Variations
Color information
#410158 (or 0x410158) is known color: Blackcurrant. HEX triplet: 41, 01 and 58. RGB value is (65,1,88). Sum of RGB (Red+Green+Blue) = 65+1+88=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #410158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410158 is #BEFEA7. Grayscale: #1D1D1D. Windows color (decimal): -12517032 or 5767489. OLE color: 5767489.
HSL color Cylindrical-coordinate representation of color #410158: hue angle of 284.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410158 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 1 | 88 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.65 |
| HSL | 284.14º | 0.98% | 0.17% | - |
| HSV(B) | 284.14º | 0.99% | 0.35% | - |
| XYZ | 3.95 | 1.85 | 9.38 | - |
| YUV | 30.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 88 | 0.26 | 0.99 | 0 | 0.65 | 284.14 | 0.98 | 0.17 |
| Hex | 41 | 1 | 58 | 1A | 63 | 0 | 41 | 11C | 62 | 11 |
| Octal | 101 | 1 | 130 | 32 | 143 | 0 | 101 | 434 | 142 | 21 |
| Binary | 1000001 | 1 | 1011000 | 11010 | 1100011 | 0 | 1000001 | 100011100 | 1100010 | 10001 |
Color Harmonies of #410158
Complementary color
Monochromatic Colors of #410158
Black with #410158
Text Example
Text Example
White with #410158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410158; }
p { color: rgb(65,1,88); }
H1.HeaderClassName
{
color: #410158;
}
.AnyTagClassName
{
color: #410158;
}
</style>
background-color css
<style>
a { background-color: #410158; }
a { background-color: rgb(65,1,88); }
div.DivClassName
{
background-color: #410158;
}
.BgClassName
{
background-color: #410158;
}
</style>
border-color css
<style>
span { border-color: #410158; }
span { border-color: rgb(65,1,88); }
td.TdClassName
{
border-color: #410158;
}
.TagClassName
{
border-color: #410158;
}
</style>