Shades of Jacarta #43325B
Tints of Jacarta #43325B
RGB
CMYK
RGB Variations
Color information
#43325B (or 0x43325B) is known color: Jacarta. HEX triplet: 43, 32 and 5B. RGB value is (67,50,91). Sum of RGB (Red+Green+Blue) = 67+50+91=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #43325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325B is #BCCDA4. Grayscale: #3B3B3B. Windows color (decimal): -12373413 or 5976643. OLE color: 5976643.
HSL color Cylindrical-coordinate representation of color #43325B: hue angle of 264.88º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43325B is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 50 | 91 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.64 |
| HSL | 264.88º | 0.29% | 0.28% | - |
| HSV(B) | 264.88º | 0.45% | 0.36% | - |
| XYZ | 5.34 | 4.23 | 10.43 | - |
| YUV | 59.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 91 | 0.26 | 0.45 | 0 | 0.64 | 264.88 | 0.29 | 0.28 |
| Hex | 43 | 32 | 5B | 1A | 2D | 0 | 40 | 109 | 1D | 1C |
| Octal | 103 | 62 | 133 | 32 | 55 | 0 | 100 | 411 | 35 | 34 |
| Binary | 1000011 | 110010 | 1011011 | 11010 | 101101 | 0 | 1000000 | 100001001 | 11101 | 11100 |
Color Harmonies of #43325B
Complementary color
Monochromatic Colors of #43325B
Black with #43325B
Text Example
Text Example
White with #43325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43325B; }
p { color: rgb(67,50,91); }
H1.HeaderClassName
{
color: #43325B;
}
.AnyTagClassName
{
color: #43325B;
}
</style>
background-color css
<style>
a { background-color: #43325B; }
a { background-color: rgb(67,50,91); }
div.DivClassName
{
background-color: #43325B;
}
.BgClassName
{
background-color: #43325B;
}
</style>
border-color css
<style>
span { border-color: #43325B; }
span { border-color: rgb(67,50,91); }
td.TdClassName
{
border-color: #43325B;
}
.TagClassName
{
border-color: #43325B;
}
</style>