Shades of Jacarta #432E5E
Tints of Jacarta #432E5E
RGB
CMYK
RGB Variations
Color information
#432E5E (or 0x432E5E) is known color: Jacarta. HEX triplet: 43, 2E and 5E. RGB value is (67,46,94). Sum of RGB (Red+Green+Blue) = 67+46+94=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #432E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E5E is #BCD1A1. Grayscale: #393939. Windows color (decimal): -12374434 or 6172227. OLE color: 6172227.
HSL color Cylindrical-coordinate representation of color #432E5E: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432E5E is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 46 | 94 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.63 |
| HSL | 266.25º | 0.34% | 0.27% | - |
| HSV(B) | 266.25º | 0.51% | 0.37% | - |
| XYZ | 5.31 | 3.96 | 11.07 | - |
| YUV | 57.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 94 | 0.29 | 0.51 | 0 | 0.63 | 266.25 | 0.34 | 0.27 |
| Hex | 43 | 2E | 5E | 1D | 33 | 0 | 3F | 10A | 22 | 1B |
| Octal | 103 | 56 | 136 | 35 | 63 | 0 | 77 | 412 | 42 | 33 |
| Binary | 1000011 | 101110 | 1011110 | 11101 | 110011 | 0 | 111111 | 100001010 | 100010 | 11011 |
Color Harmonies of #432E5E
Complementary color
Monochromatic Colors of #432E5E
Black with #432E5E
Text Example
Text Example
White with #432E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E5E; }
p { color: rgb(67,46,94); }
H1.HeaderClassName
{
color: #432E5E;
}
.AnyTagClassName
{
color: #432E5E;
}
</style>
background-color css
<style>
a { background-color: #432E5E; }
a { background-color: rgb(67,46,94); }
div.DivClassName
{
background-color: #432E5E;
}
.BgClassName
{
background-color: #432E5E;
}
</style>
border-color css
<style>
span { border-color: #432E5E; }
span { border-color: rgb(67,46,94); }
td.TdClassName
{
border-color: #432E5E;
}
.TagClassName
{
border-color: #432E5E;
}
</style>