Shades of Jacarta #41385A
Tints of Jacarta #41385A
RGB
CMYK
RGB Variations
Color information
#41385A (or 0x41385A) is known color: Jacarta. HEX triplet: 41, 38 and 5A. RGB value is (65,56,90). Sum of RGB (Red+Green+Blue) = 65+56+90=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #41385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41385A is #BEC7A5. Grayscale: #3E3E3E. Windows color (decimal): -12502950 or 5912641. OLE color: 5912641.
HSL color Cylindrical-coordinate representation of color #41385A: hue angle of 255.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41385A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 56 | 90 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.65 |
| HSL | 255.88º | 0.23% | 0.29% | - |
| HSV(B) | 255.88º | 0.38% | 0.35% | - |
| XYZ | 5.44 | 4.69 | 10.29 | - |
| YUV | 62.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 90 | 0.28 | 0.38 | 0 | 0.65 | 255.88 | 0.23 | 0.29 |
| Hex | 41 | 38 | 5A | 1C | 26 | 0 | 41 | 100 | 17 | 1D |
| Octal | 101 | 70 | 132 | 34 | 46 | 0 | 101 | 400 | 27 | 35 |
| Binary | 1000001 | 111000 | 1011010 | 11100 | 100110 | 0 | 1000001 | 100000000 | 10111 | 11101 |
Color Harmonies of #41385A
Complementary color
Monochromatic Colors of #41385A
Black with #41385A
Text Example
Text Example
White with #41385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41385A; }
p { color: rgb(65,56,90); }
H1.HeaderClassName
{
color: #41385A;
}
.AnyTagClassName
{
color: #41385A;
}
</style>
background-color css
<style>
a { background-color: #41385A; }
a { background-color: rgb(65,56,90); }
div.DivClassName
{
background-color: #41385A;
}
.BgClassName
{
background-color: #41385A;
}
</style>
border-color css
<style>
span { border-color: #41385A; }
span { border-color: rgb(65,56,90); }
td.TdClassName
{
border-color: #41385A;
}
.TagClassName
{
border-color: #41385A;
}
</style>