Shades of Jacarta #41325D
Tints of Jacarta #41325D
RGB
CMYK
RGB Variations
Color information
#41325D (or 0x41325D) is known color: Jacarta. HEX triplet: 41, 32 and 5D. RGB value is (65,50,93). Sum of RGB (Red+Green+Blue) = 65+50+93=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #41325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41325D is #BECDA2. Grayscale: #3B3B3B. Windows color (decimal): -12504483 or 6107713. OLE color: 6107713.
HSL color Cylindrical-coordinate representation of color #41325D: hue angle of 260.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41325D is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 50 | 93 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.64 |
| HSL | 260.93º | 0.3% | 0.28% | - |
| HSV(B) | 260.93º | 0.46% | 0.36% | - |
| XYZ | 5.3 | 4.2 | 10.89 | - |
| YUV | 59.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 93 | 0.30 | 0.46 | 0 | 0.64 | 260.93 | 0.3 | 0.28 |
| Hex | 41 | 32 | 5D | 1E | 2E | 0 | 40 | 105 | 1E | 1C |
| Octal | 101 | 62 | 135 | 36 | 56 | 0 | 100 | 405 | 36 | 34 |
| Binary | 1000001 | 110010 | 1011101 | 11110 | 101110 | 0 | 1000000 | 100000101 | 11110 | 11100 |
Color Harmonies of #41325D
Complementary color
Monochromatic Colors of #41325D
Black with #41325D
Text Example
Text Example
White with #41325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41325D; }
p { color: rgb(65,50,93); }
H1.HeaderClassName
{
color: #41325D;
}
.AnyTagClassName
{
color: #41325D;
}
</style>
background-color css
<style>
a { background-color: #41325D; }
a { background-color: rgb(65,50,93); }
div.DivClassName
{
background-color: #41325D;
}
.BgClassName
{
background-color: #41325D;
}
</style>
border-color css
<style>
span { border-color: #41325D; }
span { border-color: rgb(65,50,93); }
td.TdClassName
{
border-color: #41325D;
}
.TagClassName
{
border-color: #41325D;
}
</style>