Shades of Christalle #2F0D55
Tints of Christalle #2F0D55
RGB
CMYK
RGB Variations
Color information
#2F0D55 (or 0x2F0D55) is known color: Christalle. HEX triplet: 2F, 0D and 55. RGB value is (47,13,85). Sum of RGB (Red+Green+Blue) = 47+13+85=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F0D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0D55 is #D0F2AA. Grayscale: #1F1F1F. Windows color (decimal): -13693611 or 5573935. OLE color: 5573935.
HSL color Cylindrical-coordinate representation of color #2F0D55: hue angle of 268.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0D55 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 13 | 85 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.67 |
| HSL | 268.33º | 0.73% | 0.19% | - |
| HSV(B) | 268.33º | 0.85% | 0.33% | - |
| XYZ | 2.96 | 1.55 | 8.74 | - |
| YUV | 31.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 85 | 0.45 | 0.85 | 0 | 0.67 | 268.33 | 0.73 | 0.19 |
| Hex | 2F | D | 55 | 2D | 55 | 0 | 43 | 10C | 49 | 13 |
| Octal | 57 | 15 | 125 | 55 | 125 | 0 | 103 | 414 | 111 | 23 |
| Binary | 101111 | 1101 | 1010101 | 101101 | 1010101 | 0 | 1000011 | 100001100 | 1001001 | 10011 |
Color Harmonies of #2F0D55
Complementary color
Monochromatic Colors of #2F0D55
Black with #2F0D55
Text Example
Text Example
White with #2F0D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D55; }
p { color: rgb(47,13,85); }
H1.HeaderClassName
{
color: #2F0D55;
}
.AnyTagClassName
{
color: #2F0D55;
}
</style>
background-color css
<style>
a { background-color: #2F0D55; }
a { background-color: rgb(47,13,85); }
div.DivClassName
{
background-color: #2F0D55;
}
.BgClassName
{
background-color: #2F0D55;
}
</style>
border-color css
<style>
span { border-color: #2F0D55; }
span { border-color: rgb(47,13,85); }
td.TdClassName
{
border-color: #2F0D55;
}
.TagClassName
{
border-color: #2F0D55;
}
</style>