Shades of Jacarta #413360
Tints of Jacarta #413360
RGB
CMYK
RGB Variations
Color information
#413360 (or 0x413360) is known color: Jacarta. HEX triplet: 41, 33 and 60. RGB value is (65,51,96). Sum of RGB (Red+Green+Blue) = 65+51+96=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #413360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413360 is #BECC9F. Grayscale: #3C3C3C. Windows color (decimal): -12504224 or 6304577. OLE color: 6304577.
HSL color Cylindrical-coordinate representation of color #413360: hue angle of 258.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #413360 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 51 | 96 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.62 |
| HSL | 258.67º | 0.31% | 0.29% | - |
| HSV(B) | 258.67º | 0.47% | 0.38% | - |
| XYZ | 5.48 | 4.34 | 11.61 | - |
| YUV | 60.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 96 | 0.32 | 0.47 | 0 | 0.62 | 258.67 | 0.31 | 0.29 |
| Hex | 41 | 33 | 60 | 20 | 2F | 0 | 3E | 103 | 1F | 1D |
| Octal | 101 | 63 | 140 | 40 | 57 | 0 | 76 | 403 | 37 | 35 |
| Binary | 1000001 | 110011 | 1100000 | 100000 | 101111 | 0 | 111110 | 100000011 | 11111 | 11101 |
Color Harmonies of #413360
Complementary color
Monochromatic Colors of #413360
Black with #413360
Text Example
Text Example
White with #413360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413360; }
p { color: rgb(65,51,96); }
H1.HeaderClassName
{
color: #413360;
}
.AnyTagClassName
{
color: #413360;
}
</style>
background-color css
<style>
a { background-color: #413360; }
a { background-color: rgb(65,51,96); }
div.DivClassName
{
background-color: #413360;
}
.BgClassName
{
background-color: #413360;
}
</style>
border-color css
<style>
span { border-color: #413360; }
span { border-color: rgb(65,51,96); }
td.TdClassName
{
border-color: #413360;
}
.TagClassName
{
border-color: #413360;
}
</style>