Shades of Jagger #423355
Tints of Jagger #423355
RGB
CMYK
RGB Variations
Color information
#423355 (or 0x423355) is known color: Jagger. HEX triplet: 42, 33 and 55. RGB value is (66,51,85). Sum of RGB (Red+Green+Blue) = 66+51+85=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #423355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423355 is #BDCCAA. Grayscale: #3B3B3B. Windows color (decimal): -12438699 or 5583682. OLE color: 5583682.
HSL color Cylindrical-coordinate representation of color #423355: hue angle of 266.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #423355 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 51 | 85 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.67 |
| HSL | 266.47º | 0.25% | 0.27% | - |
| HSV(B) | 266.47º | 0.4% | 0.33% | - |
| XYZ | 5.07 | 4.18 | 9.13 | - |
| YUV | 59.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 85 | 0.22 | 0.40 | 0 | 0.67 | 266.47 | 0.25 | 0.27 |
| Hex | 42 | 33 | 55 | 16 | 28 | 0 | 43 | 10A | 19 | 1B |
| Octal | 102 | 63 | 125 | 26 | 50 | 0 | 103 | 412 | 31 | 33 |
| Binary | 1000010 | 110011 | 1010101 | 10110 | 101000 | 0 | 1000011 | 100001010 | 11001 | 11011 |
Color Harmonies of #423355
Complementary color
Monochromatic Colors of #423355
Black with #423355
Text Example
Text Example
White with #423355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423355; }
p { color: rgb(66,51,85); }
H1.HeaderClassName
{
color: #423355;
}
.AnyTagClassName
{
color: #423355;
}
</style>
background-color css
<style>
a { background-color: #423355; }
a { background-color: rgb(66,51,85); }
div.DivClassName
{
background-color: #423355;
}
.BgClassName
{
background-color: #423355;
}
</style>
border-color css
<style>
span { border-color: #423355; }
span { border-color: rgb(66,51,85); }
td.TdClassName
{
border-color: #423355;
}
.TagClassName
{
border-color: #423355;
}
</style>