Shades of Christalle #33055C
Tints of Christalle #33055C
RGB
CMYK
RGB Variations
Color information
#33055C (or 0x33055C) is known color: Christalle. HEX triplet: 33, 05 and 5C. RGB value is (51,5,92). Sum of RGB (Red+Green+Blue) = 51+5+92=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #33055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33055C is #CCFAA3. Grayscale: #1C1C1C. Windows color (decimal): -13433508 or 6030643. OLE color: 6030643.
HSL color Cylindrical-coordinate representation of color #33055C: hue angle of 271.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33055C is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 5 | 92 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.64 |
| HSL | 271.72º | 0.9% | 0.19% | - |
| HSV(B) | 271.72º | 0.95% | 0.36% | - |
| XYZ | 3.35 | 1.59 | 10.25 | - |
| YUV | 28.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 92 | 0.45 | 0.95 | 0 | 0.64 | 271.72 | 0.9 | 0.19 |
| Hex | 33 | 5 | 5C | 2D | 5F | 0 | 40 | 110 | 5A | 13 |
| Octal | 63 | 5 | 134 | 55 | 137 | 0 | 100 | 420 | 132 | 23 |
| Binary | 110011 | 101 | 1011100 | 101101 | 1011111 | 0 | 1000000 | 100010000 | 1011010 | 10011 |
Color Harmonies of #33055C
Complementary color
Monochromatic Colors of #33055C
Black with #33055C
Text Example
Text Example
White with #33055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33055C; }
p { color: rgb(51,5,92); }
H1.HeaderClassName
{
color: #33055C;
}
.AnyTagClassName
{
color: #33055C;
}
</style>
background-color css
<style>
a { background-color: #33055C; }
a { background-color: rgb(51,5,92); }
div.DivClassName
{
background-color: #33055C;
}
.BgClassName
{
background-color: #33055C;
}
</style>
border-color css
<style>
span { border-color: #33055C; }
span { border-color: rgb(51,5,92); }
td.TdClassName
{
border-color: #33055C;
}
.TagClassName
{
border-color: #33055C;
}
</style>