Shades of Christalle #2F0558
Tints of Christalle #2F0558
RGB
CMYK
RGB Variations
Color information
#2F0558 (or 0x2F0558) is known color: Christalle. HEX triplet: 2F, 05 and 58. RGB value is (47,5,88). Sum of RGB (Red+Green+Blue) = 47+5+88=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0558 is #D0FAA7. Grayscale: #1A1A1A. Windows color (decimal): -13695656 or 5768495. OLE color: 5768495.
HSL color Cylindrical-coordinate representation of color #2F0558: hue angle of 270.36º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0558 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 5 | 88 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.65 |
| HSL | 270.36º | 0.89% | 0.18% | - |
| HSV(B) | 270.36º | 0.94% | 0.35% | - |
| XYZ | 2.99 | 1.42 | 9.35 | - |
| YUV | 27.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 88 | 0.47 | 0.94 | 0 | 0.65 | 270.36 | 0.89 | 0.18 |
| Hex | 2F | 5 | 58 | 2F | 5E | 0 | 41 | 10E | 59 | 12 |
| Octal | 57 | 5 | 130 | 57 | 136 | 0 | 101 | 416 | 131 | 22 |
| Binary | 101111 | 101 | 1011000 | 101111 | 1011110 | 0 | 1000001 | 100001110 | 1011001 | 10010 |
Color Harmonies of #2F0558
Complementary color
Monochromatic Colors of #2F0558
Black with #2F0558
Text Example
Text Example
White with #2F0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0558; }
p { color: rgb(47,5,88); }
H1.HeaderClassName
{
color: #2F0558;
}
.AnyTagClassName
{
color: #2F0558;
}
</style>
background-color css
<style>
a { background-color: #2F0558; }
a { background-color: rgb(47,5,88); }
div.DivClassName
{
background-color: #2F0558;
}
.BgClassName
{
background-color: #2F0558;
}
</style>
border-color css
<style>
span { border-color: #2F0558; }
span { border-color: rgb(47,5,88); }
td.TdClassName
{
border-color: #2F0558;
}
.TagClassName
{
border-color: #2F0558;
}
</style>