Shades of Jacarta #413361
Tints of Jacarta #413361
RGB
CMYK
RGB Variations
Color information
#413361 (or 0x413361) is known color: Jacarta. HEX triplet: 41, 33 and 61. RGB value is (65,51,97). Sum of RGB (Red+Green+Blue) = 65+51+97=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #413361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413361 is #BECC9E. Grayscale: #3C3C3C. Windows color (decimal): -12504223 or 6370113. OLE color: 6370113.
HSL color Cylindrical-coordinate representation of color #413361: hue angle of 258.26º 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 #413361 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 51 | 97 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.62 |
| HSL | 258.26º | 0.31% | 0.29% | - |
| HSV(B) | 258.26º | 0.47% | 0.38% | - |
| XYZ | 5.52 | 4.35 | 11.86 | - |
| YUV | 60.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 97 | 0.33 | 0.47 | 0 | 0.62 | 258.26 | 0.31 | 0.29 |
| Hex | 41 | 33 | 61 | 21 | 2F | 0 | 3E | 102 | 1F | 1D |
| Octal | 101 | 63 | 141 | 41 | 57 | 0 | 76 | 402 | 37 | 35 |
| Binary | 1000001 | 110011 | 1100001 | 100001 | 101111 | 0 | 111110 | 100000010 | 11111 | 11101 |
Color Harmonies of #413361
Complementary color
Monochromatic Colors of #413361
Black with #413361
Text Example
Text Example
White with #413361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413361; }
p { color: rgb(65,51,97); }
H1.HeaderClassName
{
color: #413361;
}
.AnyTagClassName
{
color: #413361;
}
</style>
background-color css
<style>
a { background-color: #413361; }
a { background-color: rgb(65,51,97); }
div.DivClassName
{
background-color: #413361;
}
.BgClassName
{
background-color: #413361;
}
</style>
border-color css
<style>
span { border-color: #413361; }
span { border-color: rgb(65,51,97); }
td.TdClassName
{
border-color: #413361;
}
.TagClassName
{
border-color: #413361;
}
</style>