Shades of Christalle #2F135A
Tints of Christalle #2F135A
RGB
CMYK
RGB Variations
Color information
#2F135A (or 0x2F135A) is known color: Christalle. HEX triplet: 2F, 13 and 5A. RGB value is (47,19,90). Sum of RGB (Red+Green+Blue) = 47+19+90=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F135A is #D0ECA5. Grayscale: #232323. Windows color (decimal): -13692070 or 5903151. OLE color: 5903151.
HSL color Cylindrical-coordinate representation of color #2F135A: hue angle of 263.66º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F135A is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 19 | 90 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.65 |
| HSL | 263.66º | 0.65% | 0.21% | - |
| HSV(B) | 263.66º | 0.79% | 0.35% | - |
| XYZ | 3.25 | 1.81 | 9.85 | - |
| YUV | 35.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 90 | 0.48 | 0.79 | 0 | 0.65 | 263.66 | 0.65 | 0.21 |
| Hex | 2F | 13 | 5A | 30 | 4F | 0 | 41 | 108 | 41 | 15 |
| Octal | 57 | 23 | 132 | 60 | 117 | 0 | 101 | 410 | 101 | 25 |
| Binary | 101111 | 10011 | 1011010 | 110000 | 1001111 | 0 | 1000001 | 100001000 | 1000001 | 10101 |
Color Harmonies of #2F135A
Complementary color
Monochromatic Colors of #2F135A
Black with #2F135A
Text Example
Text Example
White with #2F135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F135A; }
p { color: rgb(47,19,90); }
H1.HeaderClassName
{
color: #2F135A;
}
.AnyTagClassName
{
color: #2F135A;
}
</style>
background-color css
<style>
a { background-color: #2F135A; }
a { background-color: rgb(47,19,90); }
div.DivClassName
{
background-color: #2F135A;
}
.BgClassName
{
background-color: #2F135A;
}
</style>
border-color css
<style>
span { border-color: #2F135A; }
span { border-color: rgb(47,19,90); }
td.TdClassName
{
border-color: #2F135A;
}
.TagClassName
{
border-color: #2F135A;
}
</style>