Shades of Jacarta #413857
Tints of Jacarta #413857
RGB
CMYK
RGB Variations
Color information
#413857 (or 0x413857) is known color: Jacarta. HEX triplet: 41, 38 and 57. RGB value is (65,56,87). Sum of RGB (Red+Green+Blue) = 65+56+87=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #413857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413857 is #BEC7A8. Grayscale: #3E3E3E. Windows color (decimal): -12502953 or 5716033. OLE color: 5716033.
HSL color Cylindrical-coordinate representation of color #413857: hue angle of 257.42º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413857 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 56 | 87 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.66 |
| HSL | 257.42º | 0.22% | 0.28% | - |
| HSV(B) | 257.42º | 0.36% | 0.34% | - |
| XYZ | 5.31 | 4.64 | 9.63 | - |
| YUV | 62.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 87 | 0.25 | 0.36 | 0 | 0.66 | 257.42 | 0.22 | 0.28 |
| Hex | 41 | 38 | 57 | 19 | 24 | 0 | 42 | 101 | 16 | 1C |
| Octal | 101 | 70 | 127 | 31 | 44 | 0 | 102 | 401 | 26 | 34 |
| Binary | 1000001 | 111000 | 1010111 | 11001 | 100100 | 0 | 1000010 | 100000001 | 10110 | 11100 |
Color Harmonies of #413857
Complementary color
Monochromatic Colors of #413857
Black with #413857
Text Example
Text Example
White with #413857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413857; }
p { color: rgb(65,56,87); }
H1.HeaderClassName
{
color: #413857;
}
.AnyTagClassName
{
color: #413857;
}
</style>
background-color css
<style>
a { background-color: #413857; }
a { background-color: rgb(65,56,87); }
div.DivClassName
{
background-color: #413857;
}
.BgClassName
{
background-color: #413857;
}
</style>
border-color css
<style>
span { border-color: #413857; }
span { border-color: rgb(65,56,87); }
td.TdClassName
{
border-color: #413857;
}
.TagClassName
{
border-color: #413857;
}
</style>