Shades of Christalle #2E015A
Tints of Christalle #2E015A
RGB
CMYK
RGB Variations
Color information
#2E015A (or 0x2E015A) is known color: Christalle. HEX triplet: 2E, 01 and 5A. RGB value is (46,1,90). Sum of RGB (Red+Green+Blue) = 46+1+90=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E015A is #D1FEA5. Grayscale: #181818. Windows color (decimal): -13762214 or 5898542. OLE color: 5898542.
HSL color Cylindrical-coordinate representation of color #2E015A: hue angle of 270.34º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E015A is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 1 | 90 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.65 |
| HSL | 270.34º | 0.98% | 0.18% | - |
| HSV(B) | 270.34º | 0.99% | 0.35% | - |
| XYZ | 2.98 | 1.34 | 9.77 | - |
| YUV | 24.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 90 | 0.49 | 0.99 | 0 | 0.65 | 270.34 | 0.98 | 0.18 |
| Hex | 2E | 1 | 5A | 31 | 63 | 0 | 41 | 10E | 62 | 12 |
| Octal | 56 | 1 | 132 | 61 | 143 | 0 | 101 | 416 | 142 | 22 |
| Binary | 101110 | 1 | 1011010 | 110001 | 1100011 | 0 | 1000001 | 100001110 | 1100010 | 10010 |
Color Harmonies of #2E015A
Complementary color
Monochromatic Colors of #2E015A
Black with #2E015A
Text Example
Text Example
White with #2E015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E015A; }
p { color: rgb(46,1,90); }
H1.HeaderClassName
{
color: #2E015A;
}
.AnyTagClassName
{
color: #2E015A;
}
</style>
background-color css
<style>
a { background-color: #2E015A; }
a { background-color: rgb(46,1,90); }
div.DivClassName
{
background-color: #2E015A;
}
.BgClassName
{
background-color: #2E015A;
}
</style>
border-color css
<style>
span { border-color: #2E015A; }
span { border-color: rgb(46,1,90); }
td.TdClassName
{
border-color: #2E015A;
}
.TagClassName
{
border-color: #2E015A;
}
</style>