Shades of Christalle #2F0F65
Tints of Christalle #2F0F65
RGB
CMYK
RGB Variations
Color information
#2F0F65 (or 0x2F0F65) is known color: Christalle. HEX triplet: 2F, 0F and 65. RGB value is (47,15,101). Sum of RGB (Red+Green+Blue) = 47+15+101=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F0F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F65 is #D0F09A. Grayscale: #222222. Windows color (decimal): -13693083 or 6623023. OLE color: 6623023.
HSL color Cylindrical-coordinate representation of color #2F0F65: hue angle of 262.33º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0F65 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 15 | 101 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.60 |
| HSL | 262.33º | 0.74% | 0.23% | - |
| HSV(B) | 262.33º | 0.85% | 0.4% | - |
| XYZ | 3.69 | 1.89 | 12.48 | - |
| YUV | 34.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 101 | 0.53 | 0.85 | 0 | 0.60 | 262.33 | 0.74 | 0.23 |
| Hex | 2F | F | 65 | 35 | 55 | 0 | 3C | 106 | 4A | 17 |
| Octal | 57 | 17 | 145 | 65 | 125 | 0 | 74 | 406 | 112 | 27 |
| Binary | 101111 | 1111 | 1100101 | 110101 | 1010101 | 0 | 111100 | 100000110 | 1001010 | 10111 |
Color Harmonies of #2F0F65
Complementary color
Monochromatic Colors of #2F0F65
Black with #2F0F65
Text Example
Text Example
White with #2F0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F65; }
p { color: rgb(47,15,101); }
H1.HeaderClassName
{
color: #2F0F65;
}
.AnyTagClassName
{
color: #2F0F65;
}
</style>
background-color css
<style>
a { background-color: #2F0F65; }
a { background-color: rgb(47,15,101); }
div.DivClassName
{
background-color: #2F0F65;
}
.BgClassName
{
background-color: #2F0F65;
}
</style>
border-color css
<style>
span { border-color: #2F0F65; }
span { border-color: rgb(47,15,101); }
td.TdClassName
{
border-color: #2F0F65;
}
.TagClassName
{
border-color: #2F0F65;
}
</style>