Shades of Christalle #2F1363
Tints of Christalle #2F1363
RGB
CMYK
RGB Variations
Color information
#2F1363 (or 0x2F1363) is known color: Christalle. HEX triplet: 2F, 13 and 63. RGB value is (47,19,99). Sum of RGB (Red+Green+Blue) = 47+19+99=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1363 is #D0EC9C. Grayscale: #242424. Windows color (decimal): -13692061 or 6492975. OLE color: 6492975.
HSL color Cylindrical-coordinate representation of color #2F1363: hue angle of 261º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1363 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 19 | 99 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.61 |
| HSL | 261º | 0.68% | 0.23% | - |
| HSV(B) | 261º | 0.81% | 0.39% | - |
| XYZ | 3.66 | 1.97 | 11.99 | - |
| YUV | 36.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 99 | 0.53 | 0.81 | 0 | 0.61 | 261 | 0.68 | 0.23 |
| Hex | 2F | 13 | 63 | 35 | 51 | 0 | 3D | 105 | 44 | 17 |
| Octal | 57 | 23 | 143 | 65 | 121 | 0 | 75 | 405 | 104 | 27 |
| Binary | 101111 | 10011 | 1100011 | 110101 | 1010001 | 0 | 111101 | 100000101 | 1000100 | 10111 |
Color Harmonies of #2F1363
Complementary color
Monochromatic Colors of #2F1363
Black with #2F1363
Text Example
Text Example
White with #2F1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1363; }
p { color: rgb(47,19,99); }
H1.HeaderClassName
{
color: #2F1363;
}
.AnyTagClassName
{
color: #2F1363;
}
</style>
background-color css
<style>
a { background-color: #2F1363; }
a { background-color: rgb(47,19,99); }
div.DivClassName
{
background-color: #2F1363;
}
.BgClassName
{
background-color: #2F1363;
}
</style>
border-color css
<style>
span { border-color: #2F1363; }
span { border-color: rgb(47,19,99); }
td.TdClassName
{
border-color: #2F1363;
}
.TagClassName
{
border-color: #2F1363;
}
</style>