Shades of Jacarta #42395A
Tints of Jacarta #42395A
RGB
CMYK
RGB Variations
Color information
#42395A (or 0x42395A) is known color: Jacarta. HEX triplet: 42, 39 and 5A. RGB value is (66,57,90). Sum of RGB (Red+Green+Blue) = 66+57+90=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #42395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42395A is #BDC6A5. Grayscale: #3F3F3F. Windows color (decimal): -12437158 or 5912898. OLE color: 5912898.
HSL color Cylindrical-coordinate representation of color #42395A: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42395A is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 57 | 90 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.65 |
| HSL | 256.36º | 0.22% | 0.29% | - |
| HSV(B) | 256.36º | 0.37% | 0.35% | - |
| XYZ | 5.56 | 4.82 | 10.31 | - |
| YUV | 63.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 90 | 0.27 | 0.37 | 0 | 0.65 | 256.36 | 0.22 | 0.29 |
| Hex | 42 | 39 | 5A | 1B | 25 | 0 | 41 | 100 | 16 | 1D |
| Octal | 102 | 71 | 132 | 33 | 45 | 0 | 101 | 400 | 26 | 35 |
| Binary | 1000010 | 111001 | 1011010 | 11011 | 100101 | 0 | 1000001 | 100000000 | 10110 | 11101 |
Color Harmonies of #42395A
Complementary color
Monochromatic Colors of #42395A
Black with #42395A
Text Example
Text Example
White with #42395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42395A; }
p { color: rgb(66,57,90); }
H1.HeaderClassName
{
color: #42395A;
}
.AnyTagClassName
{
color: #42395A;
}
</style>
background-color css
<style>
a { background-color: #42395A; }
a { background-color: rgb(66,57,90); }
div.DivClassName
{
background-color: #42395A;
}
.BgClassName
{
background-color: #42395A;
}
</style>
border-color css
<style>
span { border-color: #42395A; }
span { border-color: rgb(66,57,90); }
td.TdClassName
{
border-color: #42395A;
}
.TagClassName
{
border-color: #42395A;
}
</style>