Shades of Christalle #2E0158
Tints of Christalle #2E0158
RGB
CMYK
RGB Variations
Color information
#2E0158 (or 0x2E0158) is known color: Christalle. HEX triplet: 2E, 01 and 58. RGB value is (46,1,88). Sum of RGB (Red+Green+Blue) = 46+1+88=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0158 is #D1FEA7. Grayscale: #181818. Windows color (decimal): -13762216 or 5767470. OLE color: 5767470.
HSL color Cylindrical-coordinate representation of color #2E0158: hue angle of 271.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0158 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 1 | 88 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.65 |
| HSL | 271.03º | 0.98% | 0.17% | - |
| HSV(B) | 271.03º | 0.99% | 0.35% | - |
| XYZ | 2.9 | 1.31 | 9.33 | - |
| YUV | 24.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 88 | 0.48 | 0.99 | 0 | 0.65 | 271.03 | 0.98 | 0.17 |
| Hex | 2E | 1 | 58 | 30 | 63 | 0 | 41 | 10F | 62 | 11 |
| Octal | 56 | 1 | 130 | 60 | 143 | 0 | 101 | 417 | 142 | 21 |
| Binary | 101110 | 1 | 1011000 | 110000 | 1100011 | 0 | 1000001 | 100001111 | 1100010 | 10001 |
Color Harmonies of #2E0158
Complementary color
Monochromatic Colors of #2E0158
Black with #2E0158
Text Example
Text Example
White with #2E0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0158; }
p { color: rgb(46,1,88); }
H1.HeaderClassName
{
color: #2E0158;
}
.AnyTagClassName
{
color: #2E0158;
}
</style>
background-color css
<style>
a { background-color: #2E0158; }
a { background-color: rgb(46,1,88); }
div.DivClassName
{
background-color: #2E0158;
}
.BgClassName
{
background-color: #2E0158;
}
</style>
border-color css
<style>
span { border-color: #2E0158; }
span { border-color: rgb(46,1,88); }
td.TdClassName
{
border-color: #2E0158;
}
.TagClassName
{
border-color: #2E0158;
}
</style>