Shades of Jacarta #41395A
Tints of Jacarta #41395A
RGB
CMYK
RGB Variations
Color information
#41395A (or 0x41395A) is known color: Jacarta. HEX triplet: 41, 39 and 5A. RGB value is (65,57,90). Sum of RGB (Red+Green+Blue) = 65+57+90=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #41395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41395A is #BEC6A5. Grayscale: #3F3F3F. Windows color (decimal): -12502694 or 5912897. OLE color: 5912897.
HSL color Cylindrical-coordinate representation of color #41395A: hue angle of 254.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41395A is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 57 | 90 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.65 |
| HSL | 254.55º | 0.22% | 0.29% | - |
| HSV(B) | 254.55º | 0.37% | 0.35% | - |
| XYZ | 5.49 | 4.79 | 10.31 | - |
| YUV | 63.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 90 | 0.28 | 0.37 | 0 | 0.65 | 254.55 | 0.22 | 0.29 |
| Hex | 41 | 39 | 5A | 1C | 25 | 0 | 41 | FF | 16 | 1D |
| Octal | 101 | 71 | 132 | 34 | 45 | 0 | 101 | 377 | 26 | 35 |
| Binary | 1000001 | 111001 | 1011010 | 11100 | 100101 | 0 | 1000001 | 11111111 | 10110 | 11101 |
Color Harmonies of #41395A
Complementary color
Monochromatic Colors of #41395A
Black with #41395A
Text Example
Text Example
White with #41395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41395A; }
p { color: rgb(65,57,90); }
H1.HeaderClassName
{
color: #41395A;
}
.AnyTagClassName
{
color: #41395A;
}
</style>
background-color css
<style>
a { background-color: #41395A; }
a { background-color: rgb(65,57,90); }
div.DivClassName
{
background-color: #41395A;
}
.BgClassName
{
background-color: #41395A;
}
</style>
border-color css
<style>
span { border-color: #41395A; }
span { border-color: rgb(65,57,90); }
td.TdClassName
{
border-color: #41395A;
}
.TagClassName
{
border-color: #41395A;
}
</style>