Shades of Christalle #42156A
Tints of Christalle #42156A
RGB
CMYK
RGB Variations
Color information
#42156A (or 0x42156A) is known color: Christalle. HEX triplet: 42, 15 and 6A. RGB value is (66,21,106). Sum of RGB (Red+Green+Blue) = 66+21+106=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #42156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42156A is #BDEA95. Grayscale: #2B2B2B. Windows color (decimal): -12446358 or 6952258. OLE color: 6952258.
HSL color Cylindrical-coordinate representation of color #42156A: hue angle of 271.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42156A is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 21 | 106 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.58 |
| HSL | 271.76º | 0.67% | 0.25% | - |
| HSV(B) | 271.76º | 0.8% | 0.42% | - |
| XYZ | 5.12 | 2.74 | 13.89 | - |
| YUV | 44.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 106 | 0.38 | 0.80 | 0 | 0.58 | 271.76 | 0.67 | 0.25 |
| Hex | 42 | 15 | 6A | 26 | 50 | 0 | 3A | 110 | 43 | 19 |
| Octal | 102 | 25 | 152 | 46 | 120 | 0 | 72 | 420 | 103 | 31 |
| Binary | 1000010 | 10101 | 1101010 | 100110 | 1010000 | 0 | 111010 | 100010000 | 1000011 | 11001 |
Color Harmonies of #42156A
Complementary color
Monochromatic Colors of #42156A
Black with #42156A
Text Example
Text Example
White with #42156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42156A; }
p { color: rgb(66,21,106); }
H1.HeaderClassName
{
color: #42156A;
}
.AnyTagClassName
{
color: #42156A;
}
</style>
background-color css
<style>
a { background-color: #42156A; }
a { background-color: rgb(66,21,106); }
div.DivClassName
{
background-color: #42156A;
}
.BgClassName
{
background-color: #42156A;
}
</style>
border-color css
<style>
span { border-color: #42156A; }
span { border-color: rgb(66,21,106); }
td.TdClassName
{
border-color: #42156A;
}
.TagClassName
{
border-color: #42156A;
}
</style>