Shades of Christalle #2F055A
Tints of Christalle #2F055A
RGB
CMYK
RGB Variations
Color information
#2F055A (or 0x2F055A) is known color: Christalle. HEX triplet: 2F, 05 and 5A. RGB value is (47,5,90). Sum of RGB (Red+Green+Blue) = 47+5+90=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F055A is #D0FAA5. Grayscale: #1A1A1A. Windows color (decimal): -13695654 or 5899567. OLE color: 5899567.
HSL color Cylindrical-coordinate representation of color #2F055A: hue angle of 269.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F055A is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 5 | 90 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.65 |
| HSL | 269.65º | 0.89% | 0.19% | - |
| HSV(B) | 269.65º | 0.94% | 0.35% | - |
| XYZ | 3.07 | 1.45 | 9.79 | - |
| YUV | 27.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 90 | 0.48 | 0.94 | 0 | 0.65 | 269.65 | 0.89 | 0.19 |
| Hex | 2F | 5 | 5A | 30 | 5E | 0 | 41 | 10E | 59 | 13 |
| Octal | 57 | 5 | 132 | 60 | 136 | 0 | 101 | 416 | 131 | 23 |
| Binary | 101111 | 101 | 1011010 | 110000 | 1011110 | 0 | 1000001 | 100001110 | 1011001 | 10011 |
Color Harmonies of #2F055A
Complementary color
Monochromatic Colors of #2F055A
Black with #2F055A
Text Example
Text Example
White with #2F055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F055A; }
p { color: rgb(47,5,90); }
H1.HeaderClassName
{
color: #2F055A;
}
.AnyTagClassName
{
color: #2F055A;
}
</style>
background-color css
<style>
a { background-color: #2F055A; }
a { background-color: rgb(47,5,90); }
div.DivClassName
{
background-color: #2F055A;
}
.BgClassName
{
background-color: #2F055A;
}
</style>
border-color css
<style>
span { border-color: #2F055A; }
span { border-color: rgb(47,5,90); }
td.TdClassName
{
border-color: #2F055A;
}
.TagClassName
{
border-color: #2F055A;
}
</style>