Shades of Jacarta #442F5F
Tints of Jacarta #442F5F
RGB
CMYK
RGB Variations
Color information
#442F5F (or 0x442F5F) is known color: Jacarta. HEX triplet: 44, 2F and 5F. RGB value is (68,47,95). Sum of RGB (Red+Green+Blue) = 68+47+95=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #442F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F5F is #BBD0A0. Grayscale: #3A3A3A. Windows color (decimal): -12308641 or 6238020. OLE color: 6238020.
HSL color Cylindrical-coordinate representation of color #442F5F: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442F5F is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 47 | 95 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.63 |
| HSL | 266.25º | 0.34% | 0.28% | - |
| HSV(B) | 266.25º | 0.51% | 0.37% | - |
| XYZ | 5.47 | 4.09 | 11.33 | - |
| YUV | 58.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 95 | 0.28 | 0.51 | 0 | 0.63 | 266.25 | 0.34 | 0.28 |
| Hex | 44 | 2F | 5F | 1C | 33 | 0 | 3F | 10A | 22 | 1C |
| Octal | 104 | 57 | 137 | 34 | 63 | 0 | 77 | 412 | 42 | 34 |
| Binary | 1000100 | 101111 | 1011111 | 11100 | 110011 | 0 | 111111 | 100001010 | 100010 | 11100 |
Color Harmonies of #442F5F
Complementary color
Monochromatic Colors of #442F5F
Black with #442F5F
Text Example
Text Example
White with #442F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F5F; }
p { color: rgb(68,47,95); }
H1.HeaderClassName
{
color: #442F5F;
}
.AnyTagClassName
{
color: #442F5F;
}
</style>
background-color css
<style>
a { background-color: #442F5F; }
a { background-color: rgb(68,47,95); }
div.DivClassName
{
background-color: #442F5F;
}
.BgClassName
{
background-color: #442F5F;
}
</style>
border-color css
<style>
span { border-color: #442F5F; }
span { border-color: rgb(68,47,95); }
td.TdClassName
{
border-color: #442F5F;
}
.TagClassName
{
border-color: #442F5F;
}
</style>