Shades of Blackcurrant #410255
Tints of Blackcurrant #410255
RGB
CMYK
RGB Variations
Color information
#410255 (or 0x410255) is known color: Blackcurrant. HEX triplet: 41, 02 and 55. RGB value is (65,2,85). Sum of RGB (Red+Green+Blue) = 65+2+85=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #410255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410255 is #BEFDAA. Grayscale: #1E1E1E. Windows color (decimal): -12516779 or 5571137. OLE color: 5571137.
HSL color Cylindrical-coordinate representation of color #410255: hue angle of 285.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410255 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 2 | 85 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.67 |
| HSL | 285.54º | 0.95% | 0.17% | - |
| HSV(B) | 285.54º | 0.98% | 0.33% | - |
| XYZ | 3.84 | 1.82 | 8.74 | - |
| YUV | 30.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 85 | 0.24 | 0.98 | 0 | 0.67 | 285.54 | 0.95 | 0.17 |
| Hex | 41 | 2 | 55 | 18 | 62 | 0 | 43 | 11E | 5F | 11 |
| Octal | 101 | 2 | 125 | 30 | 142 | 0 | 103 | 436 | 137 | 21 |
| Binary | 1000001 | 10 | 1010101 | 11000 | 1100010 | 0 | 1000011 | 100011110 | 1011111 | 10001 |
Color Harmonies of #410255
Complementary color
Monochromatic Colors of #410255
Black with #410255
Text Example
Text Example
White with #410255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410255; }
p { color: rgb(65,2,85); }
H1.HeaderClassName
{
color: #410255;
}
.AnyTagClassName
{
color: #410255;
}
</style>
background-color css
<style>
a { background-color: #410255; }
a { background-color: rgb(65,2,85); }
div.DivClassName
{
background-color: #410255;
}
.BgClassName
{
background-color: #410255;
}
</style>
border-color css
<style>
span { border-color: #410255; }
span { border-color: rgb(65,2,85); }
td.TdClassName
{
border-color: #410255;
}
.TagClassName
{
border-color: #410255;
}
</style>