Shades of Christalle #2F0158
Tints of Christalle #2F0158
RGB
CMYK
RGB Variations
Color information
#2F0158 (or 0x2F0158) is known color: Christalle. HEX triplet: 2F, 01 and 58. RGB value is (47,1,88). Sum of RGB (Red+Green+Blue) = 47+1+88=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0158 is #D0FEA7. Grayscale: #181818. Windows color (decimal): -13696680 or 5767471. OLE color: 5767471.
HSL color Cylindrical-coordinate representation of color #2F0158: hue angle of 271.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0158 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 1 | 88 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.65 |
| HSL | 271.72º | 0.98% | 0.17% | - |
| HSV(B) | 271.72º | 0.99% | 0.35% | - |
| XYZ | 2.94 | 1.33 | 9.33 | - |
| YUV | 24.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 88 | 0.47 | 0.99 | 0 | 0.65 | 271.72 | 0.98 | 0.17 |
| Hex | 2F | 1 | 58 | 2F | 63 | 0 | 41 | 110 | 62 | 11 |
| Octal | 57 | 1 | 130 | 57 | 143 | 0 | 101 | 420 | 142 | 21 |
| Binary | 101111 | 1 | 1011000 | 101111 | 1100011 | 0 | 1000001 | 100010000 | 1100010 | 10001 |
Color Harmonies of #2F0158
Complementary color
Monochromatic Colors of #2F0158
Black with #2F0158
Text Example
Text Example
White with #2F0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0158; }
p { color: rgb(47,1,88); }
H1.HeaderClassName
{
color: #2F0158;
}
.AnyTagClassName
{
color: #2F0158;
}
</style>
background-color css
<style>
a { background-color: #2F0158; }
a { background-color: rgb(47,1,88); }
div.DivClassName
{
background-color: #2F0158;
}
.BgClassName
{
background-color: #2F0158;
}
</style>
border-color css
<style>
span { border-color: #2F0158; }
span { border-color: rgb(47,1,88); }
td.TdClassName
{
border-color: #2F0158;
}
.TagClassName
{
border-color: #2F0158;
}
</style>