Shades of Jacarta #423555
Tints of Jacarta #423555
RGB
CMYK
RGB Variations
Color information
#423555 (or 0x423555) is known color: Jacarta. HEX triplet: 42, 35 and 55. RGB value is (66,53,85). Sum of RGB (Red+Green+Blue) = 66+53+85=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #423555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423555 is #BDCAAA. Grayscale: #3C3C3C. Windows color (decimal): -12438187 or 5584194. OLE color: 5584194.
HSL color Cylindrical-coordinate representation of color #423555: hue angle of 264.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423555 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 53 | 85 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.67 |
| HSL | 264.38º | 0.23% | 0.27% | - |
| HSV(B) | 264.38º | 0.38% | 0.33% | - |
| XYZ | 5.16 | 4.36 | 9.16 | - |
| YUV | 60.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 85 | 0.22 | 0.38 | 0 | 0.67 | 264.38 | 0.23 | 0.27 |
| Hex | 42 | 35 | 55 | 16 | 26 | 0 | 43 | 108 | 17 | 1B |
| Octal | 102 | 65 | 125 | 26 | 46 | 0 | 103 | 410 | 27 | 33 |
| Binary | 1000010 | 110101 | 1010101 | 10110 | 100110 | 0 | 1000011 | 100001000 | 10111 | 11011 |
Color Harmonies of #423555
Complementary color
Monochromatic Colors of #423555
Black with #423555
Text Example
Text Example
White with #423555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423555; }
p { color: rgb(66,53,85); }
H1.HeaderClassName
{
color: #423555;
}
.AnyTagClassName
{
color: #423555;
}
</style>
background-color css
<style>
a { background-color: #423555; }
a { background-color: rgb(66,53,85); }
div.DivClassName
{
background-color: #423555;
}
.BgClassName
{
background-color: #423555;
}
</style>
border-color css
<style>
span { border-color: #423555; }
span { border-color: rgb(66,53,85); }
td.TdClassName
{
border-color: #423555;
}
.TagClassName
{
border-color: #423555;
}
</style>