Shades of Christalle #2F015F
Tints of Christalle #2F015F
RGB
CMYK
RGB Variations
Color information
#2F015F (or 0x2F015F) is known color: Christalle. HEX triplet: 2F, 01 and 5F. RGB value is (47,1,95). Sum of RGB (Red+Green+Blue) = 47+1+95=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F015F is #D0FEA0. Grayscale: #191919. Windows color (decimal): -13696673 or 6226223. OLE color: 6226223.
HSL color Cylindrical-coordinate representation of color #2F015F: hue angle of 269.36º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F015F is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 1 | 95 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.63 |
| HSL | 269.36º | 0.98% | 0.19% | - |
| HSV(B) | 269.36º | 0.99% | 0.37% | - |
| XYZ | 3.25 | 1.45 | 10.94 | - |
| YUV | 25.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 95 | 0.51 | 0.99 | 0 | 0.63 | 269.36 | 0.98 | 0.19 |
| Hex | 2F | 1 | 5F | 33 | 63 | 0 | 3F | 10D | 62 | 13 |
| Octal | 57 | 1 | 137 | 63 | 143 | 0 | 77 | 415 | 142 | 23 |
| Binary | 101111 | 1 | 1011111 | 110011 | 1100011 | 0 | 111111 | 100001101 | 1100010 | 10011 |
Color Harmonies of #2F015F
Complementary color
Monochromatic Colors of #2F015F
Black with #2F015F
Text Example
Text Example
White with #2F015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F015F; }
p { color: rgb(47,1,95); }
H1.HeaderClassName
{
color: #2F015F;
}
.AnyTagClassName
{
color: #2F015F;
}
</style>
background-color css
<style>
a { background-color: #2F015F; }
a { background-color: rgb(47,1,95); }
div.DivClassName
{
background-color: #2F015F;
}
.BgClassName
{
background-color: #2F015F;
}
</style>
border-color css
<style>
span { border-color: #2F015F; }
span { border-color: rgb(47,1,95); }
td.TdClassName
{
border-color: #2F015F;
}
.TagClassName
{
border-color: #2F015F;
}
</style>