Shades of Jacarta #43315C
Tints of Jacarta #43315C
RGB
CMYK
RGB Variations
Color information
#43315C (or 0x43315C) is known color: Jacarta. HEX triplet: 43, 31 and 5C. RGB value is (67,49,92). Sum of RGB (Red+Green+Blue) = 67+49+92=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #43315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43315C is #BCCEA3. Grayscale: #3B3B3B. Windows color (decimal): -12373668 or 6041923. OLE color: 6041923.
HSL color Cylindrical-coordinate representation of color #43315C: hue angle of 265.12º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43315C is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 49 | 92 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.64 |
| HSL | 265.12º | 0.3% | 0.28% | - |
| HSV(B) | 265.12º | 0.47% | 0.36% | - |
| XYZ | 5.34 | 4.16 | 10.65 | - |
| YUV | 59.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 92 | 0.27 | 0.47 | 0 | 0.64 | 265.12 | 0.3 | 0.28 |
| Hex | 43 | 31 | 5C | 1B | 2F | 0 | 40 | 109 | 1E | 1C |
| Octal | 103 | 61 | 134 | 33 | 57 | 0 | 100 | 411 | 36 | 34 |
| Binary | 1000011 | 110001 | 1011100 | 11011 | 101111 | 0 | 1000000 | 100001001 | 11110 | 11100 |
Color Harmonies of #43315C
Complementary color
Monochromatic Colors of #43315C
Black with #43315C
Text Example
Text Example
White with #43315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43315C; }
p { color: rgb(67,49,92); }
H1.HeaderClassName
{
color: #43315C;
}
.AnyTagClassName
{
color: #43315C;
}
</style>
background-color css
<style>
a { background-color: #43315C; }
a { background-color: rgb(67,49,92); }
div.DivClassName
{
background-color: #43315C;
}
.BgClassName
{
background-color: #43315C;
}
</style>
border-color css
<style>
span { border-color: #43315C; }
span { border-color: rgb(67,49,92); }
td.TdClassName
{
border-color: #43315C;
}
.TagClassName
{
border-color: #43315C;
}
</style>