Shades of Christalle #331A69
Tints of Christalle #331A69
RGB
CMYK
RGB Variations
Color information
#331A69 (or 0x331A69) is known color: Christalle. HEX triplet: 33, 1A and 69. RGB value is (51,26,105). Sum of RGB (Red+Green+Blue) = 51+26+105=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #331A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A69 is #CCE596. Grayscale: #2A2A2A. Windows color (decimal): -13428119 or 6887987. OLE color: 6887987.
HSL color Cylindrical-coordinate representation of color #331A69: hue angle of 258.99º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331A69 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 26 | 105 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.59 |
| HSL | 258.99º | 0.6% | 0.26% | - |
| HSV(B) | 258.99º | 0.75% | 0.41% | - |
| XYZ | 4.28 | 2.46 | 13.61 | - |
| YUV | 42.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 105 | 0.51 | 0.75 | 0 | 0.59 | 258.99 | 0.6 | 0.26 |
| Hex | 33 | 1A | 69 | 33 | 4B | 0 | 3B | 103 | 3C | 1A |
| Octal | 63 | 32 | 151 | 63 | 113 | 0 | 73 | 403 | 74 | 32 |
| Binary | 110011 | 11010 | 1101001 | 110011 | 1001011 | 0 | 111011 | 100000011 | 111100 | 11010 |
Color Harmonies of #331A69
Complementary color
Monochromatic Colors of #331A69
Black with #331A69
Text Example
Text Example
White with #331A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A69; }
p { color: rgb(51,26,105); }
H1.HeaderClassName
{
color: #331A69;
}
.AnyTagClassName
{
color: #331A69;
}
</style>
background-color css
<style>
a { background-color: #331A69; }
a { background-color: rgb(51,26,105); }
div.DivClassName
{
background-color: #331A69;
}
.BgClassName
{
background-color: #331A69;
}
</style>
border-color css
<style>
span { border-color: #331A69; }
span { border-color: rgb(51,26,105); }
td.TdClassName
{
border-color: #331A69;
}
.TagClassName
{
border-color: #331A69;
}
</style>