Shades of Jagger #443258
Tints of Jagger #443258
RGB
CMYK
RGB Variations
Color information
#443258 (or 0x443258) is known color: Jagger. HEX triplet: 44, 32 and 58. RGB value is (68,50,88). Sum of RGB (Red+Green+Blue) = 68+50+88=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #443258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443258 is #BBCDA7. Grayscale: #3B3B3B. Windows color (decimal): -12307880 or 5780036. OLE color: 5780036.
HSL color Cylindrical-coordinate representation of color #443258: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #443258 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 50 | 88 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.65 |
| HSL | 268.42º | 0.28% | 0.27% | - |
| HSV(B) | 268.42º | 0.43% | 0.35% | - |
| XYZ | 5.29 | 4.21 | 9.77 | - |
| YUV | 59.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 88 | 0.23 | 0.43 | 0 | 0.65 | 268.42 | 0.28 | 0.27 |
| Hex | 44 | 32 | 58 | 17 | 2B | 0 | 41 | 10C | 1C | 1B |
| Octal | 104 | 62 | 130 | 27 | 53 | 0 | 101 | 414 | 34 | 33 |
| Binary | 1000100 | 110010 | 1011000 | 10111 | 101011 | 0 | 1000001 | 100001100 | 11100 | 11011 |
Color Harmonies of #443258
Complementary color
Monochromatic Colors of #443258
Black with #443258
Text Example
Text Example
White with #443258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443258; }
p { color: rgb(68,50,88); }
H1.HeaderClassName
{
color: #443258;
}
.AnyTagClassName
{
color: #443258;
}
</style>
background-color css
<style>
a { background-color: #443258; }
a { background-color: rgb(68,50,88); }
div.DivClassName
{
background-color: #443258;
}
.BgClassName
{
background-color: #443258;
}
</style>
border-color css
<style>
span { border-color: #443258; }
span { border-color: rgb(68,50,88); }
td.TdClassName
{
border-color: #443258;
}
.TagClassName
{
border-color: #443258;
}
</style>