Shades of Christalle #2F095B
Tints of Christalle #2F095B
RGB
CMYK
RGB Variations
Color information
#2F095B (or 0x2F095B) is known color: Christalle. HEX triplet: 2F, 09 and 5B. RGB value is (47,9,91). Sum of RGB (Red+Green+Blue) = 47+9+91=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F095B is #D0F6A4. Grayscale: #1D1D1D. Windows color (decimal): -13694629 or 5966127. OLE color: 5966127.
HSL color Cylindrical-coordinate representation of color #2F095B: hue angle of 267.8º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F095B is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 9 | 91 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.64 |
| HSL | 267.8º | 0.82% | 0.2% | - |
| HSV(B) | 267.8º | 0.9% | 0.36% | - |
| XYZ | 3.16 | 1.56 | 10.03 | - |
| YUV | 29.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 91 | 0.48 | 0.90 | 0 | 0.64 | 267.8 | 0.82 | 0.2 |
| Hex | 2F | 9 | 5B | 30 | 5A | 0 | 40 | 10C | 52 | 14 |
| Octal | 57 | 11 | 133 | 60 | 132 | 0 | 100 | 414 | 122 | 24 |
| Binary | 101111 | 1001 | 1011011 | 110000 | 1011010 | 0 | 1000000 | 100001100 | 1010010 | 10100 |
Color Harmonies of #2F095B
Complementary color
Monochromatic Colors of #2F095B
Black with #2F095B
Text Example
Text Example
White with #2F095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F095B; }
p { color: rgb(47,9,91); }
H1.HeaderClassName
{
color: #2F095B;
}
.AnyTagClassName
{
color: #2F095B;
}
</style>
background-color css
<style>
a { background-color: #2F095B; }
a { background-color: rgb(47,9,91); }
div.DivClassName
{
background-color: #2F095B;
}
.BgClassName
{
background-color: #2F095B;
}
</style>
border-color css
<style>
span { border-color: #2F095B; }
span { border-color: rgb(47,9,91); }
td.TdClassName
{
border-color: #2F095B;
}
.TagClassName
{
border-color: #2F095B;
}
</style>