Shades of Christalle #331A58
Tints of Christalle #331A58
RGB
CMYK
RGB Variations
Color information
#331A58 (or 0x331A58) is known color: Christalle. HEX triplet: 33, 1A and 58. RGB value is (51,26,88). Sum of RGB (Red+Green+Blue) = 51+26+88=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #331A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A58 is #CCE5A7. Grayscale: #282828. Windows color (decimal): -13428136 or 5773875. OLE color: 5773875.
HSL color Cylindrical-coordinate representation of color #331A58: hue angle of 264.19º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331A58 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 26 | 88 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.65 |
| HSL | 264.19º | 0.54% | 0.22% | - |
| HSV(B) | 264.19º | 0.7% | 0.35% | - |
| XYZ | 3.5 | 2.15 | 9.46 | - |
| YUV | 40.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 88 | 0.42 | 0.70 | 0 | 0.65 | 264.19 | 0.54 | 0.22 |
| Hex | 33 | 1A | 58 | 2A | 46 | 0 | 41 | 108 | 36 | 16 |
| Octal | 63 | 32 | 130 | 52 | 106 | 0 | 101 | 410 | 66 | 26 |
| Binary | 110011 | 11010 | 1011000 | 101010 | 1000110 | 0 | 1000001 | 100001000 | 110110 | 10110 |
Color Harmonies of #331A58
Complementary color
Monochromatic Colors of #331A58
Black with #331A58
Text Example
Text Example
White with #331A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A58; }
p { color: rgb(51,26,88); }
H1.HeaderClassName
{
color: #331A58;
}
.AnyTagClassName
{
color: #331A58;
}
</style>
background-color css
<style>
a { background-color: #331A58; }
a { background-color: rgb(51,26,88); }
div.DivClassName
{
background-color: #331A58;
}
.BgClassName
{
background-color: #331A58;
}
</style>
border-color css
<style>
span { border-color: #331A58; }
span { border-color: rgb(51,26,88); }
td.TdClassName
{
border-color: #331A58;
}
.TagClassName
{
border-color: #331A58;
}
</style>