Shades of Jacarta #413858
Tints of Jacarta #413858
RGB
CMYK
RGB Variations
Color information
#413858 (or 0x413858) is known color: Jacarta. HEX triplet: 41, 38 and 58. RGB value is (65,56,88). Sum of RGB (Red+Green+Blue) = 65+56+88=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #413858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413858 is #BEC7A7. Grayscale: #3E3E3E. Windows color (decimal): -12502952 or 5781569. OLE color: 5781569.
HSL color Cylindrical-coordinate representation of color #413858: hue angle of 256.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413858 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 56 | 88 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.65 |
| HSL | 256.88º | 0.22% | 0.28% | - |
| HSV(B) | 256.88º | 0.36% | 0.35% | - |
| XYZ | 5.36 | 4.66 | 9.85 | - |
| YUV | 62.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 88 | 0.26 | 0.36 | 0 | 0.65 | 256.88 | 0.22 | 0.28 |
| Hex | 41 | 38 | 58 | 1A | 24 | 0 | 41 | 101 | 16 | 1C |
| Octal | 101 | 70 | 130 | 32 | 44 | 0 | 101 | 401 | 26 | 34 |
| Binary | 1000001 | 111000 | 1011000 | 11010 | 100100 | 0 | 1000001 | 100000001 | 10110 | 11100 |
Color Harmonies of #413858
Complementary color
Monochromatic Colors of #413858
Black with #413858
Text Example
Text Example
White with #413858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413858; }
p { color: rgb(65,56,88); }
H1.HeaderClassName
{
color: #413858;
}
.AnyTagClassName
{
color: #413858;
}
</style>
background-color css
<style>
a { background-color: #413858; }
a { background-color: rgb(65,56,88); }
div.DivClassName
{
background-color: #413858;
}
.BgClassName
{
background-color: #413858;
}
</style>
border-color css
<style>
span { border-color: #413858; }
span { border-color: rgb(65,56,88); }
td.TdClassName
{
border-color: #413858;
}
.TagClassName
{
border-color: #413858;
}
</style>