Shades of Christalle #42265E
Tints of Christalle #42265E
RGB
CMYK
RGB Variations
Color information
#42265E (or 0x42265E) is known color: Christalle. HEX triplet: 42, 26 and 5E. RGB value is (66,38,94). Sum of RGB (Red+Green+Blue) = 66+38+94=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #42265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42265E is #BDD9A1. Grayscale: #343434. Windows color (decimal): -12442018 or 6170178. OLE color: 6170178.
HSL color Cylindrical-coordinate representation of color #42265E: hue angle of 270º degrees, saturation: 0.42, 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 #42265E is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 38 | 94 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.63 |
| HSL | 270º | 0.42% | 0.26% | - |
| HSV(B) | 270º | 0.6% | 0.37% | - |
| XYZ | 4.96 | 3.35 | 10.98 | - |
| YUV | 52.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 94 | 0.30 | 0.60 | 0 | 0.63 | 270 | 0.42 | 0.26 |
| Hex | 42 | 26 | 5E | 1E | 3C | 0 | 3F | 10E | 2A | 1A |
| Octal | 102 | 46 | 136 | 36 | 74 | 0 | 77 | 416 | 52 | 32 |
| Binary | 1000010 | 100110 | 1011110 | 11110 | 111100 | 0 | 111111 | 100001110 | 101010 | 11010 |
Color Harmonies of #42265E
Complementary color
Monochromatic Colors of #42265E
Black with #42265E
Text Example
Text Example
White with #42265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42265E; }
p { color: rgb(66,38,94); }
H1.HeaderClassName
{
color: #42265E;
}
.AnyTagClassName
{
color: #42265E;
}
</style>
background-color css
<style>
a { background-color: #42265E; }
a { background-color: rgb(66,38,94); }
div.DivClassName
{
background-color: #42265E;
}
.BgClassName
{
background-color: #42265E;
}
</style>
border-color css
<style>
span { border-color: #42265E; }
span { border-color: rgb(66,38,94); }
td.TdClassName
{
border-color: #42265E;
}
.TagClassName
{
border-color: #42265E;
}
</style>