Shades of Jacarta #41325E
Tints of Jacarta #41325E
RGB
CMYK
RGB Variations
Color information
#41325E (or 0x41325E) is known color: Jacarta. HEX triplet: 41, 32 and 5E. RGB value is (65,50,94). Sum of RGB (Red+Green+Blue) = 65+50+94=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #41325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325E is #BECDA1. Grayscale: #3B3B3B. Windows color (decimal): -12504482 or 6173249. OLE color: 6173249.
HSL color Cylindrical-coordinate representation of color #41325E: hue angle of 260.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41325E is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 50 | 94 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.63 |
| HSL | 260.45º | 0.31% | 0.28% | - |
| HSV(B) | 260.45º | 0.47% | 0.37% | - |
| XYZ | 5.34 | 4.21 | 11.12 | - |
| YUV | 59.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 94 | 0.31 | 0.47 | 0 | 0.63 | 260.45 | 0.31 | 0.28 |
| Hex | 41 | 32 | 5E | 1F | 2F | 0 | 3F | 104 | 1F | 1C |
| Octal | 101 | 62 | 136 | 37 | 57 | 0 | 77 | 404 | 37 | 34 |
| Binary | 1000001 | 110010 | 1011110 | 11111 | 101111 | 0 | 111111 | 100000100 | 11111 | 11100 |
Color Harmonies of #41325E
Complementary color
Monochromatic Colors of #41325E
Black with #41325E
Text Example
Text Example
White with #41325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41325E; }
p { color: rgb(65,50,94); }
H1.HeaderClassName
{
color: #41325E;
}
.AnyTagClassName
{
color: #41325E;
}
</style>
background-color css
<style>
a { background-color: #41325E; }
a { background-color: rgb(65,50,94); }
div.DivClassName
{
background-color: #41325E;
}
.BgClassName
{
background-color: #41325E;
}
</style>
border-color css
<style>
span { border-color: #41325E; }
span { border-color: rgb(65,50,94); }
td.TdClassName
{
border-color: #41325E;
}
.TagClassName
{
border-color: #41325E;
}
</style>