Shades of Blackcurrant #440455
Tints of Blackcurrant #440455
RGB
CMYK
RGB Variations
Color information
#440455 (or 0x440455) is known color: Blackcurrant. HEX triplet: 44, 04 and 55. RGB value is (68,4,85). Sum of RGB (Red+Green+Blue) = 68+4+85=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #440455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440455 is #BBFBAA. Grayscale: #202020. Windows color (decimal): -12319659 or 5571652. OLE color: 5571652.
HSL color Cylindrical-coordinate representation of color #440455: hue angle of 287.41º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440455 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 4 | 85 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.67 |
| HSL | 287.41º | 0.91% | 0.17% | - |
| HSV(B) | 287.41º | 0.95% | 0.33% | - |
| XYZ | 4.07 | 1.97 | 8.76 | - |
| YUV | 32.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 85 | 0.20 | 0.95 | 0 | 0.67 | 287.41 | 0.91 | 0.17 |
| Hex | 44 | 4 | 55 | 14 | 5F | 0 | 43 | 11F | 5B | 11 |
| Octal | 104 | 4 | 125 | 24 | 137 | 0 | 103 | 437 | 133 | 21 |
| Binary | 1000100 | 100 | 1010101 | 10100 | 1011111 | 0 | 1000011 | 100011111 | 1011011 | 10001 |
Color Harmonies of #440455
Complementary color
Monochromatic Colors of #440455
Black with #440455
Text Example
Text Example
White with #440455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440455; }
p { color: rgb(68,4,85); }
H1.HeaderClassName
{
color: #440455;
}
.AnyTagClassName
{
color: #440455;
}
</style>
background-color css
<style>
a { background-color: #440455; }
a { background-color: rgb(68,4,85); }
div.DivClassName
{
background-color: #440455;
}
.BgClassName
{
background-color: #440455;
}
</style>
border-color css
<style>
span { border-color: #440455; }
span { border-color: rgb(68,4,85); }
td.TdClassName
{
border-color: #440455;
}
.TagClassName
{
border-color: #440455;
}
</style>