Shades of Christalle #2F0D5D
Tints of Christalle #2F0D5D
RGB
CMYK
RGB Variations
Color information
#2F0D5D (or 0x2F0D5D) is known color: Christalle. HEX triplet: 2F, 0D and 5D. RGB value is (47,13,93). Sum of RGB (Red+Green+Blue) = 47+13+93=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F0D5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0D5D is #D0F2A2. Grayscale: #202020. Windows color (decimal): -13693603 or 6098223. OLE color: 6098223.
HSL color Cylindrical-coordinate representation of color #2F0D5D: hue angle of 265.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F0D5D is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 13 | 93 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.64 |
| HSL | 265.5º | 0.75% | 0.21% | - |
| HSV(B) | 265.5º | 0.86% | 0.36% | - |
| XYZ | 3.29 | 1.68 | 10.51 | - |
| YUV | 32.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 93 | 0.49 | 0.86 | 0 | 0.64 | 265.5 | 0.75 | 0.21 |
| Hex | 2F | D | 5D | 31 | 56 | 0 | 40 | 10A | 4B | 15 |
| Octal | 57 | 15 | 135 | 61 | 126 | 0 | 100 | 412 | 113 | 25 |
| Binary | 101111 | 1101 | 1011101 | 110001 | 1010110 | 0 | 1000000 | 100001010 | 1001011 | 10101 |
Color Harmonies of #2F0D5D
Complementary color
Monochromatic Colors of #2F0D5D
Black with #2F0D5D
Text Example
Text Example
White with #2F0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D5D; }
p { color: rgb(47,13,93); }
H1.HeaderClassName
{
color: #2F0D5D;
}
.AnyTagClassName
{
color: #2F0D5D;
}
</style>
background-color css
<style>
a { background-color: #2F0D5D; }
a { background-color: rgb(47,13,93); }
div.DivClassName
{
background-color: #2F0D5D;
}
.BgClassName
{
background-color: #2F0D5D;
}
</style>
border-color css
<style>
span { border-color: #2F0D5D; }
span { border-color: rgb(47,13,93); }
td.TdClassName
{
border-color: #2F0D5D;
}
.TagClassName
{
border-color: #2F0D5D;
}
</style>