Shades of Jacarta #422E5D
Tints of Jacarta #422E5D
RGB
CMYK
RGB Variations
Color information
#422E5D (or 0x422E5D) is known color: Jacarta. HEX triplet: 42, 2E and 5D. RGB value is (66,46,93). Sum of RGB (Red+Green+Blue) = 66+46+93=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #422E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E5D is #BDD1A2. Grayscale: #393939. Windows color (decimal): -12439971 or 6106690. OLE color: 6106690.
HSL color Cylindrical-coordinate representation of color #422E5D: hue angle of 265.53º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #422E5D is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 46 | 93 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.64 |
| HSL | 265.53º | 0.34% | 0.27% | - |
| HSV(B) | 265.53º | 0.51% | 0.36% | - |
| XYZ | 5.2 | 3.9 | 10.84 | - |
| YUV | 57.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 93 | 0.29 | 0.51 | 0 | 0.64 | 265.53 | 0.34 | 0.27 |
| Hex | 42 | 2E | 5D | 1D | 33 | 0 | 40 | 10A | 22 | 1B |
| Octal | 102 | 56 | 135 | 35 | 63 | 0 | 100 | 412 | 42 | 33 |
| Binary | 1000010 | 101110 | 1011101 | 11101 | 110011 | 0 | 1000000 | 100001010 | 100010 | 11011 |
Color Harmonies of #422E5D
Complementary color
Monochromatic Colors of #422E5D
Black with #422E5D
Text Example
Text Example
White with #422E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E5D; }
p { color: rgb(66,46,93); }
H1.HeaderClassName
{
color: #422E5D;
}
.AnyTagClassName
{
color: #422E5D;
}
</style>
background-color css
<style>
a { background-color: #422E5D; }
a { background-color: rgb(66,46,93); }
div.DivClassName
{
background-color: #422E5D;
}
.BgClassName
{
background-color: #422E5D;
}
</style>
border-color css
<style>
span { border-color: #422E5D; }
span { border-color: rgb(66,46,93); }
td.TdClassName
{
border-color: #422E5D;
}
.TagClassName
{
border-color: #422E5D;
}
</style>