Shades of Christalle #2F025D
Tints of Christalle #2F025D
RGB
CMYK
RGB Variations
Color information
#2F025D (or 0x2F025D) is known color: Christalle. HEX triplet: 2F, 02 and 5D. RGB value is (47,2,93). Sum of RGB (Red+Green+Blue) = 47+2+93=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F025D is #D0FDA2. Grayscale: #191919. Windows color (decimal): -13696419 or 6095407. OLE color: 6095407.
HSL color Cylindrical-coordinate representation of color #2F025D: hue angle of 269.67º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F025D is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 2 | 93 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.64 |
| HSL | 269.67º | 0.96% | 0.19% | - |
| HSV(B) | 269.67º | 0.98% | 0.36% | - |
| XYZ | 3.17 | 1.44 | 10.47 | - |
| YUV | 25.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 93 | 0.49 | 0.98 | 0 | 0.64 | 269.67 | 0.96 | 0.19 |
| Hex | 2F | 2 | 5D | 31 | 62 | 0 | 40 | 10E | 60 | 13 |
| Octal | 57 | 2 | 135 | 61 | 142 | 0 | 100 | 416 | 140 | 23 |
| Binary | 101111 | 10 | 1011101 | 110001 | 1100010 | 0 | 1000000 | 100001110 | 1100000 | 10011 |
Color Harmonies of #2F025D
Complementary color
Monochromatic Colors of #2F025D
Black with #2F025D
Text Example
Text Example
White with #2F025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F025D; }
p { color: rgb(47,2,93); }
H1.HeaderClassName
{
color: #2F025D;
}
.AnyTagClassName
{
color: #2F025D;
}
</style>
background-color css
<style>
a { background-color: #2F025D; }
a { background-color: rgb(47,2,93); }
div.DivClassName
{
background-color: #2F025D;
}
.BgClassName
{
background-color: #2F025D;
}
</style>
border-color css
<style>
span { border-color: #2F025D; }
span { border-color: rgb(47,2,93); }
td.TdClassName
{
border-color: #2F025D;
}
.TagClassName
{
border-color: #2F025D;
}
</style>