Shades of Christalle #42265F
Tints of Christalle #42265F
RGB
CMYK
RGB Variations
Color information
#42265F (or 0x42265F) is known color: Christalle. HEX triplet: 42, 26 and 5F. RGB value is (66,38,95). Sum of RGB (Red+Green+Blue) = 66+38+95=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #42265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42265F is #BDD9A0. Grayscale: #343434. Windows color (decimal): -12442017 or 6235714. OLE color: 6235714.
HSL color Cylindrical-coordinate representation of color #42265F: hue angle of 269.47º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42265F is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 38 | 95 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.63 |
| HSL | 269.47º | 0.43% | 0.26% | - |
| HSV(B) | 269.47º | 0.6% | 0.37% | - |
| XYZ | 5.01 | 3.37 | 11.21 | - |
| YUV | 52.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 95 | 0.31 | 0.60 | 0 | 0.63 | 269.47 | 0.43 | 0.26 |
| Hex | 42 | 26 | 5F | 1F | 3C | 0 | 3F | 10D | 2B | 1A |
| Octal | 102 | 46 | 137 | 37 | 74 | 0 | 77 | 415 | 53 | 32 |
| Binary | 1000010 | 100110 | 1011111 | 11111 | 111100 | 0 | 111111 | 100001101 | 101011 | 11010 |
Color Harmonies of #42265F
Complementary color
Monochromatic Colors of #42265F
Black with #42265F
Text Example
Text Example
White with #42265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42265F; }
p { color: rgb(66,38,95); }
H1.HeaderClassName
{
color: #42265F;
}
.AnyTagClassName
{
color: #42265F;
}
</style>
background-color css
<style>
a { background-color: #42265F; }
a { background-color: rgb(66,38,95); }
div.DivClassName
{
background-color: #42265F;
}
.BgClassName
{
background-color: #42265F;
}
</style>
border-color css
<style>
span { border-color: #42265F; }
span { border-color: rgb(66,38,95); }
td.TdClassName
{
border-color: #42265F;
}
.TagClassName
{
border-color: #42265F;
}
</style>