Shades of Jacarta #42355D
Tints of Jacarta #42355D
RGB
CMYK
RGB Variations
Color information
#42355D (or 0x42355D) is known color: Jacarta. HEX triplet: 42, 35 and 5D. RGB value is (66,53,93). Sum of RGB (Red+Green+Blue) = 66+53+93=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #42355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42355D is #BDCAA2. Grayscale: #3D3D3D. Windows color (decimal): -12438179 or 6108482. OLE color: 6108482.
HSL color Cylindrical-coordinate representation of color #42355D: hue angle of 259.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42355D is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 53 | 93 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.64 |
| HSL | 259.5º | 0.27% | 0.29% | - |
| HSV(B) | 259.5º | 0.43% | 0.36% | - |
| XYZ | 5.5 | 4.49 | 10.93 | - |
| YUV | 61.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 93 | 0.29 | 0.43 | 0 | 0.64 | 259.5 | 0.27 | 0.29 |
| Hex | 42 | 35 | 5D | 1D | 2B | 0 | 40 | 104 | 1B | 1D |
| Octal | 102 | 65 | 135 | 35 | 53 | 0 | 100 | 404 | 33 | 35 |
| Binary | 1000010 | 110101 | 1011101 | 11101 | 101011 | 0 | 1000000 | 100000100 | 11011 | 11101 |
Color Harmonies of #42355D
Complementary color
Monochromatic Colors of #42355D
Black with #42355D
Text Example
Text Example
White with #42355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42355D; }
p { color: rgb(66,53,93); }
H1.HeaderClassName
{
color: #42355D;
}
.AnyTagClassName
{
color: #42355D;
}
</style>
background-color css
<style>
a { background-color: #42355D; }
a { background-color: rgb(66,53,93); }
div.DivClassName
{
background-color: #42355D;
}
.BgClassName
{
background-color: #42355D;
}
</style>
border-color css
<style>
span { border-color: #42355D; }
span { border-color: rgb(66,53,93); }
td.TdClassName
{
border-color: #42355D;
}
.TagClassName
{
border-color: #42355D;
}
</style>