Shades of Christalle #2F1B68
Tints of Christalle #2F1B68
RGB
CMYK
RGB Variations
Color information
#2F1B68 (or 0x2F1B68) is known color: Christalle. HEX triplet: 2F, 1B and 68. RGB value is (47,27,104). Sum of RGB (Red+Green+Blue) = 47+27+104=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F1B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1B68 is #D0E497. Grayscale: #292929. Windows color (decimal): -13690008 or 6822703. OLE color: 6822703.
HSL color Cylindrical-coordinate representation of color #2F1B68: hue angle of 255.58º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F1B68 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 27 | 104 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.59 |
| HSL | 255.58º | 0.59% | 0.26% | - |
| HSV(B) | 255.58º | 0.74% | 0.41% | - |
| XYZ | 4.06 | 2.39 | 13.34 | - |
| YUV | 41.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 104 | 0.55 | 0.74 | 0 | 0.59 | 255.58 | 0.59 | 0.26 |
| Hex | 2F | 1B | 68 | 37 | 4A | 0 | 3B | 100 | 3B | 1A |
| Octal | 57 | 33 | 150 | 67 | 112 | 0 | 73 | 400 | 73 | 32 |
| Binary | 101111 | 11011 | 1101000 | 110111 | 1001010 | 0 | 111011 | 100000000 | 111011 | 11010 |
Color Harmonies of #2F1B68
Complementary color
Monochromatic Colors of #2F1B68
Black with #2F1B68
Text Example
Text Example
White with #2F1B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B68; }
p { color: rgb(47,27,104); }
H1.HeaderClassName
{
color: #2F1B68;
}
.AnyTagClassName
{
color: #2F1B68;
}
</style>
background-color css
<style>
a { background-color: #2F1B68; }
a { background-color: rgb(47,27,104); }
div.DivClassName
{
background-color: #2F1B68;
}
.BgClassName
{
background-color: #2F1B68;
}
</style>
border-color css
<style>
span { border-color: #2F1B68; }
span { border-color: rgb(47,27,104); }
td.TdClassName
{
border-color: #2F1B68;
}
.TagClassName
{
border-color: #2F1B68;
}
</style>