Shades of Christalle #2F1461
Tints of Christalle #2F1461
RGB
CMYK
RGB Variations
Color information
#2F1461 (or 0x2F1461) is known color: Christalle. HEX triplet: 2F, 14 and 61. RGB value is (47,20,97). Sum of RGB (Red+Green+Blue) = 47+20+97=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1461 is #D0EB9E. Grayscale: #242424. Windows color (decimal): -13691807 or 6362159. OLE color: 6362159.
HSL color Cylindrical-coordinate representation of color #2F1461: hue angle of 261.04º 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 #2F1461 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 20 | 97 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.62 |
| HSL | 261.04º | 0.66% | 0.23% | - |
| HSV(B) | 261.04º | 0.79% | 0.38% | - |
| XYZ | 3.58 | 1.97 | 11.5 | - |
| YUV | 36.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 97 | 0.52 | 0.79 | 0 | 0.62 | 261.04 | 0.66 | 0.23 |
| Hex | 2F | 14 | 61 | 34 | 4F | 0 | 3E | 105 | 42 | 17 |
| Octal | 57 | 24 | 141 | 64 | 117 | 0 | 76 | 405 | 102 | 27 |
| Binary | 101111 | 10100 | 1100001 | 110100 | 1001111 | 0 | 111110 | 100000101 | 1000010 | 10111 |
Color Harmonies of #2F1461
Complementary color
Monochromatic Colors of #2F1461
Black with #2F1461
Text Example
Text Example
White with #2F1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1461; }
p { color: rgb(47,20,97); }
H1.HeaderClassName
{
color: #2F1461;
}
.AnyTagClassName
{
color: #2F1461;
}
</style>
background-color css
<style>
a { background-color: #2F1461; }
a { background-color: rgb(47,20,97); }
div.DivClassName
{
background-color: #2F1461;
}
.BgClassName
{
background-color: #2F1461;
}
</style>
border-color css
<style>
span { border-color: #2F1461; }
span { border-color: rgb(47,20,97); }
td.TdClassName
{
border-color: #2F1461;
}
.TagClassName
{
border-color: #2F1461;
}
</style>