Shades of Jacarta #413B5D
Tints of Jacarta #413B5D
RGB
CMYK
RGB Variations
Color information
#413B5D (or 0x413B5D) is known color: Jacarta. HEX triplet: 41, 3B and 5D. RGB value is (65,59,93). Sum of RGB (Red+Green+Blue) = 65+59+93=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #413B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B5D is #BEC4A2. Grayscale: #404040. Windows color (decimal): -12502179 or 6110017. OLE color: 6110017.
HSL color Cylindrical-coordinate representation of color #413B5D: hue angle of 250.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #413B5D is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 59 | 93 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.64 |
| HSL | 250.59º | 0.22% | 0.3% | - |
| HSV(B) | 250.59º | 0.37% | 0.36% | - |
| XYZ | 5.72 | 5.04 | 11.03 | - |
| YUV | 64.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 93 | 0.30 | 0.37 | 0 | 0.64 | 250.59 | 0.22 | 0.3 |
| Hex | 41 | 3B | 5D | 1E | 25 | 0 | 40 | FB | 16 | 1E |
| Octal | 101 | 73 | 135 | 36 | 45 | 0 | 100 | 373 | 26 | 36 |
| Binary | 1000001 | 111011 | 1011101 | 11110 | 100101 | 0 | 1000000 | 11111011 | 10110 | 11110 |
Color Harmonies of #413B5D
Complementary color
Monochromatic Colors of #413B5D
Black with #413B5D
Text Example
Text Example
White with #413B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B5D; }
p { color: rgb(65,59,93); }
H1.HeaderClassName
{
color: #413B5D;
}
.AnyTagClassName
{
color: #413B5D;
}
</style>
background-color css
<style>
a { background-color: #413B5D; }
a { background-color: rgb(65,59,93); }
div.DivClassName
{
background-color: #413B5D;
}
.BgClassName
{
background-color: #413B5D;
}
</style>
border-color css
<style>
span { border-color: #413B5D; }
span { border-color: rgb(65,59,93); }
td.TdClassName
{
border-color: #413B5D;
}
.TagClassName
{
border-color: #413B5D;
}
</style>