Shades of Christalle #33005E
Tints of Christalle #33005E
RGB
CMYK
RGB Variations
Color information
#33005E (or 0x33005E) is known color: Christalle. HEX triplet: 33, 00 and 5E. RGB value is (51,0,94). Sum of RGB (Red+Green+Blue) = 51+0+94=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #33005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33005E is #CCFFA1. Grayscale: #191919. Windows color (decimal): -13434786 or 6160435. OLE color: 6160435.
HSL color Cylindrical-coordinate representation of color #33005E: hue angle of 272.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33005E is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 0 | 94 | - |
| CMYK | 0.46 | 1 | 0 | 0.63 |
| HSL | 272.55º | 1% | 0.18% | - |
| HSV(B) | 272.55º | 1% | 0.37% | - |
| XYZ | 3.39 | 1.51 | 10.7 | - |
| YUV | 25.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 94 | 0.46 | 1 | 0 | 0.63 | 272.55 | 1 | 0.18 |
| Hex | 33 | 0 | 5E | 2E | 64 | 0 | 3F | 111 | 64 | 12 |
| Octal | 63 | 0 | 136 | 56 | 144 | 0 | 77 | 421 | 144 | 22 |
| Binary | 110011 | 0 | 1011110 | 101110 | 1100100 | 0 | 111111 | 100010001 | 1100100 | 10010 |
Color Harmonies of #33005E
Complementary color
Monochromatic Colors of #33005E
Black with #33005E
Text Example
Text Example
White with #33005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33005E; }
p { color: rgb(51,0,94); }
H1.HeaderClassName
{
color: #33005E;
}
.AnyTagClassName
{
color: #33005E;
}
</style>
background-color css
<style>
a { background-color: #33005E; }
a { background-color: rgb(51,0,94); }
div.DivClassName
{
background-color: #33005E;
}
.BgClassName
{
background-color: #33005E;
}
</style>
border-color css
<style>
span { border-color: #33005E; }
span { border-color: rgb(51,0,94); }
td.TdClassName
{
border-color: #33005E;
}
.TagClassName
{
border-color: #33005E;
}
</style>