Shades of Jacarta #41365F
Tints of Jacarta #41365F
RGB
CMYK
RGB Variations
Color information
#41365F (or 0x41365F) is known color: Jacarta. HEX triplet: 41, 36 and 5F. RGB value is (65,54,95). Sum of RGB (Red+Green+Blue) = 65+54+95=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #41365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41365F is #BEC9A0. Grayscale: #3D3D3D. Windows color (decimal): -12503457 or 6239809. OLE color: 6239809.
HSL color Cylindrical-coordinate representation of color #41365F: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41365F is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 54 | 95 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.63 |
| HSL | 256.1º | 0.28% | 0.29% | - |
| HSV(B) | 256.1º | 0.43% | 0.37% | - |
| XYZ | 5.56 | 4.59 | 11.42 | - |
| YUV | 61.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 95 | 0.32 | 0.43 | 0 | 0.63 | 256.1 | 0.28 | 0.29 |
| Hex | 41 | 36 | 5F | 20 | 2B | 0 | 3F | 100 | 1C | 1D |
| Octal | 101 | 66 | 137 | 40 | 53 | 0 | 77 | 400 | 34 | 35 |
| Binary | 1000001 | 110110 | 1011111 | 100000 | 101011 | 0 | 111111 | 100000000 | 11100 | 11101 |
Color Harmonies of #41365F
Complementary color
Monochromatic Colors of #41365F
Black with #41365F
Text Example
Text Example
White with #41365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41365F; }
p { color: rgb(65,54,95); }
H1.HeaderClassName
{
color: #41365F;
}
.AnyTagClassName
{
color: #41365F;
}
</style>
background-color css
<style>
a { background-color: #41365F; }
a { background-color: rgb(65,54,95); }
div.DivClassName
{
background-color: #41365F;
}
.BgClassName
{
background-color: #41365F;
}
</style>
border-color css
<style>
span { border-color: #41365F; }
span { border-color: rgb(65,54,95); }
td.TdClassName
{
border-color: #41365F;
}
.TagClassName
{
border-color: #41365F;
}
</style>