Shades of Christalle #2F155A
Tints of Christalle #2F155A
RGB
CMYK
RGB Variations
Color information
#2F155A (or 0x2F155A) is known color: Christalle. HEX triplet: 2F, 15 and 5A. RGB value is (47,21,90). Sum of RGB (Red+Green+Blue) = 47+21+90=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F155A is #D0EAA5. Grayscale: #242424. Windows color (decimal): -13691558 or 5903663. OLE color: 5903663.
HSL color Cylindrical-coordinate representation of color #2F155A: hue angle of 262.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F155A is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 21 | 90 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.65 |
| HSL | 262.61º | 0.62% | 0.22% | - |
| HSV(B) | 262.61º | 0.77% | 0.35% | - |
| XYZ | 3.29 | 1.88 | 9.86 | - |
| YUV | 36.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 90 | 0.48 | 0.77 | 0 | 0.65 | 262.61 | 0.62 | 0.22 |
| Hex | 2F | 15 | 5A | 30 | 4D | 0 | 41 | 107 | 3E | 16 |
| Octal | 57 | 25 | 132 | 60 | 115 | 0 | 101 | 407 | 76 | 26 |
| Binary | 101111 | 10101 | 1011010 | 110000 | 1001101 | 0 | 1000001 | 100000111 | 111110 | 10110 |
Color Harmonies of #2F155A
Complementary color
Monochromatic Colors of #2F155A
Black with #2F155A
Text Example
Text Example
White with #2F155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F155A; }
p { color: rgb(47,21,90); }
H1.HeaderClassName
{
color: #2F155A;
}
.AnyTagClassName
{
color: #2F155A;
}
</style>
background-color css
<style>
a { background-color: #2F155A; }
a { background-color: rgb(47,21,90); }
div.DivClassName
{
background-color: #2F155A;
}
.BgClassName
{
background-color: #2F155A;
}
</style>
border-color css
<style>
span { border-color: #2F155A; }
span { border-color: rgb(47,21,90); }
td.TdClassName
{
border-color: #2F155A;
}
.TagClassName
{
border-color: #2F155A;
}
</style>