Shades of Christalle #33196B
Tints of Christalle #33196B
RGB
CMYK
RGB Variations
Color information
#33196B (or 0x33196B) is known color: Christalle. HEX triplet: 33, 19 and 6B. RGB value is (51,25,107). Sum of RGB (Red+Green+Blue) = 51+25+107=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #33196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33196B is #CCE694. Grayscale: #292929. Windows color (decimal): -13428373 or 7018803. OLE color: 7018803.
HSL color Cylindrical-coordinate representation of color #33196B: hue angle of 259.02º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33196B is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 25 | 107 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.58 |
| HSL | 259.02º | 0.62% | 0.26% | - |
| HSV(B) | 259.02º | 0.77% | 0.42% | - |
| XYZ | 4.37 | 2.46 | 14.15 | - |
| YUV | 42.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 107 | 0.52 | 0.77 | 0 | 0.58 | 259.02 | 0.62 | 0.26 |
| Hex | 33 | 19 | 6B | 34 | 4D | 0 | 3A | 103 | 3E | 1A |
| Octal | 63 | 31 | 153 | 64 | 115 | 0 | 72 | 403 | 76 | 32 |
| Binary | 110011 | 11001 | 1101011 | 110100 | 1001101 | 0 | 111010 | 100000011 | 111110 | 11010 |
Color Harmonies of #33196B
Complementary color
Monochromatic Colors of #33196B
Black with #33196B
Text Example
Text Example
White with #33196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33196B; }
p { color: rgb(51,25,107); }
H1.HeaderClassName
{
color: #33196B;
}
.AnyTagClassName
{
color: #33196B;
}
</style>
background-color css
<style>
a { background-color: #33196B; }
a { background-color: rgb(51,25,107); }
div.DivClassName
{
background-color: #33196B;
}
.BgClassName
{
background-color: #33196B;
}
</style>
border-color css
<style>
span { border-color: #33196B; }
span { border-color: rgb(51,25,107); }
td.TdClassName
{
border-color: #33196B;
}
.TagClassName
{
border-color: #33196B;
}
</style>