Shades of Christalle #2F085D
Tints of Christalle #2F085D
RGB
CMYK
RGB Variations
Color information
#2F085D (or 0x2F085D) is known color: Christalle. HEX triplet: 2F, 08 and 5D. RGB value is (47,8,93). Sum of RGB (Red+Green+Blue) = 47+8+93=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F085D is #D0F7A2. Grayscale: #1D1D1D. Windows color (decimal): -13694883 or 6096943. OLE color: 6096943.
HSL color Cylindrical-coordinate representation of color #2F085D: hue angle of 267.53º 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 #2F085D is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 8 | 93 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.64 |
| HSL | 267.53º | 0.84% | 0.2% | - |
| HSV(B) | 267.53º | 0.91% | 0.36% | - |
| XYZ | 3.23 | 1.57 | 10.49 | - |
| YUV | 29.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 93 | 0.49 | 0.91 | 0 | 0.64 | 267.53 | 0.84 | 0.2 |
| Hex | 2F | 8 | 5D | 31 | 5B | 0 | 40 | 10C | 54 | 14 |
| Octal | 57 | 10 | 135 | 61 | 133 | 0 | 100 | 414 | 124 | 24 |
| Binary | 101111 | 1000 | 1011101 | 110001 | 1011011 | 0 | 1000000 | 100001100 | 1010100 | 10100 |
Color Harmonies of #2F085D
Complementary color
Monochromatic Colors of #2F085D
Black with #2F085D
Text Example
Text Example
White with #2F085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F085D; }
p { color: rgb(47,8,93); }
H1.HeaderClassName
{
color: #2F085D;
}
.AnyTagClassName
{
color: #2F085D;
}
</style>
background-color css
<style>
a { background-color: #2F085D; }
a { background-color: rgb(47,8,93); }
div.DivClassName
{
background-color: #2F085D;
}
.BgClassName
{
background-color: #2F085D;
}
</style>
border-color css
<style>
span { border-color: #2F085D; }
span { border-color: rgb(47,8,93); }
td.TdClassName
{
border-color: #2F085D;
}
.TagClassName
{
border-color: #2F085D;
}
</style>