Shades of Blackcurrant #410458
Tints of Blackcurrant #410458
RGB
CMYK
RGB Variations
Color information
#410458 (or 0x410458) is known color: Blackcurrant. HEX triplet: 41, 04 and 58. RGB value is (65,4,88). Sum of RGB (Red+Green+Blue) = 65+4+88=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #410458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410458 is #BEFBA7. Grayscale: #1F1F1F. Windows color (decimal): -12516264 or 5768257. OLE color: 5768257.
HSL color Cylindrical-coordinate representation of color #410458: hue angle of 283.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410458 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 4 | 88 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.65 |
| HSL | 283.57º | 0.91% | 0.18% | - |
| HSV(B) | 283.57º | 0.95% | 0.35% | - |
| XYZ | 3.98 | 1.92 | 9.39 | - |
| YUV | 31.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 88 | 0.26 | 0.95 | 0 | 0.65 | 283.57 | 0.91 | 0.18 |
| Hex | 41 | 4 | 58 | 1A | 5F | 0 | 41 | 11C | 5B | 12 |
| Octal | 101 | 4 | 130 | 32 | 137 | 0 | 101 | 434 | 133 | 22 |
| Binary | 1000001 | 100 | 1011000 | 11010 | 1011111 | 0 | 1000001 | 100011100 | 1011011 | 10010 |
Color Harmonies of #410458
Complementary color
Monochromatic Colors of #410458
Black with #410458
Text Example
Text Example
White with #410458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410458; }
p { color: rgb(65,4,88); }
H1.HeaderClassName
{
color: #410458;
}
.AnyTagClassName
{
color: #410458;
}
</style>
background-color css
<style>
a { background-color: #410458; }
a { background-color: rgb(65,4,88); }
div.DivClassName
{
background-color: #410458;
}
.BgClassName
{
background-color: #410458;
}
</style>
border-color css
<style>
span { border-color: #410458; }
span { border-color: rgb(65,4,88); }
td.TdClassName
{
border-color: #410458;
}
.TagClassName
{
border-color: #410458;
}
</style>