Shades of Jacarta #413A58
Tints of Jacarta #413A58
RGB
CMYK
RGB Variations
Color information
#413A58 (or 0x413A58) is known color: Jacarta. HEX triplet: 41, 3A and 58. RGB value is (65,58,88). Sum of RGB (Red+Green+Blue) = 65+58+88=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #413A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A58 is #BEC5A7. Grayscale: #3F3F3F. Windows color (decimal): -12502440 or 5782081. OLE color: 5782081.
HSL color Cylindrical-coordinate representation of color #413A58: hue angle of 254º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #413A58 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 58 | 88 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.65 |
| HSL | 254º | 0.21% | 0.29% | - |
| HSV(B) | 254º | 0.34% | 0.35% | - |
| XYZ | 5.45 | 4.85 | 9.88 | - |
| YUV | 63.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 88 | 0.26 | 0.34 | 0 | 0.65 | 254 | 0.21 | 0.29 |
| Hex | 41 | 3A | 58 | 1A | 22 | 0 | 41 | FE | 15 | 1D |
| Octal | 101 | 72 | 130 | 32 | 42 | 0 | 101 | 376 | 25 | 35 |
| Binary | 1000001 | 111010 | 1011000 | 11010 | 100010 | 0 | 1000001 | 11111110 | 10101 | 11101 |
Color Harmonies of #413A58
Complementary color
Monochromatic Colors of #413A58
Black with #413A58
Text Example
Text Example
White with #413A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A58; }
p { color: rgb(65,58,88); }
H1.HeaderClassName
{
color: #413A58;
}
.AnyTagClassName
{
color: #413A58;
}
</style>
background-color css
<style>
a { background-color: #413A58; }
a { background-color: rgb(65,58,88); }
div.DivClassName
{
background-color: #413A58;
}
.BgClassName
{
background-color: #413A58;
}
</style>
border-color css
<style>
span { border-color: #413A58; }
span { border-color: rgb(65,58,88); }
td.TdClassName
{
border-color: #413A58;
}
.TagClassName
{
border-color: #413A58;
}
</style>