Shades of Jacarta #412F60
Tints of Jacarta #412F60
RGB
CMYK
RGB Variations
Color information
#412F60 (or 0x412F60) is known color: Jacarta. HEX triplet: 41, 2F and 60. RGB value is (65,47,96). Sum of RGB (Red+Green+Blue) = 65+47+96=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #412F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F60 is #BED09F. Grayscale: #393939. Windows color (decimal): -12505248 or 6303553. OLE color: 6303553.
HSL color Cylindrical-coordinate representation of color #412F60: hue angle of 262.04º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412F60 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 47 | 96 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.62 |
| HSL | 262.04º | 0.34% | 0.28% | - |
| HSV(B) | 262.04º | 0.51% | 0.38% | - |
| XYZ | 5.31 | 4 | 11.56 | - |
| YUV | 57.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 96 | 0.32 | 0.51 | 0 | 0.62 | 262.04 | 0.34 | 0.28 |
| Hex | 41 | 2F | 60 | 20 | 33 | 0 | 3E | 106 | 22 | 1C |
| Octal | 101 | 57 | 140 | 40 | 63 | 0 | 76 | 406 | 42 | 34 |
| Binary | 1000001 | 101111 | 1100000 | 100000 | 110011 | 0 | 111110 | 100000110 | 100010 | 11100 |
Color Harmonies of #412F60
Complementary color
Monochromatic Colors of #412F60
Black with #412F60
Text Example
Text Example
White with #412F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F60; }
p { color: rgb(65,47,96); }
H1.HeaderClassName
{
color: #412F60;
}
.AnyTagClassName
{
color: #412F60;
}
</style>
background-color css
<style>
a { background-color: #412F60; }
a { background-color: rgb(65,47,96); }
div.DivClassName
{
background-color: #412F60;
}
.BgClassName
{
background-color: #412F60;
}
</style>
border-color css
<style>
span { border-color: #412F60; }
span { border-color: rgb(65,47,96); }
td.TdClassName
{
border-color: #412F60;
}
.TagClassName
{
border-color: #412F60;
}
</style>