Shades of Jacarta #44315D
Tints of Jacarta #44315D
RGB
CMYK
RGB Variations
Color information
#44315D (or 0x44315D) is known color: Jacarta. HEX triplet: 44, 31 and 5D. RGB value is (68,49,93). Sum of RGB (Red+Green+Blue) = 68+49+93=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #44315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44315D is #BBCEA2. Grayscale: #3B3B3B. Windows color (decimal): -12308131 or 6107460. OLE color: 6107460.
HSL color Cylindrical-coordinate representation of color #44315D: hue angle of 265.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44315D is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 49 | 93 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.64 |
| HSL | 265.91º | 0.31% | 0.28% | - |
| HSV(B) | 265.91º | 0.47% | 0.36% | - |
| XYZ | 5.46 | 4.22 | 10.88 | - |
| YUV | 59.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 93 | 0.27 | 0.47 | 0 | 0.64 | 265.91 | 0.31 | 0.28 |
| Hex | 44 | 31 | 5D | 1B | 2F | 0 | 40 | 10A | 1F | 1C |
| Octal | 104 | 61 | 135 | 33 | 57 | 0 | 100 | 412 | 37 | 34 |
| Binary | 1000100 | 110001 | 1011101 | 11011 | 101111 | 0 | 1000000 | 100001010 | 11111 | 11100 |
Color Harmonies of #44315D
Complementary color
Monochromatic Colors of #44315D
Black with #44315D
Text Example
Text Example
White with #44315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44315D; }
p { color: rgb(68,49,93); }
H1.HeaderClassName
{
color: #44315D;
}
.AnyTagClassName
{
color: #44315D;
}
</style>
background-color css
<style>
a { background-color: #44315D; }
a { background-color: rgb(68,49,93); }
div.DivClassName
{
background-color: #44315D;
}
.BgClassName
{
background-color: #44315D;
}
</style>
border-color css
<style>
span { border-color: #44315D; }
span { border-color: rgb(68,49,93); }
td.TdClassName
{
border-color: #44315D;
}
.TagClassName
{
border-color: #44315D;
}
</style>