Shades of Jacarta #42385F
Tints of Jacarta #42385F
RGB
CMYK
RGB Variations
Color information
#42385F (or 0x42385F) is known color: Jacarta. HEX triplet: 42, 38 and 5F. RGB value is (66,56,95). Sum of RGB (Red+Green+Blue) = 66+56+95=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #42385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42385F is #BDC7A0. Grayscale: #3F3F3F. Windows color (decimal): -12437409 or 6240322. OLE color: 6240322.
HSL color Cylindrical-coordinate representation of color #42385F: hue angle of 255.38º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42385F is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 56 | 95 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.63 |
| HSL | 255.38º | 0.26% | 0.3% | - |
| HSV(B) | 255.38º | 0.41% | 0.37% | - |
| XYZ | 5.73 | 4.81 | 11.45 | - |
| YUV | 63.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 95 | 0.31 | 0.41 | 0 | 0.63 | 255.38 | 0.26 | 0.3 |
| Hex | 42 | 38 | 5F | 1F | 29 | 0 | 3F | FF | 1A | 1E |
| Octal | 102 | 70 | 137 | 37 | 51 | 0 | 77 | 377 | 32 | 36 |
| Binary | 1000010 | 111000 | 1011111 | 11111 | 101001 | 0 | 111111 | 11111111 | 11010 | 11110 |
Color Harmonies of #42385F
Complementary color
Monochromatic Colors of #42385F
Black with #42385F
Text Example
Text Example
White with #42385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42385F; }
p { color: rgb(66,56,95); }
H1.HeaderClassName
{
color: #42385F;
}
.AnyTagClassName
{
color: #42385F;
}
</style>
background-color css
<style>
a { background-color: #42385F; }
a { background-color: rgb(66,56,95); }
div.DivClassName
{
background-color: #42385F;
}
.BgClassName
{
background-color: #42385F;
}
</style>
border-color css
<style>
span { border-color: #42385F; }
span { border-color: rgb(66,56,95); }
td.TdClassName
{
border-color: #42385F;
}
.TagClassName
{
border-color: #42385F;
}
</style>