Shades of Jacarta #43315D
Tints of Jacarta #43315D
RGB
CMYK
RGB Variations
Color information
#43315D (or 0x43315D) is known color: Jacarta. HEX triplet: 43, 31 and 5D. RGB value is (67,49,93). Sum of RGB (Red+Green+Blue) = 67+49+93=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #43315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43315D is #BCCEA2. Grayscale: #3B3B3B. Windows color (decimal): -12373667 or 6107459. OLE color: 6107459.
HSL color Cylindrical-coordinate representation of color #43315D: hue angle of 264.55º degrees, saturation: 0.31, 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 #43315D is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 49 | 93 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.64 |
| HSL | 264.55º | 0.31% | 0.28% | - |
| HSV(B) | 264.55º | 0.47% | 0.36% | - |
| XYZ | 5.39 | 4.18 | 10.88 | - |
| YUV | 59.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 93 | 0.28 | 0.47 | 0 | 0.64 | 264.55 | 0.31 | 0.28 |
| Hex | 43 | 31 | 5D | 1C | 2F | 0 | 40 | 109 | 1F | 1C |
| Octal | 103 | 61 | 135 | 34 | 57 | 0 | 100 | 411 | 37 | 34 |
| Binary | 1000011 | 110001 | 1011101 | 11100 | 101111 | 0 | 1000000 | 100001001 | 11111 | 11100 |
Color Harmonies of #43315D
Complementary color
Monochromatic Colors of #43315D
Black with #43315D
Text Example
Text Example
White with #43315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43315D; }
p { color: rgb(67,49,93); }
H1.HeaderClassName
{
color: #43315D;
}
.AnyTagClassName
{
color: #43315D;
}
</style>
background-color css
<style>
a { background-color: #43315D; }
a { background-color: rgb(67,49,93); }
div.DivClassName
{
background-color: #43315D;
}
.BgClassName
{
background-color: #43315D;
}
</style>
border-color css
<style>
span { border-color: #43315D; }
span { border-color: rgb(67,49,93); }
td.TdClassName
{
border-color: #43315D;
}
.TagClassName
{
border-color: #43315D;
}
</style>