Shades of Christalle #2F085C
Tints of Christalle #2F085C
RGB
CMYK
RGB Variations
Color information
#2F085C (or 0x2F085C) is known color: Christalle. HEX triplet: 2F, 08 and 5C. RGB value is (47,8,92). Sum of RGB (Red+Green+Blue) = 47+8+92=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F085C is #D0F7A3. Grayscale: #1C1C1C. Windows color (decimal): -13694884 or 6031407. OLE color: 6031407.
HSL color Cylindrical-coordinate representation of color #2F085C: hue angle of 267.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F085C is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 8 | 92 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.64 |
| HSL | 267.86º | 0.84% | 0.2% | - |
| HSV(B) | 267.86º | 0.91% | 0.36% | - |
| XYZ | 3.19 | 1.55 | 10.26 | - |
| YUV | 29.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 92 | 0.49 | 0.91 | 0 | 0.64 | 267.86 | 0.84 | 0.2 |
| Hex | 2F | 8 | 5C | 31 | 5B | 0 | 40 | 10C | 54 | 14 |
| Octal | 57 | 10 | 134 | 61 | 133 | 0 | 100 | 414 | 124 | 24 |
| Binary | 101111 | 1000 | 1011100 | 110001 | 1011011 | 0 | 1000000 | 100001100 | 1010100 | 10100 |
Color Harmonies of #2F085C
Complementary color
Monochromatic Colors of #2F085C
Black with #2F085C
Text Example
Text Example
White with #2F085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F085C; }
p { color: rgb(47,8,92); }
H1.HeaderClassName
{
color: #2F085C;
}
.AnyTagClassName
{
color: #2F085C;
}
</style>
background-color css
<style>
a { background-color: #2F085C; }
a { background-color: rgb(47,8,92); }
div.DivClassName
{
background-color: #2F085C;
}
.BgClassName
{
background-color: #2F085C;
}
</style>
border-color css
<style>
span { border-color: #2F085C; }
span { border-color: rgb(47,8,92); }
td.TdClassName
{
border-color: #2F085C;
}
.TagClassName
{
border-color: #2F085C;
}
</style>