Shades of Jagger #412B4B
Tints of Jagger #412B4B
RGB
CMYK
RGB Variations
Color information
#412B4B (or 0x412B4B) is known color: Jagger. HEX triplet: 41, 2B and 4B. RGB value is (65,43,75). Sum of RGB (Red+Green+Blue) = 65+43+75=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #412B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B4B is #BED4B4. Grayscale: #353535. Windows color (decimal): -12506293 or 4926273. OLE color: 4926273.
HSL color Cylindrical-coordinate representation of color #412B4B: hue angle of 281.25º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412B4B is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 43 | 75 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.71 |
| HSL | 281.25º | 0.27% | 0.23% | - |
| HSV(B) | 281.25º | 0.43% | 0.29% | - |
| XYZ | 4.31 | 3.36 | 7.08 | - |
| YUV | 53.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 75 | 0.13 | 0.43 | 0 | 0.71 | 281.25 | 0.27 | 0.23 |
| Hex | 41 | 2B | 4B | D | 2B | 0 | 47 | 119 | 1B | 17 |
| Octal | 101 | 53 | 113 | 15 | 53 | 0 | 107 | 431 | 33 | 27 |
| Binary | 1000001 | 101011 | 1001011 | 1101 | 101011 | 0 | 1000111 | 100011001 | 11011 | 10111 |
Color Harmonies of #412B4B
Complementary color
Monochromatic Colors of #412B4B
Black with #412B4B
Text Example
Text Example
White with #412B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B4B; }
p { color: rgb(65,43,75); }
H1.HeaderClassName
{
color: #412B4B;
}
.AnyTagClassName
{
color: #412B4B;
}
</style>
background-color css
<style>
a { background-color: #412B4B; }
a { background-color: rgb(65,43,75); }
div.DivClassName
{
background-color: #412B4B;
}
.BgClassName
{
background-color: #412B4B;
}
</style>
border-color css
<style>
span { border-color: #412B4B; }
span { border-color: rgb(65,43,75); }
td.TdClassName
{
border-color: #412B4B;
}
.TagClassName
{
border-color: #412B4B;
}
</style>