Shades of Jacarta #43325C
Tints of Jacarta #43325C
RGB
CMYK
RGB Variations
Color information
#43325C (or 0x43325C) is known color: Jacarta. HEX triplet: 43, 32 and 5C. RGB value is (67,50,92). Sum of RGB (Red+Green+Blue) = 67+50+92=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #43325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43325C is #BCCDA3. Grayscale: #3B3B3B. Windows color (decimal): -12373412 or 6042179. OLE color: 6042179.
HSL color Cylindrical-coordinate representation of color #43325C: hue angle of 264.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43325C is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 50 | 92 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.64 |
| HSL | 264.29º | 0.3% | 0.28% | - |
| HSV(B) | 264.29º | 0.46% | 0.36% | - |
| XYZ | 5.39 | 4.25 | 10.66 | - |
| YUV | 59.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 92 | 0.27 | 0.46 | 0 | 0.64 | 264.29 | 0.3 | 0.28 |
| Hex | 43 | 32 | 5C | 1B | 2E | 0 | 40 | 108 | 1E | 1C |
| Octal | 103 | 62 | 134 | 33 | 56 | 0 | 100 | 410 | 36 | 34 |
| Binary | 1000011 | 110010 | 1011100 | 11011 | 101110 | 0 | 1000000 | 100001000 | 11110 | 11100 |
Color Harmonies of #43325C
Complementary color
Monochromatic Colors of #43325C
Black with #43325C
Text Example
Text Example
White with #43325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43325C; }
p { color: rgb(67,50,92); }
H1.HeaderClassName
{
color: #43325C;
}
.AnyTagClassName
{
color: #43325C;
}
</style>
background-color css
<style>
a { background-color: #43325C; }
a { background-color: rgb(67,50,92); }
div.DivClassName
{
background-color: #43325C;
}
.BgClassName
{
background-color: #43325C;
}
</style>
border-color css
<style>
span { border-color: #43325C; }
span { border-color: rgb(67,50,92); }
td.TdClassName
{
border-color: #43325C;
}
.TagClassName
{
border-color: #43325C;
}
</style>