Shades of Christalle #2F195A
Tints of Christalle #2F195A
RGB
CMYK
RGB Variations
Color information
#2F195A (or 0x2F195A) is known color: Christalle. HEX triplet: 2F, 19 and 5A. RGB value is (47,25,90). Sum of RGB (Red+Green+Blue) = 47+25+90=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F195A is #D0E6A5. Grayscale: #262626. Windows color (decimal): -13690534 or 5904687. OLE color: 5904687.
HSL color Cylindrical-coordinate representation of color #2F195A: hue angle of 260.31º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F195A is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 25 | 90 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.65 |
| HSL | 260.31º | 0.57% | 0.23% | - |
| HSV(B) | 260.31º | 0.72% | 0.35% | - |
| XYZ | 3.37 | 2.04 | 9.89 | - |
| YUV | 38.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 90 | 0.48 | 0.72 | 0 | 0.65 | 260.31 | 0.57 | 0.23 |
| Hex | 2F | 19 | 5A | 30 | 48 | 0 | 41 | 104 | 39 | 17 |
| Octal | 57 | 31 | 132 | 60 | 110 | 0 | 101 | 404 | 71 | 27 |
| Binary | 101111 | 11001 | 1011010 | 110000 | 1001000 | 0 | 1000001 | 100000100 | 111001 | 10111 |
Color Harmonies of #2F195A
Complementary color
Monochromatic Colors of #2F195A
Black with #2F195A
Text Example
Text Example
White with #2F195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F195A; }
p { color: rgb(47,25,90); }
H1.HeaderClassName
{
color: #2F195A;
}
.AnyTagClassName
{
color: #2F195A;
}
</style>
background-color css
<style>
a { background-color: #2F195A; }
a { background-color: rgb(47,25,90); }
div.DivClassName
{
background-color: #2F195A;
}
.BgClassName
{
background-color: #2F195A;
}
</style>
border-color css
<style>
span { border-color: #2F195A; }
span { border-color: rgb(47,25,90); }
td.TdClassName
{
border-color: #2F195A;
}
.TagClassName
{
border-color: #2F195A;
}
</style>