Shades of Christalle #330F62
Tints of Christalle #330F62
RGB
CMYK
RGB Variations
Color information
#330F62 (or 0x330F62) is known color: Christalle. HEX triplet: 33, 0F and 62. RGB value is (51,15,98). Sum of RGB (Red+Green+Blue) = 51+15+98=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #330F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F62 is #CCF09D. Grayscale: #222222. Windows color (decimal): -13430942 or 6426419. OLE color: 6426419.
HSL color Cylindrical-coordinate representation of color #330F62: hue angle of 266.02º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330F62 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 15 | 98 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.62 |
| HSL | 266.02º | 0.73% | 0.22% | - |
| HSV(B) | 266.02º | 0.85% | 0.38% | - |
| XYZ | 3.74 | 1.93 | 11.73 | - |
| YUV | 35.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 98 | 0.48 | 0.85 | 0 | 0.62 | 266.02 | 0.73 | 0.22 |
| Hex | 33 | F | 62 | 30 | 55 | 0 | 3E | 10A | 49 | 16 |
| Octal | 63 | 17 | 142 | 60 | 125 | 0 | 76 | 412 | 111 | 26 |
| Binary | 110011 | 1111 | 1100010 | 110000 | 1010101 | 0 | 111110 | 100001010 | 1001001 | 10110 |
Color Harmonies of #330F62
Complementary color
Monochromatic Colors of #330F62
Black with #330F62
Text Example
Text Example
White with #330F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F62; }
p { color: rgb(51,15,98); }
H1.HeaderClassName
{
color: #330F62;
}
.AnyTagClassName
{
color: #330F62;
}
</style>
background-color css
<style>
a { background-color: #330F62; }
a { background-color: rgb(51,15,98); }
div.DivClassName
{
background-color: #330F62;
}
.BgClassName
{
background-color: #330F62;
}
</style>
border-color css
<style>
span { border-color: #330F62; }
span { border-color: rgb(51,15,98); }
td.TdClassName
{
border-color: #330F62;
}
.TagClassName
{
border-color: #330F62;
}
</style>