Shades of Jacarta #413261
Tints of Jacarta #413261
RGB
CMYK
RGB Variations
Color information
#413261 (or 0x413261) is known color: Jacarta. HEX triplet: 41, 32 and 61. RGB value is (65,50,97). Sum of RGB (Red+Green+Blue) = 65+50+97=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #413261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413261 is #BECD9E. Grayscale: #3B3B3B. Windows color (decimal): -12504479 or 6369857. OLE color: 6369857.
HSL color Cylindrical-coordinate representation of color #413261: hue angle of 259.15º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413261 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 50 | 97 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.62 |
| HSL | 259.15º | 0.32% | 0.29% | - |
| HSV(B) | 259.15º | 0.48% | 0.38% | - |
| XYZ | 5.48 | 4.27 | 11.84 | - |
| YUV | 59.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 97 | 0.33 | 0.48 | 0 | 0.62 | 259.15 | 0.32 | 0.29 |
| Hex | 41 | 32 | 61 | 21 | 30 | 0 | 3E | 103 | 20 | 1D |
| Octal | 101 | 62 | 141 | 41 | 60 | 0 | 76 | 403 | 40 | 35 |
| Binary | 1000001 | 110010 | 1100001 | 100001 | 110000 | 0 | 111110 | 100000011 | 100000 | 11101 |
Color Harmonies of #413261
Complementary color
Monochromatic Colors of #413261
Black with #413261
Text Example
Text Example
White with #413261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413261; }
p { color: rgb(65,50,97); }
H1.HeaderClassName
{
color: #413261;
}
.AnyTagClassName
{
color: #413261;
}
</style>
background-color css
<style>
a { background-color: #413261; }
a { background-color: rgb(65,50,97); }
div.DivClassName
{
background-color: #413261;
}
.BgClassName
{
background-color: #413261;
}
</style>
border-color css
<style>
span { border-color: #413261; }
span { border-color: rgb(65,50,97); }
td.TdClassName
{
border-color: #413261;
}
.TagClassName
{
border-color: #413261;
}
</style>