Shades of Jagger #432B5B
Tints of Jagger #432B5B
RGB
CMYK
RGB Variations
Color information
#432B5B (or 0x432B5B) is known color: Jagger. HEX triplet: 43, 2B and 5B. RGB value is (67,43,91). Sum of RGB (Red+Green+Blue) = 67+43+91=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #432B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B5B is #BCD4A4. Grayscale: #373737. Windows color (decimal): -12375205 or 5974851. OLE color: 5974851.
HSL color Cylindrical-coordinate representation of color #432B5B: hue angle of 270º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #432B5B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 43 | 91 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.64 |
| HSL | 270º | 0.36% | 0.26% | - |
| HSV(B) | 270º | 0.53% | 0.36% | - |
| XYZ | 5.07 | 3.68 | 10.34 | - |
| YUV | 55.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 91 | 0.26 | 0.53 | 0 | 0.64 | 270 | 0.36 | 0.26 |
| Hex | 43 | 2B | 5B | 1A | 35 | 0 | 40 | 10E | 24 | 1A |
| Octal | 103 | 53 | 133 | 32 | 65 | 0 | 100 | 416 | 44 | 32 |
| Binary | 1000011 | 101011 | 1011011 | 11010 | 110101 | 0 | 1000000 | 100001110 | 100100 | 11010 |
Color Harmonies of #432B5B
Complementary color
Monochromatic Colors of #432B5B
Black with #432B5B
Text Example
Text Example
White with #432B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B5B; }
p { color: rgb(67,43,91); }
H1.HeaderClassName
{
color: #432B5B;
}
.AnyTagClassName
{
color: #432B5B;
}
</style>
background-color css
<style>
a { background-color: #432B5B; }
a { background-color: rgb(67,43,91); }
div.DivClassName
{
background-color: #432B5B;
}
.BgClassName
{
background-color: #432B5B;
}
</style>
border-color css
<style>
span { border-color: #432B5B; }
span { border-color: rgb(67,43,91); }
td.TdClassName
{
border-color: #432B5B;
}
.TagClassName
{
border-color: #432B5B;
}
</style>