Shades of Christalle #2F045D
Tints of Christalle #2F045D
RGB
CMYK
RGB Variations
Color information
#2F045D (or 0x2F045D) is known color: Christalle. HEX triplet: 2F, 04 and 5D. RGB value is (47,4,93). Sum of RGB (Red+Green+Blue) = 47+4+93=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F045D is #D0FBA2. Grayscale: #1A1A1A. Windows color (decimal): -13695907 or 6095919. OLE color: 6095919.
HSL color Cylindrical-coordinate representation of color #2F045D: hue angle of 268.99º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F045D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 4 | 93 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.64 |
| HSL | 268.99º | 0.92% | 0.19% | - |
| HSV(B) | 268.99º | 0.96% | 0.36% | - |
| XYZ | 3.19 | 1.48 | 10.47 | - |
| YUV | 27 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 4 | 93 | 0.49 | 0.96 | 0 | 0.64 | 268.99 | 0.92 | 0.19 |
| Hex | 2F | 4 | 5D | 31 | 60 | 0 | 40 | 10D | 5C | 13 |
| Octal | 57 | 4 | 135 | 61 | 140 | 0 | 100 | 415 | 134 | 23 |
| Binary | 101111 | 100 | 1011101 | 110001 | 1100000 | 0 | 1000000 | 100001101 | 1011100 | 10011 |
Color Harmonies of #2F045D
Complementary color
Monochromatic Colors of #2F045D
Black with #2F045D
Text Example
Text Example
White with #2F045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F045D; }
p { color: rgb(47,4,93); }
H1.HeaderClassName
{
color: #2F045D;
}
.AnyTagClassName
{
color: #2F045D;
}
</style>
background-color css
<style>
a { background-color: #2F045D; }
a { background-color: rgb(47,4,93); }
div.DivClassName
{
background-color: #2F045D;
}
.BgClassName
{
background-color: #2F045D;
}
</style>
border-color css
<style>
span { border-color: #2F045D; }
span { border-color: rgb(47,4,93); }
td.TdClassName
{
border-color: #2F045D;
}
.TagClassName
{
border-color: #2F045D;
}
</style>