Shades of Christalle #2E005C
Tints of Christalle #2E005C
RGB
CMYK
RGB Variations
Color information
#2E005C (or 0x2E005C) is known color: Christalle. HEX triplet: 2E, 00 and 5C. RGB value is (46,0,92). Sum of RGB (Red+Green+Blue) = 46+0+92=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E005C is #D1FFA3. Grayscale: #171717. Windows color (decimal): -13762468 or 6029358. OLE color: 6029358.
HSL color Cylindrical-coordinate representation of color #2E005C: hue angle of 270º 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 #2E005C is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 0 | 92 | - |
| CMYK | 0.50 | 1 | 0 | 0.64 |
| HSL | 270º | 1% | 0.18% | - |
| HSV(B) | 270º | 1% | 0.36% | - |
| XYZ | 3.06 | 1.35 | 10.23 | - |
| YUV | 24.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 92 | 0.50 | 1 | 0 | 0.64 | 270 | 1 | 0.18 |
| Hex | 2E | 0 | 5C | 32 | 64 | 0 | 40 | 10E | 64 | 12 |
| Octal | 56 | 0 | 134 | 62 | 144 | 0 | 100 | 416 | 144 | 22 |
| Binary | 101110 | 0 | 1011100 | 110010 | 1100100 | 0 | 1000000 | 100001110 | 1100100 | 10010 |
Color Harmonies of #2E005C
Complementary color
Monochromatic Colors of #2E005C
Black with #2E005C
Text Example
Text Example
White with #2E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E005C; }
p { color: rgb(46,0,92); }
H1.HeaderClassName
{
color: #2E005C;
}
.AnyTagClassName
{
color: #2E005C;
}
</style>
background-color css
<style>
a { background-color: #2E005C; }
a { background-color: rgb(46,0,92); }
div.DivClassName
{
background-color: #2E005C;
}
.BgClassName
{
background-color: #2E005C;
}
</style>
border-color css
<style>
span { border-color: #2E005C; }
span { border-color: rgb(46,0,92); }
td.TdClassName
{
border-color: #2E005C;
}
.TagClassName
{
border-color: #2E005C;
}
</style>