Shades of Christalle #2F0E5C
Tints of Christalle #2F0E5C
RGB
CMYK
RGB Variations
Color information
#2F0E5C (or 0x2F0E5C) is known color: Christalle. HEX triplet: 2F, 0E and 5C. RGB value is (47,14,92). Sum of RGB (Red+Green+Blue) = 47+14+92=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F0E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0E5C is #D0F1A3. Grayscale: #202020. Windows color (decimal): -13693348 or 6032943. OLE color: 6032943.
HSL color Cylindrical-coordinate representation of color #2F0E5C: hue angle of 265.38º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0E5C is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 14 | 92 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.64 |
| HSL | 265.38º | 0.74% | 0.21% | - |
| HSV(B) | 265.38º | 0.85% | 0.36% | - |
| XYZ | 3.26 | 1.69 | 10.28 | - |
| YUV | 32.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 92 | 0.49 | 0.85 | 0 | 0.64 | 265.38 | 0.74 | 0.21 |
| Hex | 2F | E | 5C | 31 | 55 | 0 | 40 | 109 | 4A | 15 |
| Octal | 57 | 16 | 134 | 61 | 125 | 0 | 100 | 411 | 112 | 25 |
| Binary | 101111 | 1110 | 1011100 | 110001 | 1010101 | 0 | 1000000 | 100001001 | 1001010 | 10101 |
Color Harmonies of #2F0E5C
Complementary color
Monochromatic Colors of #2F0E5C
Black with #2F0E5C
Text Example
Text Example
White with #2F0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0E5C; }
p { color: rgb(47,14,92); }
H1.HeaderClassName
{
color: #2F0E5C;
}
.AnyTagClassName
{
color: #2F0E5C;
}
</style>
background-color css
<style>
a { background-color: #2F0E5C; }
a { background-color: rgb(47,14,92); }
div.DivClassName
{
background-color: #2F0E5C;
}
.BgClassName
{
background-color: #2F0E5C;
}
</style>
border-color css
<style>
span { border-color: #2F0E5C; }
span { border-color: rgb(47,14,92); }
td.TdClassName
{
border-color: #2F0E5C;
}
.TagClassName
{
border-color: #2F0E5C;
}
</style>