Shades of Christalle #2F1558
Tints of Christalle #2F1558
RGB
CMYK
RGB Variations
Color information
#2F1558 (or 0x2F1558) is known color: Christalle. HEX triplet: 2F, 15 and 58. RGB value is (47,21,88). Sum of RGB (Red+Green+Blue) = 47+21+88=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1558 is #D0EAA7. Grayscale: #242424. Windows color (decimal): -13691560 or 5772591. OLE color: 5772591.
HSL color Cylindrical-coordinate representation of color #2F1558: hue angle of 263.28º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1558 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 21 | 88 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.65 |
| HSL | 263.28º | 0.61% | 0.21% | - |
| HSV(B) | 263.28º | 0.76% | 0.35% | - |
| XYZ | 3.2 | 1.85 | 9.42 | - |
| YUV | 36.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 88 | 0.47 | 0.76 | 0 | 0.65 | 263.28 | 0.61 | 0.21 |
| Hex | 2F | 15 | 58 | 2F | 4C | 0 | 41 | 107 | 3D | 15 |
| Octal | 57 | 25 | 130 | 57 | 114 | 0 | 101 | 407 | 75 | 25 |
| Binary | 101111 | 10101 | 1011000 | 101111 | 1001100 | 0 | 1000001 | 100000111 | 111101 | 10101 |
Color Harmonies of #2F1558
Complementary color
Monochromatic Colors of #2F1558
Black with #2F1558
Text Example
Text Example
White with #2F1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1558; }
p { color: rgb(47,21,88); }
H1.HeaderClassName
{
color: #2F1558;
}
.AnyTagClassName
{
color: #2F1558;
}
</style>
background-color css
<style>
a { background-color: #2F1558; }
a { background-color: rgb(47,21,88); }
div.DivClassName
{
background-color: #2F1558;
}
.BgClassName
{
background-color: #2F1558;
}
</style>
border-color css
<style>
span { border-color: #2F1558; }
span { border-color: rgb(47,21,88); }
td.TdClassName
{
border-color: #2F1558;
}
.TagClassName
{
border-color: #2F1558;
}
</style>