Shades of Blackcurrant #410258
Tints of Blackcurrant #410258
RGB
CMYK
RGB Variations
Color information
#410258 (or 0x410258) is known color: Blackcurrant. HEX triplet: 41, 02 and 58. RGB value is (65,2,88). Sum of RGB (Red+Green+Blue) = 65+2+88=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #410258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410258 is #BEFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12516776 or 5767745. OLE color: 5767745.
HSL color Cylindrical-coordinate representation of color #410258: hue angle of 283.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410258 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 2 | 88 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.65 |
| HSL | 283.95º | 0.96% | 0.18% | - |
| HSV(B) | 283.95º | 0.98% | 0.35% | - |
| XYZ | 3.96 | 1.87 | 9.38 | - |
| YUV | 30.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 88 | 0.26 | 0.98 | 0 | 0.65 | 283.95 | 0.96 | 0.18 |
| Hex | 41 | 2 | 58 | 1A | 62 | 0 | 41 | 11C | 60 | 12 |
| Octal | 101 | 2 | 130 | 32 | 142 | 0 | 101 | 434 | 140 | 22 |
| Binary | 1000001 | 10 | 1011000 | 11010 | 1100010 | 0 | 1000001 | 100011100 | 1100000 | 10010 |
Color Harmonies of #410258
Complementary color
Monochromatic Colors of #410258
Black with #410258
Text Example
Text Example
White with #410258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410258; }
p { color: rgb(65,2,88); }
H1.HeaderClassName
{
color: #410258;
}
.AnyTagClassName
{
color: #410258;
}
</style>
background-color css
<style>
a { background-color: #410258; }
a { background-color: rgb(65,2,88); }
div.DivClassName
{
background-color: #410258;
}
.BgClassName
{
background-color: #410258;
}
</style>
border-color css
<style>
span { border-color: #410258; }
span { border-color: rgb(65,2,88); }
td.TdClassName
{
border-color: #410258;
}
.TagClassName
{
border-color: #410258;
}
</style>