Shades of Christalle #42285E
Tints of Christalle #42285E
RGB
CMYK
RGB Variations
Color information
#42285E (or 0x42285E) is known color: Christalle. HEX triplet: 42, 28 and 5E. RGB value is (66,40,94). Sum of RGB (Red+Green+Blue) = 66+40+94=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #42285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42285E is #BDD7A1. Grayscale: #353535. Windows color (decimal): -12441506 or 6170690. OLE color: 6170690.
HSL color Cylindrical-coordinate representation of color #42285E: hue angle of 268.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42285E is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 40 | 94 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.63 |
| HSL | 268.89º | 0.4% | 0.26% | - |
| HSV(B) | 268.89º | 0.57% | 0.37% | - |
| XYZ | 5.03 | 3.48 | 11 | - |
| YUV | 53.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 94 | 0.30 | 0.57 | 0 | 0.63 | 268.89 | 0.4 | 0.26 |
| Hex | 42 | 28 | 5E | 1E | 39 | 0 | 3F | 10D | 28 | 1A |
| Octal | 102 | 50 | 136 | 36 | 71 | 0 | 77 | 415 | 50 | 32 |
| Binary | 1000010 | 101000 | 1011110 | 11110 | 111001 | 0 | 111111 | 100001101 | 101000 | 11010 |
Color Harmonies of #42285E
Complementary color
Monochromatic Colors of #42285E
Black with #42285E
Text Example
Text Example
White with #42285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42285E; }
p { color: rgb(66,40,94); }
H1.HeaderClassName
{
color: #42285E;
}
.AnyTagClassName
{
color: #42285E;
}
</style>
background-color css
<style>
a { background-color: #42285E; }
a { background-color: rgb(66,40,94); }
div.DivClassName
{
background-color: #42285E;
}
.BgClassName
{
background-color: #42285E;
}
</style>
border-color css
<style>
span { border-color: #42285E; }
span { border-color: rgb(66,40,94); }
td.TdClassName
{
border-color: #42285E;
}
.TagClassName
{
border-color: #42285E;
}
</style>