Shades of Blackcurrant #450157
Tints of Blackcurrant #450157
RGB
CMYK
RGB Variations
Color information
#450157 (or 0x450157) is known color: Blackcurrant. HEX triplet: 45, 01 and 57. RGB value is (69,1,87). Sum of RGB (Red+Green+Blue) = 69+1+87=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #450157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450157 is #BAFEA8. Grayscale: #1E1E1E. Windows color (decimal): -12254889 or 5701957. OLE color: 5701957.
HSL color Cylindrical-coordinate representation of color #450157: hue angle of 287.44º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450157 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 1 | 87 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.66 |
| HSL | 287.44º | 0.98% | 0.17% | - |
| HSV(B) | 287.44º | 0.99% | 0.34% | - |
| XYZ | 4.19 | 1.98 | 9.18 | - |
| YUV | 31.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 87 | 0.21 | 0.99 | 0 | 0.66 | 287.44 | 0.98 | 0.17 |
| Hex | 45 | 1 | 57 | 15 | 63 | 0 | 42 | 11F | 62 | 11 |
| Octal | 105 | 1 | 127 | 25 | 143 | 0 | 102 | 437 | 142 | 21 |
| Binary | 1000101 | 1 | 1010111 | 10101 | 1100011 | 0 | 1000010 | 100011111 | 1100010 | 10001 |
Color Harmonies of #450157
Complementary color
Monochromatic Colors of #450157
Black with #450157
Text Example
Text Example
White with #450157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450157; }
p { color: rgb(69,1,87); }
H1.HeaderClassName
{
color: #450157;
}
.AnyTagClassName
{
color: #450157;
}
</style>
background-color css
<style>
a { background-color: #450157; }
a { background-color: rgb(69,1,87); }
div.DivClassName
{
background-color: #450157;
}
.BgClassName
{
background-color: #450157;
}
</style>
border-color css
<style>
span { border-color: #450157; }
span { border-color: rgb(69,1,87); }
td.TdClassName
{
border-color: #450157;
}
.TagClassName
{
border-color: #450157;
}
</style>