Shades of Christalle #331A68
Tints of Christalle #331A68
RGB
CMYK
RGB Variations
Color information
#331A68 (or 0x331A68) is known color: Christalle. HEX triplet: 33, 1A and 68. RGB value is (51,26,104). Sum of RGB (Red+Green+Blue) = 51+26+104=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #331A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A68 is #CCE597. Grayscale: #2A2A2A. Windows color (decimal): -13428120 or 6822451. OLE color: 6822451.
HSL color Cylindrical-coordinate representation of color #331A68: hue angle of 259.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331A68 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 26 | 104 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.59 |
| HSL | 259.23º | 0.6% | 0.25% | - |
| HSV(B) | 259.23º | 0.75% | 0.41% | - |
| XYZ | 4.23 | 2.44 | 13.34 | - |
| YUV | 42.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 104 | 0.51 | 0.75 | 0 | 0.59 | 259.23 | 0.6 | 0.25 |
| Hex | 33 | 1A | 68 | 33 | 4B | 0 | 3B | 103 | 3C | 19 |
| Octal | 63 | 32 | 150 | 63 | 113 | 0 | 73 | 403 | 74 | 31 |
| Binary | 110011 | 11010 | 1101000 | 110011 | 1001011 | 0 | 111011 | 100000011 | 111100 | 11001 |
Color Harmonies of #331A68
Complementary color
Monochromatic Colors of #331A68
Black with #331A68
Text Example
Text Example
White with #331A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A68; }
p { color: rgb(51,26,104); }
H1.HeaderClassName
{
color: #331A68;
}
.AnyTagClassName
{
color: #331A68;
}
</style>
background-color css
<style>
a { background-color: #331A68; }
a { background-color: rgb(51,26,104); }
div.DivClassName
{
background-color: #331A68;
}
.BgClassName
{
background-color: #331A68;
}
</style>
border-color css
<style>
span { border-color: #331A68; }
span { border-color: rgb(51,26,104); }
td.TdClassName
{
border-color: #331A68;
}
.TagClassName
{
border-color: #331A68;
}
</style>