Shades of Jagger #432F4A
Tints of Jagger #432F4A
RGB
CMYK
RGB Variations
Color information
#432F4A (or 0x432F4A) is known color: Jagger. HEX triplet: 43, 2F and 4A. RGB value is (67,47,74). Sum of RGB (Red+Green+Blue) = 67+47+74=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #432F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F4A is #BCD0B5. Grayscale: #373737. Windows color (decimal): -12374198 or 4861763. OLE color: 4861763.
HSL color Cylindrical-coordinate representation of color #432F4A: hue angle of 284.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432F4A is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 47 | 74 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.71 |
| HSL | 284.44º | 0.22% | 0.24% | - |
| HSV(B) | 284.44º | 0.36% | 0.29% | - |
| XYZ | 4.57 | 3.72 | 6.96 | - |
| YUV | 56.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 74 | 0.09 | 0.36 | 0 | 0.71 | 284.44 | 0.22 | 0.24 |
| Hex | 43 | 2F | 4A | 9 | 24 | 0 | 47 | 11C | 16 | 18 |
| Octal | 103 | 57 | 112 | 11 | 44 | 0 | 107 | 434 | 26 | 30 |
| Binary | 1000011 | 101111 | 1001010 | 1001 | 100100 | 0 | 1000111 | 100011100 | 10110 | 11000 |
Color Harmonies of #432F4A
Complementary color
Monochromatic Colors of #432F4A
Black with #432F4A
Text Example
Text Example
White with #432F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F4A; }
p { color: rgb(67,47,74); }
H1.HeaderClassName
{
color: #432F4A;
}
.AnyTagClassName
{
color: #432F4A;
}
</style>
background-color css
<style>
a { background-color: #432F4A; }
a { background-color: rgb(67,47,74); }
div.DivClassName
{
background-color: #432F4A;
}
.BgClassName
{
background-color: #432F4A;
}
</style>
border-color css
<style>
span { border-color: #432F4A; }
span { border-color: rgb(67,47,74); }
td.TdClassName
{
border-color: #432F4A;
}
.TagClassName
{
border-color: #432F4A;
}
</style>