Shades of Jacarta #41335D
Tints of Jacarta #41335D
RGB
CMYK
RGB Variations
Color information
#41335D (or 0x41335D) is known color: Jacarta. HEX triplet: 41, 33 and 5D. RGB value is (65,51,93). Sum of RGB (Red+Green+Blue) = 65+51+93=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #41335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335D is #BECCA2. Grayscale: #3B3B3B. Windows color (decimal): -12504227 or 6107969. OLE color: 6107969.
HSL color Cylindrical-coordinate representation of color #41335D: hue angle of 260º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41335D is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 51 | 93 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.64 |
| HSL | 260º | 0.29% | 0.28% | - |
| HSV(B) | 260º | 0.45% | 0.36% | - |
| XYZ | 5.34 | 4.28 | 10.9 | - |
| YUV | 59.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 93 | 0.30 | 0.45 | 0 | 0.64 | 260 | 0.29 | 0.28 |
| Hex | 41 | 33 | 5D | 1E | 2D | 0 | 40 | 104 | 1D | 1C |
| Octal | 101 | 63 | 135 | 36 | 55 | 0 | 100 | 404 | 35 | 34 |
| Binary | 1000001 | 110011 | 1011101 | 11110 | 101101 | 0 | 1000000 | 100000100 | 11101 | 11100 |
Color Harmonies of #41335D
Complementary color
Monochromatic Colors of #41335D
Black with #41335D
Text Example
Text Example
White with #41335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41335D; }
p { color: rgb(65,51,93); }
H1.HeaderClassName
{
color: #41335D;
}
.AnyTagClassName
{
color: #41335D;
}
</style>
background-color css
<style>
a { background-color: #41335D; }
a { background-color: rgb(65,51,93); }
div.DivClassName
{
background-color: #41335D;
}
.BgClassName
{
background-color: #41335D;
}
</style>
border-color css
<style>
span { border-color: #41335D; }
span { border-color: rgb(65,51,93); }
td.TdClassName
{
border-color: #41335D;
}
.TagClassName
{
border-color: #41335D;
}
</style>