Shades of Melanzane #421A39
Tints of Melanzane #421A39
RGB
CMYK
RGB Variations
Color information
#421A39 (or 0x421A39) is known color: Melanzane. HEX triplet: 42, 1A and 39. RGB value is (66,26,57). Sum of RGB (Red+Green+Blue) = 66+26+57=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #421A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A39 is #BDE5C6. Grayscale: #292929. Windows color (decimal): -12445127 or 3742274. OLE color: 3742274.
HSL color Cylindrical-coordinate representation of color #421A39: hue angle of 313.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A39 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 57 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.74 |
| HSL | 313.5º | 0.43% | 0.18% | - |
| HSV(B) | 313.5º | 0.61% | 0.26% | - |
| XYZ | 3.35 | 2.19 | 4.12 | - |
| YUV | 41.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 57 | 0 | 0.61 | 0.14 | 0.74 | 313.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 39 | 0 | 3D | E | 4A | 13A | 2B | 12 |
| Octal | 102 | 32 | 71 | 0 | 75 | 16 | 112 | 472 | 53 | 22 |
| Binary | 1000010 | 11010 | 111001 | 0 | 111101 | 1110 | 1001010 | 100111010 | 101011 | 10010 |
Color Harmonies of #421A39
Complementary color
Monochromatic Colors of #421A39
Black with #421A39
Text Example
Text Example
White with #421A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A39; }
p { color: rgb(66,26,57); }
H1.HeaderClassName
{
color: #421A39;
}
.AnyTagClassName
{
color: #421A39;
}
</style>
background-color css
<style>
a { background-color: #421A39; }
a { background-color: rgb(66,26,57); }
div.DivClassName
{
background-color: #421A39;
}
.BgClassName
{
background-color: #421A39;
}
</style>
border-color css
<style>
span { border-color: #421A39; }
span { border-color: rgb(66,26,57); }
td.TdClassName
{
border-color: #421A39;
}
.TagClassName
{
border-color: #421A39;
}
</style>