Shades of Christalle #33025D
Tints of Christalle #33025D
RGB
CMYK
RGB Variations
Color information
#33025D (or 0x33025D) is known color: Christalle. HEX triplet: 33, 02 and 5D. RGB value is (51,2,93). Sum of RGB (Red+Green+Blue) = 51+2+93=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #33025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33025D is #CCFDA2. Grayscale: #1A1A1A. Windows color (decimal): -13434275 or 6095411. OLE color: 6095411.
HSL color Cylindrical-coordinate representation of color #33025D: hue angle of 272.31º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33025D is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 2 | 93 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.64 |
| HSL | 272.31º | 0.96% | 0.19% | - |
| HSV(B) | 272.31º | 0.98% | 0.36% | - |
| XYZ | 3.36 | 1.54 | 10.48 | - |
| YUV | 27.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 93 | 0.45 | 0.98 | 0 | 0.64 | 272.31 | 0.96 | 0.19 |
| Hex | 33 | 2 | 5D | 2D | 62 | 0 | 40 | 110 | 60 | 13 |
| Octal | 63 | 2 | 135 | 55 | 142 | 0 | 100 | 420 | 140 | 23 |
| Binary | 110011 | 10 | 1011101 | 101101 | 1100010 | 0 | 1000000 | 100010000 | 1100000 | 10011 |
Color Harmonies of #33025D
Complementary color
Monochromatic Colors of #33025D
Black with #33025D
Text Example
Text Example
White with #33025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33025D; }
p { color: rgb(51,2,93); }
H1.HeaderClassName
{
color: #33025D;
}
.AnyTagClassName
{
color: #33025D;
}
</style>
background-color css
<style>
a { background-color: #33025D; }
a { background-color: rgb(51,2,93); }
div.DivClassName
{
background-color: #33025D;
}
.BgClassName
{
background-color: #33025D;
}
</style>
border-color css
<style>
span { border-color: #33025D; }
span { border-color: rgb(51,2,93); }
td.TdClassName
{
border-color: #33025D;
}
.TagClassName
{
border-color: #33025D;
}
</style>