Shades of Jagger #423255
Tints of Jagger #423255
RGB
CMYK
RGB Variations
Color information
#423255 (or 0x423255) is known color: Jagger. HEX triplet: 42, 32 and 55. RGB value is (66,50,85). Sum of RGB (Red+Green+Blue) = 66+50+85=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #423255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423255 is #BDCDAA. Grayscale: #3A3A3A. Windows color (decimal): -12438955 or 5583426. OLE color: 5583426.
HSL color Cylindrical-coordinate representation of color #423255: hue angle of 267.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423255 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 50 | 85 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.67 |
| HSL | 267.43º | 0.26% | 0.26% | - |
| HSV(B) | 267.43º | 0.41% | 0.33% | - |
| XYZ | 5.03 | 4.1 | 9.12 | - |
| YUV | 58.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 85 | 0.22 | 0.41 | 0 | 0.67 | 267.43 | 0.26 | 0.26 |
| Hex | 42 | 32 | 55 | 16 | 29 | 0 | 43 | 10B | 1A | 1A |
| Octal | 102 | 62 | 125 | 26 | 51 | 0 | 103 | 413 | 32 | 32 |
| Binary | 1000010 | 110010 | 1010101 | 10110 | 101001 | 0 | 1000011 | 100001011 | 11010 | 11010 |
Color Harmonies of #423255
Complementary color
Monochromatic Colors of #423255
Black with #423255
Text Example
Text Example
White with #423255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423255; }
p { color: rgb(66,50,85); }
H1.HeaderClassName
{
color: #423255;
}
.AnyTagClassName
{
color: #423255;
}
</style>
background-color css
<style>
a { background-color: #423255; }
a { background-color: rgb(66,50,85); }
div.DivClassName
{
background-color: #423255;
}
.BgClassName
{
background-color: #423255;
}
</style>
border-color css
<style>
span { border-color: #423255; }
span { border-color: rgb(66,50,85); }
td.TdClassName
{
border-color: #423255;
}
.TagClassName
{
border-color: #423255;
}
</style>