Shades of Jacarta #432E60
Tints of Jacarta #432E60
RGB
CMYK
RGB Variations
Color information
#432E60 (or 0x432E60) is known color: Jacarta. HEX triplet: 43, 2E and 60. RGB value is (67,46,96). Sum of RGB (Red+Green+Blue) = 67+46+96=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 46 (18.36% from 255 or 22.01% 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 #432E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E60 is #BCD19F. Grayscale: #393939. Windows color (decimal): -12374432 or 6303299. OLE color: 6303299.
HSL color Cylindrical-coordinate representation of color #432E60: hue angle of 265.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432E60 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 46 | 96 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.62 |
| HSL | 265.2º | 0.35% | 0.28% | - |
| HSV(B) | 265.2º | 0.52% | 0.38% | - |
| XYZ | 5.4 | 3.99 | 11.55 | - |
| YUV | 57.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 96 | 0.30 | 0.52 | 0 | 0.62 | 265.2 | 0.35 | 0.28 |
| Hex | 43 | 2E | 60 | 1E | 34 | 0 | 3E | 109 | 23 | 1C |
| Octal | 103 | 56 | 140 | 36 | 64 | 0 | 76 | 411 | 43 | 34 |
| Binary | 1000011 | 101110 | 1100000 | 11110 | 110100 | 0 | 111110 | 100001001 | 100011 | 11100 |
Color Harmonies of #432E60
Complementary color
Monochromatic Colors of #432E60
Black with #432E60
Text Example
Text Example
White with #432E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E60; }
p { color: rgb(67,46,96); }
H1.HeaderClassName
{
color: #432E60;
}
.AnyTagClassName
{
color: #432E60;
}
</style>
background-color css
<style>
a { background-color: #432E60; }
a { background-color: rgb(67,46,96); }
div.DivClassName
{
background-color: #432E60;
}
.BgClassName
{
background-color: #432E60;
}
</style>
border-color css
<style>
span { border-color: #432E60; }
span { border-color: rgb(67,46,96); }
td.TdClassName
{
border-color: #432E60;
}
.TagClassName
{
border-color: #432E60;
}
</style>