Shades of Jacarta #44305C
Tints of Jacarta #44305C
RGB
CMYK
RGB Variations
Color information
#44305C (or 0x44305C) is known color: Jacarta. HEX triplet: 44, 30 and 5C. RGB value is (68,48,92). Sum of RGB (Red+Green+Blue) = 68+48+92=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #44305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44305C is #BBCFA3. Grayscale: #3A3A3A. Windows color (decimal): -12308388 or 6041668. OLE color: 6041668.
HSL color Cylindrical-coordinate representation of color #44305C: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44305C is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 48 | 92 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.64 |
| HSL | 267.27º | 0.31% | 0.27% | - |
| HSV(B) | 267.27º | 0.48% | 0.36% | - |
| XYZ | 5.37 | 4.12 | 10.64 | - |
| YUV | 59 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 92 | 0.26 | 0.48 | 0 | 0.64 | 267.27 | 0.31 | 0.27 |
| Hex | 44 | 30 | 5C | 1A | 30 | 0 | 40 | 10B | 1F | 1B |
| Octal | 104 | 60 | 134 | 32 | 60 | 0 | 100 | 413 | 37 | 33 |
| Binary | 1000100 | 110000 | 1011100 | 11010 | 110000 | 0 | 1000000 | 100001011 | 11111 | 11011 |
Color Harmonies of #44305C
Complementary color
Monochromatic Colors of #44305C
Black with #44305C
Text Example
Text Example
White with #44305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44305C; }
p { color: rgb(68,48,92); }
H1.HeaderClassName
{
color: #44305C;
}
.AnyTagClassName
{
color: #44305C;
}
</style>
background-color css
<style>
a { background-color: #44305C; }
a { background-color: rgb(68,48,92); }
div.DivClassName
{
background-color: #44305C;
}
.BgClassName
{
background-color: #44305C;
}
</style>
border-color css
<style>
span { border-color: #44305C; }
span { border-color: rgb(68,48,92); }
td.TdClassName
{
border-color: #44305C;
}
.TagClassName
{
border-color: #44305C;
}
</style>