Shades of Christalle #33195E
Tints of Christalle #33195E
RGB
CMYK
RGB Variations
Color information
#33195E (or 0x33195E) is known color: Christalle. HEX triplet: 33, 19 and 5E. RGB value is (51,25,94). Sum of RGB (Red+Green+Blue) = 51+25+94=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #33195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33195E is #CCE6A1. Grayscale: #282828. Windows color (decimal): -13428386 or 6166835. OLE color: 6166835.
HSL color Cylindrical-coordinate representation of color #33195E: hue angle of 262.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33195E is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 25 | 94 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.63 |
| HSL | 262.61º | 0.58% | 0.23% | - |
| HSV(B) | 262.61º | 0.73% | 0.37% | - |
| XYZ | 3.73 | 2.21 | 10.82 | - |
| YUV | 40.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 94 | 0.46 | 0.73 | 0 | 0.63 | 262.61 | 0.58 | 0.23 |
| Hex | 33 | 19 | 5E | 2E | 49 | 0 | 3F | 107 | 3A | 17 |
| Octal | 63 | 31 | 136 | 56 | 111 | 0 | 77 | 407 | 72 | 27 |
| Binary | 110011 | 11001 | 1011110 | 101110 | 1001001 | 0 | 111111 | 100000111 | 111010 | 10111 |
Color Harmonies of #33195E
Complementary color
Monochromatic Colors of #33195E
Black with #33195E
Text Example
Text Example
White with #33195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33195E; }
p { color: rgb(51,25,94); }
H1.HeaderClassName
{
color: #33195E;
}
.AnyTagClassName
{
color: #33195E;
}
</style>
background-color css
<style>
a { background-color: #33195E; }
a { background-color: rgb(51,25,94); }
div.DivClassName
{
background-color: #33195E;
}
.BgClassName
{
background-color: #33195E;
}
</style>
border-color css
<style>
span { border-color: #33195E; }
span { border-color: rgb(51,25,94); }
td.TdClassName
{
border-color: #33195E;
}
.TagClassName
{
border-color: #33195E;
}
</style>