Shades of Christalle #42156F
Tints of Christalle #42156F
RGB
CMYK
RGB Variations
Color information
#42156F (or 0x42156F) is known color: Christalle. HEX triplet: 42, 15 and 6F. RGB value is (66,21,111). Sum of RGB (Red+Green+Blue) = 66+21+111=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #42156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42156F is #BDEA90. Grayscale: #2C2C2C. Windows color (decimal): -12446353 or 7279938. OLE color: 7279938.
HSL color Cylindrical-coordinate representation of color #42156F: hue angle of 270º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42156F is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 21 | 111 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.56 |
| HSL | 270º | 0.68% | 0.26% | - |
| HSV(B) | 270º | 0.81% | 0.44% | - |
| XYZ | 5.38 | 2.84 | 15.3 | - |
| YUV | 44.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 111 | 0.41 | 0.81 | 0 | 0.56 | 270 | 0.68 | 0.26 |
| Hex | 42 | 15 | 6F | 29 | 51 | 0 | 38 | 10E | 44 | 1A |
| Octal | 102 | 25 | 157 | 51 | 121 | 0 | 70 | 416 | 104 | 32 |
| Binary | 1000010 | 10101 | 1101111 | 101001 | 1010001 | 0 | 111000 | 100001110 | 1000100 | 11010 |
Color Harmonies of #42156F
Complementary color
Monochromatic Colors of #42156F
Black with #42156F
Text Example
Text Example
White with #42156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42156F; }
p { color: rgb(66,21,111); }
H1.HeaderClassName
{
color: #42156F;
}
.AnyTagClassName
{
color: #42156F;
}
</style>
background-color css
<style>
a { background-color: #42156F; }
a { background-color: rgb(66,21,111); }
div.DivClassName
{
background-color: #42156F;
}
.BgClassName
{
background-color: #42156F;
}
</style>
border-color css
<style>
span { border-color: #42156F; }
span { border-color: rgb(66,21,111); }
td.TdClassName
{
border-color: #42156F;
}
.TagClassName
{
border-color: #42156F;
}
</style>