Shades of Christalle #2F055D
Tints of Christalle #2F055D
RGB
CMYK
RGB Variations
Color information
#2F055D (or 0x2F055D) is known color: Christalle. HEX triplet: 2F, 05 and 5D. RGB value is (47,5,93). Sum of RGB (Red+Green+Blue) = 47+5+93=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F055D is #D0FAA2. Grayscale: #1B1B1B. Windows color (decimal): -13695651 or 6096175. OLE color: 6096175.
HSL color Cylindrical-coordinate representation of color #2F055D: hue angle of 268.64º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F055D is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 5 | 93 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.64 |
| HSL | 268.64º | 0.9% | 0.19% | - |
| HSV(B) | 268.64º | 0.95% | 0.36% | - |
| XYZ | 3.2 | 1.5 | 10.48 | - |
| YUV | 27.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 93 | 0.49 | 0.95 | 0 | 0.64 | 268.64 | 0.9 | 0.19 |
| Hex | 2F | 5 | 5D | 31 | 5F | 0 | 40 | 10D | 5A | 13 |
| Octal | 57 | 5 | 135 | 61 | 137 | 0 | 100 | 415 | 132 | 23 |
| Binary | 101111 | 101 | 1011101 | 110001 | 1011111 | 0 | 1000000 | 100001101 | 1011010 | 10011 |
Color Harmonies of #2F055D
Complementary color
Monochromatic Colors of #2F055D
Black with #2F055D
Text Example
Text Example
White with #2F055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F055D; }
p { color: rgb(47,5,93); }
H1.HeaderClassName
{
color: #2F055D;
}
.AnyTagClassName
{
color: #2F055D;
}
</style>
background-color css
<style>
a { background-color: #2F055D; }
a { background-color: rgb(47,5,93); }
div.DivClassName
{
background-color: #2F055D;
}
.BgClassName
{
background-color: #2F055D;
}
</style>
border-color css
<style>
span { border-color: #2F055D; }
span { border-color: rgb(47,5,93); }
td.TdClassName
{
border-color: #2F055D;
}
.TagClassName
{
border-color: #2F055D;
}
</style>