Shades of Christalle #2F1460
Tints of Christalle #2F1460
RGB
CMYK
RGB Variations
Color information
#2F1460 (or 0x2F1460) is known color: Christalle. HEX triplet: 2F, 14 and 60. RGB value is (47,20,96). Sum of RGB (Red+Green+Blue) = 47+20+96=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F1460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1460 is #D0EB9F. Grayscale: #242424. Windows color (decimal): -13691808 or 6296623. OLE color: 6296623.
HSL color Cylindrical-coordinate representation of color #2F1460: hue angle of 261.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F1460 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 20 | 96 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.62 |
| HSL | 261.32º | 0.66% | 0.23% | - |
| HSV(B) | 261.32º | 0.79% | 0.38% | - |
| XYZ | 3.53 | 1.95 | 11.26 | - |
| YUV | 36.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 96 | 0.51 | 0.79 | 0 | 0.62 | 261.32 | 0.66 | 0.23 |
| Hex | 2F | 14 | 60 | 33 | 4F | 0 | 3E | 105 | 42 | 17 |
| Octal | 57 | 24 | 140 | 63 | 117 | 0 | 76 | 405 | 102 | 27 |
| Binary | 101111 | 10100 | 1100000 | 110011 | 1001111 | 0 | 111110 | 100000101 | 1000010 | 10111 |
Color Harmonies of #2F1460
Complementary color
Monochromatic Colors of #2F1460
Black with #2F1460
Text Example
Text Example
White with #2F1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1460; }
p { color: rgb(47,20,96); }
H1.HeaderClassName
{
color: #2F1460;
}
.AnyTagClassName
{
color: #2F1460;
}
</style>
background-color css
<style>
a { background-color: #2F1460; }
a { background-color: rgb(47,20,96); }
div.DivClassName
{
background-color: #2F1460;
}
.BgClassName
{
background-color: #2F1460;
}
</style>
border-color css
<style>
span { border-color: #2F1460; }
span { border-color: rgb(47,20,96); }
td.TdClassName
{
border-color: #2F1460;
}
.TagClassName
{
border-color: #2F1460;
}
</style>