Shades of Jacarta #43365A
Tints of Jacarta #43365A
RGB
CMYK
RGB Variations
Color information
#43365A (or 0x43365A) is known color: Jacarta. HEX triplet: 43, 36 and 5A. RGB value is (67,54,90). Sum of RGB (Red+Green+Blue) = 67+54+90=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #43365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365A is #BCC9A5. Grayscale: #3D3D3D. Windows color (decimal): -12372390 or 5912131. OLE color: 5912131.
HSL color Cylindrical-coordinate representation of color #43365A: hue angle of 261.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43365A is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 54 | 90 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.65 |
| HSL | 261.67º | 0.25% | 0.28% | - |
| HSV(B) | 261.67º | 0.4% | 0.35% | - |
| XYZ | 5.48 | 4.57 | 10.27 | - |
| YUV | 61.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 90 | 0.26 | 0.40 | 0 | 0.65 | 261.67 | 0.25 | 0.28 |
| Hex | 43 | 36 | 5A | 1A | 28 | 0 | 41 | 106 | 19 | 1C |
| Octal | 103 | 66 | 132 | 32 | 50 | 0 | 101 | 406 | 31 | 34 |
| Binary | 1000011 | 110110 | 1011010 | 11010 | 101000 | 0 | 1000001 | 100000110 | 11001 | 11100 |
Color Harmonies of #43365A
Complementary color
Monochromatic Colors of #43365A
Black with #43365A
Text Example
Text Example
White with #43365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43365A; }
p { color: rgb(67,54,90); }
H1.HeaderClassName
{
color: #43365A;
}
.AnyTagClassName
{
color: #43365A;
}
</style>
background-color css
<style>
a { background-color: #43365A; }
a { background-color: rgb(67,54,90); }
div.DivClassName
{
background-color: #43365A;
}
.BgClassName
{
background-color: #43365A;
}
</style>
border-color css
<style>
span { border-color: #43365A; }
span { border-color: rgb(67,54,90); }
td.TdClassName
{
border-color: #43365A;
}
.TagClassName
{
border-color: #43365A;
}
</style>