Shades of Christalle #2F1463
Tints of Christalle #2F1463
RGB
CMYK
RGB Variations
Color information
#2F1463 (or 0x2F1463) is known color: Christalle. HEX triplet: 2F, 14 and 63. RGB value is (47,20,99). Sum of RGB (Red+Green+Blue) = 47+20+99=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1463 is #D0EB9C. Grayscale: #242424. Windows color (decimal): -13691805 or 6493231. OLE color: 6493231.
HSL color Cylindrical-coordinate representation of color #2F1463: hue angle of 260.51º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1463 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 20 | 99 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.61 |
| HSL | 260.51º | 0.66% | 0.23% | - |
| HSV(B) | 260.51º | 0.8% | 0.39% | - |
| XYZ | 3.67 | 2.01 | 12 | - |
| YUV | 37.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 99 | 0.53 | 0.80 | 0 | 0.61 | 260.51 | 0.66 | 0.23 |
| Hex | 2F | 14 | 63 | 35 | 50 | 0 | 3D | 105 | 42 | 17 |
| Octal | 57 | 24 | 143 | 65 | 120 | 0 | 75 | 405 | 102 | 27 |
| Binary | 101111 | 10100 | 1100011 | 110101 | 1010000 | 0 | 111101 | 100000101 | 1000010 | 10111 |
Color Harmonies of #2F1463
Complementary color
Monochromatic Colors of #2F1463
Black with #2F1463
Text Example
Text Example
White with #2F1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1463; }
p { color: rgb(47,20,99); }
H1.HeaderClassName
{
color: #2F1463;
}
.AnyTagClassName
{
color: #2F1463;
}
</style>
background-color css
<style>
a { background-color: #2F1463; }
a { background-color: rgb(47,20,99); }
div.DivClassName
{
background-color: #2F1463;
}
.BgClassName
{
background-color: #2F1463;
}
</style>
border-color css
<style>
span { border-color: #2F1463; }
span { border-color: rgb(47,20,99); }
td.TdClassName
{
border-color: #2F1463;
}
.TagClassName
{
border-color: #2F1463;
}
</style>