Shades of Christalle #331A5C
Tints of Christalle #331A5C
RGB
CMYK
RGB Variations
Color information
#331A5C (or 0x331A5C) is known color: Christalle. HEX triplet: 33, 1A and 5C. RGB value is (51,26,92). Sum of RGB (Red+Green+Blue) = 51+26+92=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #331A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A5C is #CCE5A3. Grayscale: #282828. Windows color (decimal): -13428132 or 6036019. OLE color: 6036019.
HSL color Cylindrical-coordinate representation of color #331A5C: hue angle of 262.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #331A5C is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 26 | 92 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.64 |
| HSL | 262.73º | 0.56% | 0.23% | - |
| HSV(B) | 262.73º | 0.72% | 0.36% | - |
| XYZ | 3.67 | 2.22 | 10.36 | - |
| YUV | 41 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 92 | 0.45 | 0.72 | 0 | 0.64 | 262.73 | 0.56 | 0.23 |
| Hex | 33 | 1A | 5C | 2D | 48 | 0 | 40 | 107 | 38 | 17 |
| Octal | 63 | 32 | 134 | 55 | 110 | 0 | 100 | 407 | 70 | 27 |
| Binary | 110011 | 11010 | 1011100 | 101101 | 1001000 | 0 | 1000000 | 100000111 | 111000 | 10111 |
Color Harmonies of #331A5C
Complementary color
Monochromatic Colors of #331A5C
Black with #331A5C
Text Example
Text Example
White with #331A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A5C; }
p { color: rgb(51,26,92); }
H1.HeaderClassName
{
color: #331A5C;
}
.AnyTagClassName
{
color: #331A5C;
}
</style>
background-color css
<style>
a { background-color: #331A5C; }
a { background-color: rgb(51,26,92); }
div.DivClassName
{
background-color: #331A5C;
}
.BgClassName
{
background-color: #331A5C;
}
</style>
border-color css
<style>
span { border-color: #331A5C; }
span { border-color: rgb(51,26,92); }
td.TdClassName
{
border-color: #331A5C;
}
.TagClassName
{
border-color: #331A5C;
}
</style>