Shades of Jacarta #413B57
Tints of Jacarta #413B57
RGB
CMYK
RGB Variations
Color information
#413B57 (or 0x413B57) is known color: Jacarta. HEX triplet: 41, 3B and 57. RGB value is (65,59,87). Sum of RGB (Red+Green+Blue) = 65+59+87=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #413B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B57 is #BEC4A8. Grayscale: #3F3F3F. Windows color (decimal): -12502185 or 5716801. OLE color: 5716801.
HSL color Cylindrical-coordinate representation of color #413B57: hue angle of 252.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413B57 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 59 | 87 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.66 |
| HSL | 252.86º | 0.19% | 0.29% | - |
| HSV(B) | 252.86º | 0.32% | 0.34% | - |
| XYZ | 5.46 | 4.94 | 9.68 | - |
| YUV | 63.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 87 | 0.25 | 0.32 | 0 | 0.66 | 252.86 | 0.19 | 0.29 |
| Hex | 41 | 3B | 57 | 19 | 20 | 0 | 42 | FD | 13 | 1D |
| Octal | 101 | 73 | 127 | 31 | 40 | 0 | 102 | 375 | 23 | 35 |
| Binary | 1000001 | 111011 | 1010111 | 11001 | 100000 | 0 | 1000010 | 11111101 | 10011 | 11101 |
Color Harmonies of #413B57
Complementary color
Monochromatic Colors of #413B57
Black with #413B57
Text Example
Text Example
White with #413B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B57; }
p { color: rgb(65,59,87); }
H1.HeaderClassName
{
color: #413B57;
}
.AnyTagClassName
{
color: #413B57;
}
</style>
background-color css
<style>
a { background-color: #413B57; }
a { background-color: rgb(65,59,87); }
div.DivClassName
{
background-color: #413B57;
}
.BgClassName
{
background-color: #413B57;
}
</style>
border-color css
<style>
span { border-color: #413B57; }
span { border-color: rgb(65,59,87); }
td.TdClassName
{
border-color: #413B57;
}
.TagClassName
{
border-color: #413B57;
}
</style>