Shades of Christalle #2F1865
Tints of Christalle #2F1865
RGB
CMYK
RGB Variations
Color information
#2F1865 (or 0x2F1865) is known color: Christalle. HEX triplet: 2F, 18 and 65. RGB value is (47,24,101). Sum of RGB (Red+Green+Blue) = 47+24+101=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F1865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1865 is #D0E79A. Grayscale: #272727. Windows color (decimal): -13690779 or 6625327. OLE color: 6625327.
HSL color Cylindrical-coordinate representation of color #2F1865: hue angle of 257.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1865 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 24 | 101 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.60 |
| HSL | 257.92º | 0.62% | 0.25% | - |
| HSV(B) | 257.92º | 0.76% | 0.4% | - |
| XYZ | 3.85 | 2.2 | 12.53 | - |
| YUV | 39.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 101 | 0.53 | 0.76 | 0 | 0.60 | 257.92 | 0.62 | 0.25 |
| Hex | 2F | 18 | 65 | 35 | 4C | 0 | 3C | 102 | 3E | 19 |
| Octal | 57 | 30 | 145 | 65 | 114 | 0 | 74 | 402 | 76 | 31 |
| Binary | 101111 | 11000 | 1100101 | 110101 | 1001100 | 0 | 111100 | 100000010 | 111110 | 11001 |
Color Harmonies of #2F1865
Complementary color
Monochromatic Colors of #2F1865
Black with #2F1865
Text Example
Text Example
White with #2F1865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1865; }
p { color: rgb(47,24,101); }
H1.HeaderClassName
{
color: #2F1865;
}
.AnyTagClassName
{
color: #2F1865;
}
</style>
background-color css
<style>
a { background-color: #2F1865; }
a { background-color: rgb(47,24,101); }
div.DivClassName
{
background-color: #2F1865;
}
.BgClassName
{
background-color: #2F1865;
}
</style>
border-color css
<style>
span { border-color: #2F1865; }
span { border-color: rgb(47,24,101); }
td.TdClassName
{
border-color: #2F1865;
}
.TagClassName
{
border-color: #2F1865;
}
</style>