Shades of Jacarta #433A5C
Tints of Jacarta #433A5C
RGB
CMYK
RGB Variations
Color information
#433A5C (or 0x433A5C) is known color: Jacarta. HEX triplet: 43, 3A and 5C. RGB value is (67,58,92). Sum of RGB (Red+Green+Blue) = 67+58+92=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #433A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A5C is #BCC5A3. Grayscale: #404040. Windows color (decimal): -12371364 or 6044227. OLE color: 6044227.
HSL color Cylindrical-coordinate representation of color #433A5C: hue angle of 255.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #433A5C is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 58 | 92 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.64 |
| HSL | 255.88º | 0.23% | 0.29% | - |
| HSV(B) | 255.88º | 0.37% | 0.36% | - |
| XYZ | 5.76 | 4.99 | 10.79 | - |
| YUV | 64.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 92 | 0.27 | 0.37 | 0 | 0.64 | 255.88 | 0.23 | 0.29 |
| Hex | 43 | 3A | 5C | 1B | 25 | 0 | 40 | 100 | 17 | 1D |
| Octal | 103 | 72 | 134 | 33 | 45 | 0 | 100 | 400 | 27 | 35 |
| Binary | 1000011 | 111010 | 1011100 | 11011 | 100101 | 0 | 1000000 | 100000000 | 10111 | 11101 |
Color Harmonies of #433A5C
Complementary color
Monochromatic Colors of #433A5C
Black with #433A5C
Text Example
Text Example
White with #433A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433A5C; }
p { color: rgb(67,58,92); }
H1.HeaderClassName
{
color: #433A5C;
}
.AnyTagClassName
{
color: #433A5C;
}
</style>
background-color css
<style>
a { background-color: #433A5C; }
a { background-color: rgb(67,58,92); }
div.DivClassName
{
background-color: #433A5C;
}
.BgClassName
{
background-color: #433A5C;
}
</style>
border-color css
<style>
span { border-color: #433A5C; }
span { border-color: rgb(67,58,92); }
td.TdClassName
{
border-color: #433A5C;
}
.TagClassName
{
border-color: #433A5C;
}
</style>