Shades of Jacarta #41355C
Tints of Jacarta #41355C
RGB
CMYK
RGB Variations
Color information
#41355C (or 0x41355C) is known color: Jacarta. HEX triplet: 41, 35 and 5C. RGB value is (65,53,92). Sum of RGB (Red+Green+Blue) = 65+53+92=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #41355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41355C is #BECAA3. Grayscale: #3C3C3C. Windows color (decimal): -12503716 or 6042945. OLE color: 6042945.
HSL color Cylindrical-coordinate representation of color #41355C: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41355C is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 53 | 92 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.64 |
| HSL | 258.46º | 0.27% | 0.28% | - |
| HSV(B) | 258.46º | 0.42% | 0.36% | - |
| XYZ | 5.38 | 4.44 | 10.7 | - |
| YUV | 61.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 92 | 0.29 | 0.42 | 0 | 0.64 | 258.46 | 0.27 | 0.28 |
| Hex | 41 | 35 | 5C | 1D | 2A | 0 | 40 | 102 | 1B | 1C |
| Octal | 101 | 65 | 134 | 35 | 52 | 0 | 100 | 402 | 33 | 34 |
| Binary | 1000001 | 110101 | 1011100 | 11101 | 101010 | 0 | 1000000 | 100000010 | 11011 | 11100 |
Color Harmonies of #41355C
Complementary color
Monochromatic Colors of #41355C
Black with #41355C
Text Example
Text Example
White with #41355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41355C; }
p { color: rgb(65,53,92); }
H1.HeaderClassName
{
color: #41355C;
}
.AnyTagClassName
{
color: #41355C;
}
</style>
background-color css
<style>
a { background-color: #41355C; }
a { background-color: rgb(65,53,92); }
div.DivClassName
{
background-color: #41355C;
}
.BgClassName
{
background-color: #41355C;
}
</style>
border-color css
<style>
span { border-color: #41355C; }
span { border-color: rgb(65,53,92); }
td.TdClassName
{
border-color: #41355C;
}
.TagClassName
{
border-color: #41355C;
}
</style>