Shades of Christalle #2F0059
Tints of Christalle #2F0059
RGB
CMYK
RGB Variations
Color information
#2F0059 (or 0x2F0059) is known color: Christalle. HEX triplet: 2F, 00 and 59. RGB value is (47,0,89). Sum of RGB (Red+Green+Blue) = 47+0+89=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0059 is #D0FFA6. Grayscale: #171717. Windows color (decimal): -13696935 or 5832751. OLE color: 5832751.
HSL color Cylindrical-coordinate representation of color #2F0059: hue angle of 271.69º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0059 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 0 | 89 | - |
| CMYK | 0.47 | 1 | 0 | 0.65 |
| HSL | 271.69º | 1% | 0.17% | - |
| HSV(B) | 271.69º | 1% | 0.35% | - |
| XYZ | 2.98 | 1.33 | 9.55 | - |
| YUV | 24.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 89 | 0.47 | 1 | 0 | 0.65 | 271.69 | 1 | 0.17 |
| Hex | 2F | 0 | 59 | 2F | 64 | 0 | 41 | 110 | 64 | 11 |
| Octal | 57 | 0 | 131 | 57 | 144 | 0 | 101 | 420 | 144 | 21 |
| Binary | 101111 | 0 | 1011001 | 101111 | 1100100 | 0 | 1000001 | 100010000 | 1100100 | 10001 |
Color Harmonies of #2F0059
Complementary color
Monochromatic Colors of #2F0059
Black with #2F0059
Text Example
Text Example
White with #2F0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0059; }
p { color: rgb(47,0,89); }
H1.HeaderClassName
{
color: #2F0059;
}
.AnyTagClassName
{
color: #2F0059;
}
</style>
background-color css
<style>
a { background-color: #2F0059; }
a { background-color: rgb(47,0,89); }
div.DivClassName
{
background-color: #2F0059;
}
.BgClassName
{
background-color: #2F0059;
}
</style>
border-color css
<style>
span { border-color: #2F0059; }
span { border-color: rgb(47,0,89); }
td.TdClassName
{
border-color: #2F0059;
}
.TagClassName
{
border-color: #2F0059;
}
</style>