Shades of Christalle #2F085B
Tints of Christalle #2F085B
RGB
CMYK
RGB Variations
Color information
#2F085B (or 0x2F085B) is known color: Christalle. HEX triplet: 2F, 08 and 5B. RGB value is (47,8,91). Sum of RGB (Red+Green+Blue) = 47+8+91=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F085B is #D0F7A4. Grayscale: #1C1C1C. Windows color (decimal): -13694885 or 5965871. OLE color: 5965871.
HSL color Cylindrical-coordinate representation of color #2F085B: hue angle of 268.19º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F085B is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 8 | 91 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.64 |
| HSL | 268.19º | 0.84% | 0.19% | - |
| HSV(B) | 268.19º | 0.91% | 0.36% | - |
| XYZ | 3.15 | 1.53 | 10.03 | - |
| YUV | 29.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 91 | 0.48 | 0.91 | 0 | 0.64 | 268.19 | 0.84 | 0.19 |
| Hex | 2F | 8 | 5B | 30 | 5B | 0 | 40 | 10C | 54 | 13 |
| Octal | 57 | 10 | 133 | 60 | 133 | 0 | 100 | 414 | 124 | 23 |
| Binary | 101111 | 1000 | 1011011 | 110000 | 1011011 | 0 | 1000000 | 100001100 | 1010100 | 10011 |
Color Harmonies of #2F085B
Complementary color
Monochromatic Colors of #2F085B
Black with #2F085B
Text Example
Text Example
White with #2F085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F085B; }
p { color: rgb(47,8,91); }
H1.HeaderClassName
{
color: #2F085B;
}
.AnyTagClassName
{
color: #2F085B;
}
</style>
background-color css
<style>
a { background-color: #2F085B; }
a { background-color: rgb(47,8,91); }
div.DivClassName
{
background-color: #2F085B;
}
.BgClassName
{
background-color: #2F085B;
}
</style>
border-color css
<style>
span { border-color: #2F085B; }
span { border-color: rgb(47,8,91); }
td.TdClassName
{
border-color: #2F085B;
}
.TagClassName
{
border-color: #2F085B;
}
</style>