Shades of Jacarta #42375E
Tints of Jacarta #42375E
RGB
CMYK
RGB Variations
Color information
#42375E (or 0x42375E) is known color: Jacarta. HEX triplet: 42, 37 and 5E. RGB value is (66,55,94). Sum of RGB (Red+Green+Blue) = 66+55+94=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #42375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42375E is #BDC8A1. Grayscale: #3E3E3E. Windows color (decimal): -12437666 or 6174530. OLE color: 6174530.
HSL color Cylindrical-coordinate representation of color #42375E: hue angle of 256.92º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42375E is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 55 | 94 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.63 |
| HSL | 256.92º | 0.26% | 0.29% | - |
| HSV(B) | 256.92º | 0.41% | 0.37% | - |
| XYZ | 5.63 | 4.7 | 11.2 | - |
| YUV | 62.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 94 | 0.30 | 0.41 | 0 | 0.63 | 256.92 | 0.26 | 0.29 |
| Hex | 42 | 37 | 5E | 1E | 29 | 0 | 3F | 101 | 1A | 1D |
| Octal | 102 | 67 | 136 | 36 | 51 | 0 | 77 | 401 | 32 | 35 |
| Binary | 1000010 | 110111 | 1011110 | 11110 | 101001 | 0 | 111111 | 100000001 | 11010 | 11101 |
Color Harmonies of #42375E
Complementary color
Monochromatic Colors of #42375E
Black with #42375E
Text Example
Text Example
White with #42375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42375E; }
p { color: rgb(66,55,94); }
H1.HeaderClassName
{
color: #42375E;
}
.AnyTagClassName
{
color: #42375E;
}
</style>
background-color css
<style>
a { background-color: #42375E; }
a { background-color: rgb(66,55,94); }
div.DivClassName
{
background-color: #42375E;
}
.BgClassName
{
background-color: #42375E;
}
</style>
border-color css
<style>
span { border-color: #42375E; }
span { border-color: rgb(66,55,94); }
td.TdClassName
{
border-color: #42375E;
}
.TagClassName
{
border-color: #42375E;
}
</style>