Shades of Christalle #2E005A
Tints of Christalle #2E005A
RGB
CMYK
RGB Variations
Color information
#2E005A (or 0x2E005A) is known color: Christalle. HEX triplet: 2E, 00 and 5A. RGB value is (46,0,90). Sum of RGB (Red+Green+Blue) = 46+0+90=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E005A is #D1FFA5. Grayscale: #171717. Windows color (decimal): -13762470 or 5898286. OLE color: 5898286.
HSL color Cylindrical-coordinate representation of color #2E005A: hue angle of 270.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E005A is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 0 | 90 | - |
| CMYK | 0.49 | 1 | 0 | 0.65 |
| HSL | 270.67º | 1% | 0.18% | - |
| HSV(B) | 270.67º | 1% | 0.35% | - |
| XYZ | 2.97 | 1.32 | 9.77 | - |
| YUV | 24.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 90 | 0.49 | 1 | 0 | 0.65 | 270.67 | 1 | 0.18 |
| Hex | 2E | 0 | 5A | 31 | 64 | 0 | 41 | 10F | 64 | 12 |
| Octal | 56 | 0 | 132 | 61 | 144 | 0 | 101 | 417 | 144 | 22 |
| Binary | 101110 | 0 | 1011010 | 110001 | 1100100 | 0 | 1000001 | 100001111 | 1100100 | 10010 |
Color Harmonies of #2E005A
Complementary color
Monochromatic Colors of #2E005A
Black with #2E005A
Text Example
Text Example
White with #2E005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E005A; }
p { color: rgb(46,0,90); }
H1.HeaderClassName
{
color: #2E005A;
}
.AnyTagClassName
{
color: #2E005A;
}
</style>
background-color css
<style>
a { background-color: #2E005A; }
a { background-color: rgb(46,0,90); }
div.DivClassName
{
background-color: #2E005A;
}
.BgClassName
{
background-color: #2E005A;
}
</style>
border-color css
<style>
span { border-color: #2E005A; }
span { border-color: rgb(46,0,90); }
td.TdClassName
{
border-color: #2E005A;
}
.TagClassName
{
border-color: #2E005A;
}
</style>