Shades of Christalle #331A5E
Tints of Christalle #331A5E
RGB
CMYK
RGB Variations
Color information
#331A5E (or 0x331A5E) is known color: Christalle. HEX triplet: 33, 1A and 5E. RGB value is (51,26,94). Sum of RGB (Red+Green+Blue) = 51+26+94=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #331A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A5E is #CCE5A1. Grayscale: #282828. Windows color (decimal): -13428130 or 6167091. OLE color: 6167091.
HSL color Cylindrical-coordinate representation of color #331A5E: hue angle of 262.06º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331A5E is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 26 | 94 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.63 |
| HSL | 262.06º | 0.57% | 0.24% | - |
| HSV(B) | 262.06º | 0.72% | 0.37% | - |
| XYZ | 3.76 | 2.25 | 10.83 | - |
| YUV | 41.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 94 | 0.46 | 0.72 | 0 | 0.63 | 262.06 | 0.57 | 0.24 |
| Hex | 33 | 1A | 5E | 2E | 48 | 0 | 3F | 106 | 39 | 18 |
| Octal | 63 | 32 | 136 | 56 | 110 | 0 | 77 | 406 | 71 | 30 |
| Binary | 110011 | 11010 | 1011110 | 101110 | 1001000 | 0 | 111111 | 100000110 | 111001 | 11000 |
Color Harmonies of #331A5E
Complementary color
Monochromatic Colors of #331A5E
Black with #331A5E
Text Example
Text Example
White with #331A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A5E; }
p { color: rgb(51,26,94); }
H1.HeaderClassName
{
color: #331A5E;
}
.AnyTagClassName
{
color: #331A5E;
}
</style>
background-color css
<style>
a { background-color: #331A5E; }
a { background-color: rgb(51,26,94); }
div.DivClassName
{
background-color: #331A5E;
}
.BgClassName
{
background-color: #331A5E;
}
</style>
border-color css
<style>
span { border-color: #331A5E; }
span { border-color: rgb(51,26,94); }
td.TdClassName
{
border-color: #331A5E;
}
.TagClassName
{
border-color: #331A5E;
}
</style>