Shades of Jacarta #432F5F
Tints of Jacarta #432F5F
RGB
CMYK
RGB Variations
Color information
#432F5F (or 0x432F5F) is known color: Jacarta. HEX triplet: 43, 2F and 5F. RGB value is (67,47,95). Sum of RGB (Red+Green+Blue) = 67+47+95=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #432F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F5F is #BCD0A0. Grayscale: #3A3A3A. Windows color (decimal): -12374177 or 6238019. OLE color: 6238019.
HSL color Cylindrical-coordinate representation of color #432F5F: hue angle of 265º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #432F5F is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 47 | 95 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.63 |
| HSL | 265º | 0.34% | 0.28% | - |
| HSV(B) | 265º | 0.51% | 0.37% | - |
| XYZ | 5.4 | 4.05 | 11.32 | - |
| YUV | 58.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 95 | 0.29 | 0.51 | 0 | 0.63 | 265 | 0.34 | 0.28 |
| Hex | 43 | 2F | 5F | 1D | 33 | 0 | 3F | 109 | 22 | 1C |
| Octal | 103 | 57 | 137 | 35 | 63 | 0 | 77 | 411 | 42 | 34 |
| Binary | 1000011 | 101111 | 1011111 | 11101 | 110011 | 0 | 111111 | 100001001 | 100010 | 11100 |
Color Harmonies of #432F5F
Complementary color
Monochromatic Colors of #432F5F
Black with #432F5F
Text Example
Text Example
White with #432F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F5F; }
p { color: rgb(67,47,95); }
H1.HeaderClassName
{
color: #432F5F;
}
.AnyTagClassName
{
color: #432F5F;
}
</style>
background-color css
<style>
a { background-color: #432F5F; }
a { background-color: rgb(67,47,95); }
div.DivClassName
{
background-color: #432F5F;
}
.BgClassName
{
background-color: #432F5F;
}
</style>
border-color css
<style>
span { border-color: #432F5F; }
span { border-color: rgb(67,47,95); }
td.TdClassName
{
border-color: #432F5F;
}
.TagClassName
{
border-color: #432F5F;
}
</style>