Shades of Christalle #2F115B
Tints of Christalle #2F115B
RGB
CMYK
RGB Variations
Color information
#2F115B (or 0x2F115B) is known color: Christalle. HEX triplet: 2F, 11 and 5B. RGB value is (47,17,91). Sum of RGB (Red+Green+Blue) = 47+17+91=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F115B is #D0EEA4. Grayscale: #222222. Windows color (decimal): -13692581 or 5968175. OLE color: 5968175.
HSL color Cylindrical-coordinate representation of color #2F115B: hue angle of 264.32º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F115B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 17 | 91 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.64 |
| HSL | 264.32º | 0.69% | 0.21% | - |
| HSV(B) | 264.32º | 0.81% | 0.36% | - |
| XYZ | 3.26 | 1.76 | 10.07 | - |
| YUV | 34.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 91 | 0.48 | 0.81 | 0 | 0.64 | 264.32 | 0.69 | 0.21 |
| Hex | 2F | 11 | 5B | 30 | 51 | 0 | 40 | 108 | 45 | 15 |
| Octal | 57 | 21 | 133 | 60 | 121 | 0 | 100 | 410 | 105 | 25 |
| Binary | 101111 | 10001 | 1011011 | 110000 | 1010001 | 0 | 1000000 | 100001000 | 1000101 | 10101 |
Color Harmonies of #2F115B
Complementary color
Monochromatic Colors of #2F115B
Black with #2F115B
Text Example
Text Example
White with #2F115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F115B; }
p { color: rgb(47,17,91); }
H1.HeaderClassName
{
color: #2F115B;
}
.AnyTagClassName
{
color: #2F115B;
}
</style>
background-color css
<style>
a { background-color: #2F115B; }
a { background-color: rgb(47,17,91); }
div.DivClassName
{
background-color: #2F115B;
}
.BgClassName
{
background-color: #2F115B;
}
</style>
border-color css
<style>
span { border-color: #2F115B; }
span { border-color: rgb(47,17,91); }
td.TdClassName
{
border-color: #2F115B;
}
.TagClassName
{
border-color: #2F115B;
}
</style>