Shades of Christalle #452363
Tints of Christalle #452363
RGB
CMYK
RGB Variations
Color information
#452363 (or 0x452363) is known color: Christalle. HEX triplet: 45, 23 and 63. RGB value is (69,35,99). Sum of RGB (Red+Green+Blue) = 69+35+99=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #452363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452363 is #BADC9C. Grayscale: #343434. Windows color (decimal): -12246173 or 6497093. OLE color: 6497093.
HSL color Cylindrical-coordinate representation of color #452363: hue angle of 271.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452363 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 35 | 99 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.61 |
| HSL | 271.88º | 0.48% | 0.26% | - |
| HSV(B) | 271.88º | 0.65% | 0.39% | - |
| XYZ | 5.31 | 3.37 | 12.17 | - |
| YUV | 52.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 99 | 0.30 | 0.65 | 0 | 0.61 | 271.88 | 0.48 | 0.26 |
| Hex | 45 | 23 | 63 | 1E | 41 | 0 | 3D | 110 | 30 | 1A |
| Octal | 105 | 43 | 143 | 36 | 101 | 0 | 75 | 420 | 60 | 32 |
| Binary | 1000101 | 100011 | 1100011 | 11110 | 1000001 | 0 | 111101 | 100010000 | 110000 | 11010 |
Color Harmonies of #452363
Complementary color
Monochromatic Colors of #452363
Black with #452363
Text Example
Text Example
White with #452363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452363; }
p { color: rgb(69,35,99); }
H1.HeaderClassName
{
color: #452363;
}
.AnyTagClassName
{
color: #452363;
}
</style>
background-color css
<style>
a { background-color: #452363; }
a { background-color: rgb(69,35,99); }
div.DivClassName
{
background-color: #452363;
}
.BgClassName
{
background-color: #452363;
}
</style>
border-color css
<style>
span { border-color: #452363; }
span { border-color: rgb(69,35,99); }
td.TdClassName
{
border-color: #452363;
}
.TagClassName
{
border-color: #452363;
}
</style>