Shades of Jacarta #42395C
Tints of Jacarta #42395C
RGB
CMYK
RGB Variations
Color information
#42395C (or 0x42395C) is known color: Jacarta. HEX triplet: 42, 39 and 5C. RGB value is (66,57,92). Sum of RGB (Red+Green+Blue) = 66+57+92=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #42395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42395C is #BDC6A3. Grayscale: #3F3F3F. Windows color (decimal): -12437156 or 6043970. OLE color: 6043970.
HSL color Cylindrical-coordinate representation of color #42395C: hue angle of 255.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42395C is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 57 | 92 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.64 |
| HSL | 255.43º | 0.23% | 0.29% | - |
| HSV(B) | 255.43º | 0.38% | 0.36% | - |
| XYZ | 5.64 | 4.86 | 10.77 | - |
| YUV | 63.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 92 | 0.28 | 0.38 | 0 | 0.64 | 255.43 | 0.23 | 0.29 |
| Hex | 42 | 39 | 5C | 1C | 26 | 0 | 40 | FF | 17 | 1D |
| Octal | 102 | 71 | 134 | 34 | 46 | 0 | 100 | 377 | 27 | 35 |
| Binary | 1000010 | 111001 | 1011100 | 11100 | 100110 | 0 | 1000000 | 11111111 | 10111 | 11101 |
Color Harmonies of #42395C
Complementary color
Monochromatic Colors of #42395C
Black with #42395C
Text Example
Text Example
White with #42395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42395C; }
p { color: rgb(66,57,92); }
H1.HeaderClassName
{
color: #42395C;
}
.AnyTagClassName
{
color: #42395C;
}
</style>
background-color css
<style>
a { background-color: #42395C; }
a { background-color: rgb(66,57,92); }
div.DivClassName
{
background-color: #42395C;
}
.BgClassName
{
background-color: #42395C;
}
</style>
border-color css
<style>
span { border-color: #42395C; }
span { border-color: rgb(66,57,92); }
td.TdClassName
{
border-color: #42395C;
}
.TagClassName
{
border-color: #42395C;
}
</style>