Shades of Christalle #2F1258
Tints of Christalle #2F1258
RGB
CMYK
RGB Variations
Color information
#2F1258 (or 0x2F1258) is known color: Christalle. HEX triplet: 2F, 12 and 58. RGB value is (47,18,88). Sum of RGB (Red+Green+Blue) = 47+18+88=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1258 is #D0EDA7. Grayscale: #222222. Windows color (decimal): -13692328 or 5771823. OLE color: 5771823.
HSL color Cylindrical-coordinate representation of color #2F1258: hue angle of 264.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1258 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 18 | 88 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.65 |
| HSL | 264.86º | 0.66% | 0.21% | - |
| HSV(B) | 264.86º | 0.8% | 0.35% | - |
| XYZ | 3.15 | 1.74 | 9.4 | - |
| YUV | 34.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 88 | 0.47 | 0.80 | 0 | 0.65 | 264.86 | 0.66 | 0.21 |
| Hex | 2F | 12 | 58 | 2F | 50 | 0 | 41 | 109 | 42 | 15 |
| Octal | 57 | 22 | 130 | 57 | 120 | 0 | 101 | 411 | 102 | 25 |
| Binary | 101111 | 10010 | 1011000 | 101111 | 1010000 | 0 | 1000001 | 100001001 | 1000010 | 10101 |
Color Harmonies of #2F1258
Complementary color
Monochromatic Colors of #2F1258
Black with #2F1258
Text Example
Text Example
White with #2F1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1258; }
p { color: rgb(47,18,88); }
H1.HeaderClassName
{
color: #2F1258;
}
.AnyTagClassName
{
color: #2F1258;
}
</style>
background-color css
<style>
a { background-color: #2F1258; }
a { background-color: rgb(47,18,88); }
div.DivClassName
{
background-color: #2F1258;
}
.BgClassName
{
background-color: #2F1258;
}
</style>
border-color css
<style>
span { border-color: #2F1258; }
span { border-color: rgb(47,18,88); }
td.TdClassName
{
border-color: #2F1258;
}
.TagClassName
{
border-color: #2F1258;
}
</style>