Shades of Christalle #2F0359
Tints of Christalle #2F0359
RGB
CMYK
RGB Variations
Color information
#2F0359 (or 0x2F0359) is known color: Christalle. HEX triplet: 2F, 03 and 59. RGB value is (47,3,89). Sum of RGB (Red+Green+Blue) = 47+3+89=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0359 is #D0FCA6. Grayscale: #191919. Windows color (decimal): -13696167 or 5833519. OLE color: 5833519.
HSL color Cylindrical-coordinate representation of color #2F0359: hue angle of 270.7º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0359 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 3 | 89 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.65 |
| HSL | 270.7º | 0.93% | 0.18% | - |
| HSV(B) | 270.7º | 0.97% | 0.35% | - |
| XYZ | 3.01 | 1.39 | 9.56 | - |
| YUV | 25.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 89 | 0.47 | 0.97 | 0 | 0.65 | 270.7 | 0.93 | 0.18 |
| Hex | 2F | 3 | 59 | 2F | 61 | 0 | 41 | 10F | 5D | 12 |
| Octal | 57 | 3 | 131 | 57 | 141 | 0 | 101 | 417 | 135 | 22 |
| Binary | 101111 | 11 | 1011001 | 101111 | 1100001 | 0 | 1000001 | 100001111 | 1011101 | 10010 |
Color Harmonies of #2F0359
Complementary color
Monochromatic Colors of #2F0359
Black with #2F0359
Text Example
Text Example
White with #2F0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0359; }
p { color: rgb(47,3,89); }
H1.HeaderClassName
{
color: #2F0359;
}
.AnyTagClassName
{
color: #2F0359;
}
</style>
background-color css
<style>
a { background-color: #2F0359; }
a { background-color: rgb(47,3,89); }
div.DivClassName
{
background-color: #2F0359;
}
.BgClassName
{
background-color: #2F0359;
}
</style>
border-color css
<style>
span { border-color: #2F0359; }
span { border-color: rgb(47,3,89); }
td.TdClassName
{
border-color: #2F0359;
}
.TagClassName
{
border-color: #2F0359;
}
</style>