Shades of Christalle #33185A
Tints of Christalle #33185A
RGB
CMYK
RGB Variations
Color information
#33185A (or 0x33185A) is known color: Christalle. HEX triplet: 33, 18 and 5A. RGB value is (51,24,90). Sum of RGB (Red+Green+Blue) = 51+24+90=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #33185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33185A is #CCE7A5. Grayscale: #272727. Windows color (decimal): -13428646 or 5904435. OLE color: 5904435.
HSL color Cylindrical-coordinate representation of color #33185A: hue angle of 264.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33185A is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 24 | 90 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.65 |
| HSL | 264.55º | 0.58% | 0.22% | - |
| HSV(B) | 264.55º | 0.73% | 0.35% | - |
| XYZ | 3.54 | 2.1 | 9.89 | - |
| YUV | 39.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 90 | 0.43 | 0.73 | 0 | 0.65 | 264.55 | 0.58 | 0.22 |
| Hex | 33 | 18 | 5A | 2B | 49 | 0 | 41 | 109 | 3A | 16 |
| Octal | 63 | 30 | 132 | 53 | 111 | 0 | 101 | 411 | 72 | 26 |
| Binary | 110011 | 11000 | 1011010 | 101011 | 1001001 | 0 | 1000001 | 100001001 | 111010 | 10110 |
Color Harmonies of #33185A
Complementary color
Monochromatic Colors of #33185A
Black with #33185A
Text Example
Text Example
White with #33185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33185A; }
p { color: rgb(51,24,90); }
H1.HeaderClassName
{
color: #33185A;
}
.AnyTagClassName
{
color: #33185A;
}
</style>
background-color css
<style>
a { background-color: #33185A; }
a { background-color: rgb(51,24,90); }
div.DivClassName
{
background-color: #33185A;
}
.BgClassName
{
background-color: #33185A;
}
</style>
border-color css
<style>
span { border-color: #33185A; }
span { border-color: rgb(51,24,90); }
td.TdClassName
{
border-color: #33185A;
}
.TagClassName
{
border-color: #33185A;
}
</style>