Shades of Christalle #42255C
Tints of Christalle #42255C
RGB
CMYK
RGB Variations
Color information
#42255C (or 0x42255C) is known color: Christalle. HEX triplet: 42, 25 and 5C. RGB value is (66,37,92). Sum of RGB (Red+Green+Blue) = 66+37+92=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #42255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42255C is #BDDAA3. Grayscale: #333333. Windows color (decimal): -12442276 or 6038850. OLE color: 6038850.
HSL color Cylindrical-coordinate representation of color #42255C: hue angle of 271.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42255C is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 37 | 92 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.64 |
| HSL | 271.64º | 0.43% | 0.25% | - |
| HSV(B) | 271.64º | 0.6% | 0.36% | - |
| XYZ | 4.84 | 3.25 | 10.5 | - |
| YUV | 51.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 92 | 0.28 | 0.60 | 0 | 0.64 | 271.64 | 0.43 | 0.25 |
| Hex | 42 | 25 | 5C | 1C | 3C | 0 | 40 | 110 | 2B | 19 |
| Octal | 102 | 45 | 134 | 34 | 74 | 0 | 100 | 420 | 53 | 31 |
| Binary | 1000010 | 100101 | 1011100 | 11100 | 111100 | 0 | 1000000 | 100010000 | 101011 | 11001 |
Color Harmonies of #42255C
Complementary color
Monochromatic Colors of #42255C
Black with #42255C
Text Example
Text Example
White with #42255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42255C; }
p { color: rgb(66,37,92); }
H1.HeaderClassName
{
color: #42255C;
}
.AnyTagClassName
{
color: #42255C;
}
</style>
background-color css
<style>
a { background-color: #42255C; }
a { background-color: rgb(66,37,92); }
div.DivClassName
{
background-color: #42255C;
}
.BgClassName
{
background-color: #42255C;
}
</style>
border-color css
<style>
span { border-color: #42255C; }
span { border-color: rgb(66,37,92); }
td.TdClassName
{
border-color: #42255C;
}
.TagClassName
{
border-color: #42255C;
}
</style>