Shades of Blackcurrant #410954
Tints of Blackcurrant #410954
RGB
CMYK
RGB Variations
Color information
#410954 (or 0x410954) is known color: Blackcurrant. HEX triplet: 41, 09 and 54. RGB value is (65,9,84). Sum of RGB (Red+Green+Blue) = 65+9+84=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #410954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410954 is #BEF6AB. Grayscale: #222222. Windows color (decimal): -12514988 or 5507393. OLE color: 5507393.
HSL color Cylindrical-coordinate representation of color #410954: hue angle of 284.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410954 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 9 | 84 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.67 |
| HSL | 284.8º | 0.81% | 0.18% | - |
| HSV(B) | 284.8º | 0.89% | 0.33% | - |
| XYZ | 3.88 | 1.96 | 8.56 | - |
| YUV | 34.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 84 | 0.23 | 0.89 | 0 | 0.67 | 284.8 | 0.81 | 0.18 |
| Hex | 41 | 9 | 54 | 17 | 59 | 0 | 43 | 11D | 51 | 12 |
| Octal | 101 | 11 | 124 | 27 | 131 | 0 | 103 | 435 | 121 | 22 |
| Binary | 1000001 | 1001 | 1010100 | 10111 | 1011001 | 0 | 1000011 | 100011101 | 1010001 | 10010 |
Color Harmonies of #410954
Complementary color
Monochromatic Colors of #410954
Black with #410954
Text Example
Text Example
White with #410954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410954; }
p { color: rgb(65,9,84); }
H1.HeaderClassName
{
color: #410954;
}
.AnyTagClassName
{
color: #410954;
}
</style>
background-color css
<style>
a { background-color: #410954; }
a { background-color: rgb(65,9,84); }
div.DivClassName
{
background-color: #410954;
}
.BgClassName
{
background-color: #410954;
}
</style>
border-color css
<style>
span { border-color: #410954; }
span { border-color: rgb(65,9,84); }
td.TdClassName
{
border-color: #410954;
}
.TagClassName
{
border-color: #410954;
}
</style>