Shades of Jagger #42285B
Tints of Jagger #42285B
RGB
CMYK
RGB Variations
Color information
#42285B (or 0x42285B) is known color: Jagger. HEX triplet: 42, 28 and 5B. RGB value is (66,40,91). Sum of RGB (Red+Green+Blue) = 66+40+91=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #42285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42285B is #BDD7A4. Grayscale: #353535. Windows color (decimal): -12441509 or 5974082. OLE color: 5974082.
HSL color Cylindrical-coordinate representation of color #42285B: hue angle of 270.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42285B is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 40 | 91 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.64 |
| HSL | 270.59º | 0.39% | 0.26% | - |
| HSV(B) | 270.59º | 0.56% | 0.36% | - |
| XYZ | 4.89 | 3.43 | 10.3 | - |
| YUV | 53.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 91 | 0.27 | 0.56 | 0 | 0.64 | 270.59 | 0.39 | 0.26 |
| Hex | 42 | 28 | 5B | 1B | 38 | 0 | 40 | 10F | 27 | 1A |
| Octal | 102 | 50 | 133 | 33 | 70 | 0 | 100 | 417 | 47 | 32 |
| Binary | 1000010 | 101000 | 1011011 | 11011 | 111000 | 0 | 1000000 | 100001111 | 100111 | 11010 |
Color Harmonies of #42285B
Complementary color
Monochromatic Colors of #42285B
Black with #42285B
Text Example
Text Example
White with #42285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42285B; }
p { color: rgb(66,40,91); }
H1.HeaderClassName
{
color: #42285B;
}
.AnyTagClassName
{
color: #42285B;
}
</style>
background-color css
<style>
a { background-color: #42285B; }
a { background-color: rgb(66,40,91); }
div.DivClassName
{
background-color: #42285B;
}
.BgClassName
{
background-color: #42285B;
}
</style>
border-color css
<style>
span { border-color: #42285B; }
span { border-color: rgb(66,40,91); }
td.TdClassName
{
border-color: #42285B;
}
.TagClassName
{
border-color: #42285B;
}
</style>