Shades of Jacarta #413162
Tints of Jacarta #413162
RGB
CMYK
RGB Variations
Color information
#413162 (or 0x413162) is known color: Jacarta. HEX triplet: 41, 31 and 62. RGB value is (65,49,98). Sum of RGB (Red+Green+Blue) = 65+49+98=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #413162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413162 is #BECE9D. Grayscale: #3B3B3B. Windows color (decimal): -12504734 or 6435137. OLE color: 6435137.
HSL color Cylindrical-coordinate representation of color #413162: hue angle of 259.59º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413162 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 49 | 98 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.62 |
| HSL | 259.59º | 0.33% | 0.29% | - |
| HSV(B) | 259.59º | 0.5% | 0.38% | - |
| XYZ | 5.48 | 4.2 | 12.08 | - |
| YUV | 59.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 98 | 0.34 | 0.5 | 0 | 0.62 | 259.59 | 0.33 | 0.29 |
| Hex | 41 | 31 | 62 | 22 | 32 | 0 | 3E | 104 | 21 | 1D |
| Octal | 101 | 61 | 142 | 42 | 62 | 0 | 76 | 404 | 41 | 35 |
| Binary | 1000001 | 110001 | 1100010 | 100010 | 110010 | 0 | 111110 | 100000100 | 100001 | 11101 |
Color Harmonies of #413162
Complementary color
Monochromatic Colors of #413162
Black with #413162
Text Example
Text Example
White with #413162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413162; }
p { color: rgb(65,49,98); }
H1.HeaderClassName
{
color: #413162;
}
.AnyTagClassName
{
color: #413162;
}
</style>
background-color css
<style>
a { background-color: #413162; }
a { background-color: rgb(65,49,98); }
div.DivClassName
{
background-color: #413162;
}
.BgClassName
{
background-color: #413162;
}
</style>
border-color css
<style>
span { border-color: #413162; }
span { border-color: rgb(65,49,98); }
td.TdClassName
{
border-color: #413162;
}
.TagClassName
{
border-color: #413162;
}
</style>