Shades of Jacarta #422F60
Tints of Jacarta #422F60
RGB
CMYK
RGB Variations
Color information
#422F60 (or 0x422F60) is known color: Jacarta. HEX triplet: 42, 2F and 60. RGB value is (66,47,96). Sum of RGB (Red+Green+Blue) = 66+47+96=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #422F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F60 is #BDD09F. Grayscale: #3A3A3A. Windows color (decimal): -12439712 or 6303554. OLE color: 6303554.
HSL color Cylindrical-coordinate representation of color #422F60: hue angle of 263.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #422F60 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 47 | 96 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.62 |
| HSL | 263.27º | 0.34% | 0.28% | - |
| HSV(B) | 263.27º | 0.51% | 0.38% | - |
| XYZ | 5.37 | 4.04 | 11.56 | - |
| YUV | 58.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 96 | 0.31 | 0.51 | 0 | 0.62 | 263.27 | 0.34 | 0.28 |
| Hex | 42 | 2F | 60 | 1F | 33 | 0 | 3E | 107 | 22 | 1C |
| Octal | 102 | 57 | 140 | 37 | 63 | 0 | 76 | 407 | 42 | 34 |
| Binary | 1000010 | 101111 | 1100000 | 11111 | 110011 | 0 | 111110 | 100000111 | 100010 | 11100 |
Color Harmonies of #422F60
Complementary color
Monochromatic Colors of #422F60
Black with #422F60
Text Example
Text Example
White with #422F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F60; }
p { color: rgb(66,47,96); }
H1.HeaderClassName
{
color: #422F60;
}
.AnyTagClassName
{
color: #422F60;
}
</style>
background-color css
<style>
a { background-color: #422F60; }
a { background-color: rgb(66,47,96); }
div.DivClassName
{
background-color: #422F60;
}
.BgClassName
{
background-color: #422F60;
}
</style>
border-color css
<style>
span { border-color: #422F60; }
span { border-color: rgb(66,47,96); }
td.TdClassName
{
border-color: #422F60;
}
.TagClassName
{
border-color: #422F60;
}
</style>