Shades of Jacarta #42355A
Tints of Jacarta #42355A
RGB
CMYK
RGB Variations
Color information
#42355A (or 0x42355A) is known color: Jacarta. HEX triplet: 42, 35 and 5A. RGB value is (66,53,90). Sum of RGB (Red+Green+Blue) = 66+53+90=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #42355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42355A is #BDCAA5. Grayscale: #3C3C3C. Windows color (decimal): -12438182 or 5911874. OLE color: 5911874.
HSL color Cylindrical-coordinate representation of color #42355A: hue angle of 261.08º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42355A is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 53 | 90 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.65 |
| HSL | 261.08º | 0.26% | 0.28% | - |
| HSV(B) | 261.08º | 0.41% | 0.35% | - |
| XYZ | 5.37 | 4.44 | 10.25 | - |
| YUV | 61.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 90 | 0.27 | 0.41 | 0 | 0.65 | 261.08 | 0.26 | 0.28 |
| Hex | 42 | 35 | 5A | 1B | 29 | 0 | 41 | 105 | 1A | 1C |
| Octal | 102 | 65 | 132 | 33 | 51 | 0 | 101 | 405 | 32 | 34 |
| Binary | 1000010 | 110101 | 1011010 | 11011 | 101001 | 0 | 1000001 | 100000101 | 11010 | 11100 |
Color Harmonies of #42355A
Complementary color
Monochromatic Colors of #42355A
Black with #42355A
Text Example
Text Example
White with #42355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42355A; }
p { color: rgb(66,53,90); }
H1.HeaderClassName
{
color: #42355A;
}
.AnyTagClassName
{
color: #42355A;
}
</style>
background-color css
<style>
a { background-color: #42355A; }
a { background-color: rgb(66,53,90); }
div.DivClassName
{
background-color: #42355A;
}
.BgClassName
{
background-color: #42355A;
}
</style>
border-color css
<style>
span { border-color: #42355A; }
span { border-color: rgb(66,53,90); }
td.TdClassName
{
border-color: #42355A;
}
.TagClassName
{
border-color: #42355A;
}
</style>