Shades of Christalle #2F0C58
Tints of Christalle #2F0C58
RGB
CMYK
RGB Variations
Color information
#2F0C58 (or 0x2F0C58) is known color: Christalle. HEX triplet: 2F, 0C and 58. RGB value is (47,12,88). Sum of RGB (Red+Green+Blue) = 47+12+88=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0C58 is #D0F3A7. Grayscale: #1E1E1E. Windows color (decimal): -13693864 or 5770287. OLE color: 5770287.
HSL color Cylindrical-coordinate representation of color #2F0C58: hue angle of 267.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F0C58 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 12 | 88 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.65 |
| HSL | 267.63º | 0.76% | 0.2% | - |
| HSV(B) | 267.63º | 0.86% | 0.35% | - |
| XYZ | 3.07 | 1.57 | 9.37 | - |
| YUV | 31.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 88 | 0.47 | 0.86 | 0 | 0.65 | 267.63 | 0.76 | 0.2 |
| Hex | 2F | C | 58 | 2F | 56 | 0 | 41 | 10C | 4C | 14 |
| Octal | 57 | 14 | 130 | 57 | 126 | 0 | 101 | 414 | 114 | 24 |
| Binary | 101111 | 1100 | 1011000 | 101111 | 1010110 | 0 | 1000001 | 100001100 | 1001100 | 10100 |
Color Harmonies of #2F0C58
Complementary color
Monochromatic Colors of #2F0C58
Black with #2F0C58
Text Example
Text Example
White with #2F0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C58; }
p { color: rgb(47,12,88); }
H1.HeaderClassName
{
color: #2F0C58;
}
.AnyTagClassName
{
color: #2F0C58;
}
</style>
background-color css
<style>
a { background-color: #2F0C58; }
a { background-color: rgb(47,12,88); }
div.DivClassName
{
background-color: #2F0C58;
}
.BgClassName
{
background-color: #2F0C58;
}
</style>
border-color css
<style>
span { border-color: #2F0C58; }
span { border-color: rgb(47,12,88); }
td.TdClassName
{
border-color: #2F0C58;
}
.TagClassName
{
border-color: #2F0C58;
}
</style>