Shades of Blackcurrant #410057
Tints of Blackcurrant #410057
RGB
CMYK
RGB Variations
Color information
#410057 (or 0x410057) is known color: Blackcurrant. HEX triplet: 41, 00 and 57. RGB value is (65,0,87). Sum of RGB (Red+Green+Blue) = 65+0+87=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #410057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410057 is #BEFFA8. Grayscale: #1D1D1D. Windows color (decimal): -12517289 or 5701697. OLE color: 5701697.
HSL color Cylindrical-coordinate representation of color #410057: hue angle of 284.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410057 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 0 | 87 | - |
| CMYK | 0.25 | 1 | 0 | 0.66 |
| HSL | 284.83º | 1% | 0.17% | - |
| HSV(B) | 284.83º | 1% | 0.34% | - |
| XYZ | 3.9 | 1.81 | 9.16 | - |
| YUV | 29.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 87 | 0.25 | 1 | 0 | 0.66 | 284.83 | 1 | 0.17 |
| Hex | 41 | 0 | 57 | 19 | 64 | 0 | 42 | 11D | 64 | 11 |
| Octal | 101 | 0 | 127 | 31 | 144 | 0 | 102 | 435 | 144 | 21 |
| Binary | 1000001 | 0 | 1010111 | 11001 | 1100100 | 0 | 1000010 | 100011101 | 1100100 | 10001 |
Color Harmonies of #410057
Complementary color
Monochromatic Colors of #410057
Black with #410057
Text Example
Text Example
White with #410057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410057; }
p { color: rgb(65,0,87); }
H1.HeaderClassName
{
color: #410057;
}
.AnyTagClassName
{
color: #410057;
}
</style>
background-color css
<style>
a { background-color: #410057; }
a { background-color: rgb(65,0,87); }
div.DivClassName
{
background-color: #410057;
}
.BgClassName
{
background-color: #410057;
}
</style>
border-color css
<style>
span { border-color: #410057; }
span { border-color: rgb(65,0,87); }
td.TdClassName
{
border-color: #410057;
}
.TagClassName
{
border-color: #410057;
}
</style>