Shades of Christalle #33055E
Tints of Christalle #33055E
RGB
CMYK
RGB Variations
Color information
#33055E (or 0x33055E) is known color: Christalle. HEX triplet: 33, 05 and 5E. RGB value is (51,5,94). Sum of RGB (Red+Green+Blue) = 51+5+94=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #33055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33055E is #CCFAA1. Grayscale: #1C1C1C. Windows color (decimal): -13433506 or 6161715. OLE color: 6161715.
HSL color Cylindrical-coordinate representation of color #33055E: hue angle of 271.01º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33055E is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 5 | 94 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.63 |
| HSL | 271.01º | 0.9% | 0.19% | - |
| HSV(B) | 271.01º | 0.95% | 0.37% | - |
| XYZ | 3.44 | 1.62 | 10.72 | - |
| YUV | 28.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 94 | 0.46 | 0.95 | 0 | 0.63 | 271.01 | 0.9 | 0.19 |
| Hex | 33 | 5 | 5E | 2E | 5F | 0 | 3F | 10F | 5A | 13 |
| Octal | 63 | 5 | 136 | 56 | 137 | 0 | 77 | 417 | 132 | 23 |
| Binary | 110011 | 101 | 1011110 | 101110 | 1011111 | 0 | 111111 | 100001111 | 1011010 | 10011 |
Color Harmonies of #33055E
Complementary color
Monochromatic Colors of #33055E
Black with #33055E
Text Example
Text Example
White with #33055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33055E; }
p { color: rgb(51,5,94); }
H1.HeaderClassName
{
color: #33055E;
}
.AnyTagClassName
{
color: #33055E;
}
</style>
background-color css
<style>
a { background-color: #33055E; }
a { background-color: rgb(51,5,94); }
div.DivClassName
{
background-color: #33055E;
}
.BgClassName
{
background-color: #33055E;
}
</style>
border-color css
<style>
span { border-color: #33055E; }
span { border-color: rgb(51,5,94); }
td.TdClassName
{
border-color: #33055E;
}
.TagClassName
{
border-color: #33055E;
}
</style>