Shades of Christalle #2F0259
Tints of Christalle #2F0259
RGB
CMYK
RGB Variations
Color information
#2F0259 (or 0x2F0259) is known color: Christalle. HEX triplet: 2F, 02 and 59. RGB value is (47,2,89). Sum of RGB (Red+Green+Blue) = 47+2+89=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0259 is #D0FDA6. Grayscale: #191919. Windows color (decimal): -13696423 or 5833263. OLE color: 5833263.
HSL color Cylindrical-coordinate representation of color #2F0259: hue angle of 271.03º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0259 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 2 | 89 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.65 |
| HSL | 271.03º | 0.96% | 0.18% | - |
| HSV(B) | 271.03º | 0.98% | 0.35% | - |
| XYZ | 3 | 1.37 | 9.56 | - |
| YUV | 25.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 89 | 0.47 | 0.98 | 0 | 0.65 | 271.03 | 0.96 | 0.18 |
| Hex | 2F | 2 | 59 | 2F | 62 | 0 | 41 | 10F | 60 | 12 |
| Octal | 57 | 2 | 131 | 57 | 142 | 0 | 101 | 417 | 140 | 22 |
| Binary | 101111 | 10 | 1011001 | 101111 | 1100010 | 0 | 1000001 | 100001111 | 1100000 | 10010 |
Color Harmonies of #2F0259
Complementary color
Monochromatic Colors of #2F0259
Black with #2F0259
Text Example
Text Example
White with #2F0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0259; }
p { color: rgb(47,2,89); }
H1.HeaderClassName
{
color: #2F0259;
}
.AnyTagClassName
{
color: #2F0259;
}
</style>
background-color css
<style>
a { background-color: #2F0259; }
a { background-color: rgb(47,2,89); }
div.DivClassName
{
background-color: #2F0259;
}
.BgClassName
{
background-color: #2F0259;
}
</style>
border-color css
<style>
span { border-color: #2F0259; }
span { border-color: rgb(47,2,89); }
td.TdClassName
{
border-color: #2F0259;
}
.TagClassName
{
border-color: #2F0259;
}
</style>