Shades of Blackcurrant #430655
Tints of Blackcurrant #430655
RGB
CMYK
RGB Variations
Color information
#430655 (or 0x430655) is known color: Blackcurrant. HEX triplet: 43, 06 and 55. RGB value is (67,6,85). Sum of RGB (Red+Green+Blue) = 67+6+85=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #430655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430655 is #BCF9AA. Grayscale: #202020. Windows color (decimal): -12384683 or 5572163. OLE color: 5572163.
HSL color Cylindrical-coordinate representation of color #430655: hue angle of 286.33º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430655 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 6 | 85 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.67 |
| HSL | 286.33º | 0.87% | 0.18% | - |
| HSV(B) | 286.33º | 0.93% | 0.33% | - |
| XYZ | 4.02 | 1.98 | 8.76 | - |
| YUV | 33.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 85 | 0.21 | 0.93 | 0 | 0.67 | 286.33 | 0.87 | 0.18 |
| Hex | 43 | 6 | 55 | 15 | 5D | 0 | 43 | 11E | 57 | 12 |
| Octal | 103 | 6 | 125 | 25 | 135 | 0 | 103 | 436 | 127 | 22 |
| Binary | 1000011 | 110 | 1010101 | 10101 | 1011101 | 0 | 1000011 | 100011110 | 1010111 | 10010 |
Color Harmonies of #430655
Complementary color
Monochromatic Colors of #430655
Black with #430655
Text Example
Text Example
White with #430655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430655; }
p { color: rgb(67,6,85); }
H1.HeaderClassName
{
color: #430655;
}
.AnyTagClassName
{
color: #430655;
}
</style>
background-color css
<style>
a { background-color: #430655; }
a { background-color: rgb(67,6,85); }
div.DivClassName
{
background-color: #430655;
}
.BgClassName
{
background-color: #430655;
}
</style>
border-color css
<style>
span { border-color: #430655; }
span { border-color: rgb(67,6,85); }
td.TdClassName
{
border-color: #430655;
}
.TagClassName
{
border-color: #430655;
}
</style>