Shades of Christalle #2E005D
Tints of Christalle #2E005D
RGB
CMYK
RGB Variations
Color information
#2E005D (or 0x2E005D) is known color: Christalle. HEX triplet: 2E, 00 and 5D. RGB value is (46,0,93). Sum of RGB (Red+Green+Blue) = 46+0+93=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E005D is #D1FFA2. Grayscale: #181818. Windows color (decimal): -13762467 or 6094894. OLE color: 6094894.
HSL color Cylindrical-coordinate representation of color #2E005D: hue angle of 269.68º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E005D is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 0 | 93 | - |
| CMYK | 0.51 | 1 | 0 | 0.64 |
| HSL | 269.68º | 1% | 0.18% | - |
| HSV(B) | 269.68º | 1% | 0.36% | - |
| XYZ | 3.1 | 1.37 | 10.46 | - |
| YUV | 24.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 93 | 0.51 | 1 | 0 | 0.64 | 269.68 | 1 | 0.18 |
| Hex | 2E | 0 | 5D | 33 | 64 | 0 | 40 | 10E | 64 | 12 |
| Octal | 56 | 0 | 135 | 63 | 144 | 0 | 100 | 416 | 144 | 22 |
| Binary | 101110 | 0 | 1011101 | 110011 | 1100100 | 0 | 1000000 | 100001110 | 1100100 | 10010 |
Color Harmonies of #2E005D
Complementary color
Monochromatic Colors of #2E005D
Black with #2E005D
Text Example
Text Example
White with #2E005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E005D; }
p { color: rgb(46,0,93); }
H1.HeaderClassName
{
color: #2E005D;
}
.AnyTagClassName
{
color: #2E005D;
}
</style>
background-color css
<style>
a { background-color: #2E005D; }
a { background-color: rgb(46,0,93); }
div.DivClassName
{
background-color: #2E005D;
}
.BgClassName
{
background-color: #2E005D;
}
</style>
border-color css
<style>
span { border-color: #2E005D; }
span { border-color: rgb(46,0,93); }
td.TdClassName
{
border-color: #2E005D;
}
.TagClassName
{
border-color: #2E005D;
}
</style>