Shades of Christalle #2F085F
Tints of Christalle #2F085F
RGB
CMYK
RGB Variations
Color information
#2F085F (or 0x2F085F) is known color: Christalle. HEX triplet: 2F, 08 and 5F. RGB value is (47,8,95). Sum of RGB (Red+Green+Blue) = 47+8+95=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F085F is #D0F7A0. Grayscale: #1D1D1D. Windows color (decimal): -13694881 or 6228015. OLE color: 6228015.
HSL color Cylindrical-coordinate representation of color #2F085F: hue angle of 266.9º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F085F is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 8 | 95 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.63 |
| HSL | 266.9º | 0.84% | 0.2% | - |
| HSV(B) | 266.9º | 0.92% | 0.37% | - |
| XYZ | 3.32 | 1.6 | 10.96 | - |
| YUV | 29.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 95 | 0.51 | 0.92 | 0 | 0.63 | 266.9 | 0.84 | 0.2 |
| Hex | 2F | 8 | 5F | 33 | 5C | 0 | 3F | 10B | 54 | 14 |
| Octal | 57 | 10 | 137 | 63 | 134 | 0 | 77 | 413 | 124 | 24 |
| Binary | 101111 | 1000 | 1011111 | 110011 | 1011100 | 0 | 111111 | 100001011 | 1010100 | 10100 |
Color Harmonies of #2F085F
Complementary color
Monochromatic Colors of #2F085F
Black with #2F085F
Text Example
Text Example
White with #2F085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F085F; }
p { color: rgb(47,8,95); }
H1.HeaderClassName
{
color: #2F085F;
}
.AnyTagClassName
{
color: #2F085F;
}
</style>
background-color css
<style>
a { background-color: #2F085F; }
a { background-color: rgb(47,8,95); }
div.DivClassName
{
background-color: #2F085F;
}
.BgClassName
{
background-color: #2F085F;
}
</style>
border-color css
<style>
span { border-color: #2F085F; }
span { border-color: rgb(47,8,95); }
td.TdClassName
{
border-color: #2F085F;
}
.TagClassName
{
border-color: #2F085F;
}
</style>