Shades of Christalle #451F66
Tints of Christalle #451F66
RGB
CMYK
RGB Variations
Color information
#451F66 (or 0x451F66) is known color: Christalle. HEX triplet: 45, 1F and 66. RGB value is (69,31,102). Sum of RGB (Red+Green+Blue) = 69+31+102=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #451F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F66 is #BAE099. Grayscale: #323232. Windows color (decimal): -12247194 or 6692677. OLE color: 6692677.
HSL color Cylindrical-coordinate representation of color #451F66: hue angle of 272.11º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451F66 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 31 | 102 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.6 |
| HSL | 272.11º | 0.53% | 0.26% | - |
| HSV(B) | 272.11º | 0.7% | 0.4% | - |
| XYZ | 5.34 | 3.2 | 12.91 | - |
| YUV | 50.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 102 | 0.32 | 0.70 | 0 | 0.6 | 272.11 | 0.53 | 0.26 |
| Hex | 45 | 1F | 66 | 20 | 46 | 0 | 3C | 110 | 35 | 1A |
| Octal | 105 | 37 | 146 | 40 | 106 | 0 | 74 | 420 | 65 | 32 |
| Binary | 1000101 | 11111 | 1100110 | 100000 | 1000110 | 0 | 111100 | 100010000 | 110101 | 11010 |
Color Harmonies of #451F66
Complementary color
Monochromatic Colors of #451F66
Black with #451F66
Text Example
Text Example
White with #451F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F66; }
p { color: rgb(69,31,102); }
H1.HeaderClassName
{
color: #451F66;
}
.AnyTagClassName
{
color: #451F66;
}
</style>
background-color css
<style>
a { background-color: #451F66; }
a { background-color: rgb(69,31,102); }
div.DivClassName
{
background-color: #451F66;
}
.BgClassName
{
background-color: #451F66;
}
</style>
border-color css
<style>
span { border-color: #451F66; }
span { border-color: rgb(69,31,102); }
td.TdClassName
{
border-color: #451F66;
}
.TagClassName
{
border-color: #451F66;
}
</style>