Shades of Christalle #33095C
Tints of Christalle #33095C
RGB
CMYK
RGB Variations
Color information
#33095C (or 0x33095C) is known color: Christalle. HEX triplet: 33, 09 and 5C. RGB value is (51,9,92). Sum of RGB (Red+Green+Blue) = 51+9+92=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #33095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33095C is #CCF6A3. Grayscale: #1E1E1E. Windows color (decimal): -13432484 or 6031667. OLE color: 6031667.
HSL color Cylindrical-coordinate representation of color #33095C: hue angle of 270.36º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33095C is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 9 | 92 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.64 |
| HSL | 270.36º | 0.82% | 0.2% | - |
| HSV(B) | 270.36º | 0.9% | 0.36% | - |
| XYZ | 3.39 | 1.67 | 10.27 | - |
| YUV | 31.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 92 | 0.45 | 0.90 | 0 | 0.64 | 270.36 | 0.82 | 0.2 |
| Hex | 33 | 9 | 5C | 2D | 5A | 0 | 40 | 10E | 52 | 14 |
| Octal | 63 | 11 | 134 | 55 | 132 | 0 | 100 | 416 | 122 | 24 |
| Binary | 110011 | 1001 | 1011100 | 101101 | 1011010 | 0 | 1000000 | 100001110 | 1010010 | 10100 |
Color Harmonies of #33095C
Complementary color
Monochromatic Colors of #33095C
Black with #33095C
Text Example
Text Example
White with #33095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33095C; }
p { color: rgb(51,9,92); }
H1.HeaderClassName
{
color: #33095C;
}
.AnyTagClassName
{
color: #33095C;
}
</style>
background-color css
<style>
a { background-color: #33095C; }
a { background-color: rgb(51,9,92); }
div.DivClassName
{
background-color: #33095C;
}
.BgClassName
{
background-color: #33095C;
}
</style>
border-color css
<style>
span { border-color: #33095C; }
span { border-color: rgb(51,9,92); }
td.TdClassName
{
border-color: #33095C;
}
.TagClassName
{
border-color: #33095C;
}
</style>