Shades of Jacarta #422D61
Tints of Jacarta #422D61
RGB
CMYK
RGB Variations
Color information
#422D61 (or 0x422D61) is known color: Jacarta. HEX triplet: 42, 2D and 61. RGB value is (66,45,97). Sum of RGB (Red+Green+Blue) = 66+45+97=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #422D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D61 is #BDD29E. Grayscale: #393939. Windows color (decimal): -12440223 or 6368578. OLE color: 6368578.
HSL color Cylindrical-coordinate representation of color #422D61: hue angle of 264.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #422D61 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 45 | 97 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.62 |
| HSL | 264.23º | 0.37% | 0.28% | - |
| HSV(B) | 264.23º | 0.54% | 0.38% | - |
| XYZ | 5.34 | 3.9 | 11.78 | - |
| YUV | 57.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 97 | 0.32 | 0.54 | 0 | 0.62 | 264.23 | 0.37 | 0.28 |
| Hex | 42 | 2D | 61 | 20 | 36 | 0 | 3E | 108 | 25 | 1C |
| Octal | 102 | 55 | 141 | 40 | 66 | 0 | 76 | 410 | 45 | 34 |
| Binary | 1000010 | 101101 | 1100001 | 100000 | 110110 | 0 | 111110 | 100001000 | 100101 | 11100 |
Color Harmonies of #422D61
Complementary color
Monochromatic Colors of #422D61
Black with #422D61
Text Example
Text Example
White with #422D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D61; }
p { color: rgb(66,45,97); }
H1.HeaderClassName
{
color: #422D61;
}
.AnyTagClassName
{
color: #422D61;
}
</style>
background-color css
<style>
a { background-color: #422D61; }
a { background-color: rgb(66,45,97); }
div.DivClassName
{
background-color: #422D61;
}
.BgClassName
{
background-color: #422D61;
}
</style>
border-color css
<style>
span { border-color: #422D61; }
span { border-color: rgb(66,45,97); }
td.TdClassName
{
border-color: #422D61;
}
.TagClassName
{
border-color: #422D61;
}
</style>