Shades of Christalle #330A5C
Tints of Christalle #330A5C
RGB
CMYK
RGB Variations
Color information
#330A5C (or 0x330A5C) is known color: Christalle. HEX triplet: 33, 0A and 5C. RGB value is (51,10,92). Sum of RGB (Red+Green+Blue) = 51+10+92=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #330A5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A5C is #CCF5A3. Grayscale: #1F1F1F. Windows color (decimal): -13432228 or 6031923. OLE color: 6031923.
HSL color Cylindrical-coordinate representation of color #330A5C: hue angle of 270º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330A5C is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 10 | 92 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.64 |
| HSL | 270º | 0.8% | 0.2% | - |
| HSV(B) | 270º | 0.89% | 0.36% | - |
| XYZ | 3.41 | 1.69 | 10.27 | - |
| YUV | 31.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 92 | 0.45 | 0.89 | 0 | 0.64 | 270 | 0.8 | 0.2 |
| Hex | 33 | A | 5C | 2D | 59 | 0 | 40 | 10E | 50 | 14 |
| Octal | 63 | 12 | 134 | 55 | 131 | 0 | 100 | 416 | 120 | 24 |
| Binary | 110011 | 1010 | 1011100 | 101101 | 1011001 | 0 | 1000000 | 100001110 | 1010000 | 10100 |
Color Harmonies of #330A5C
Complementary color
Monochromatic Colors of #330A5C
Black with #330A5C
Text Example
Text Example
White with #330A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A5C; }
p { color: rgb(51,10,92); }
H1.HeaderClassName
{
color: #330A5C;
}
.AnyTagClassName
{
color: #330A5C;
}
</style>
background-color css
<style>
a { background-color: #330A5C; }
a { background-color: rgb(51,10,92); }
div.DivClassName
{
background-color: #330A5C;
}
.BgClassName
{
background-color: #330A5C;
}
</style>
border-color css
<style>
span { border-color: #330A5C; }
span { border-color: rgb(51,10,92); }
td.TdClassName
{
border-color: #330A5C;
}
.TagClassName
{
border-color: #330A5C;
}
</style>