Shades of Christalle #451B63
Tints of Christalle #451B63
RGB
CMYK
RGB Variations
Color information
#451B63 (or 0x451B63) is known color: Christalle. HEX triplet: 45, 1B and 63. RGB value is (69,27,99). Sum of RGB (Red+Green+Blue) = 69+27+99=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #451B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B63 is #BAE49C. Grayscale: #2F2F2F. Windows color (decimal): -12248221 or 6495045. OLE color: 6495045.
HSL color Cylindrical-coordinate representation of color #451B63: hue angle of 275º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #451B63 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 27 | 99 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.61 |
| HSL | 275º | 0.57% | 0.25% | - |
| HSV(B) | 275º | 0.73% | 0.39% | - |
| XYZ | 5.1 | 2.95 | 12.11 | - |
| YUV | 47.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 99 | 0.30 | 0.73 | 0 | 0.61 | 275 | 0.57 | 0.25 |
| Hex | 45 | 1B | 63 | 1E | 49 | 0 | 3D | 113 | 39 | 19 |
| Octal | 105 | 33 | 143 | 36 | 111 | 0 | 75 | 423 | 71 | 31 |
| Binary | 1000101 | 11011 | 1100011 | 11110 | 1001001 | 0 | 111101 | 100010011 | 111001 | 11001 |
Color Harmonies of #451B63
Complementary color
Monochromatic Colors of #451B63
Black with #451B63
Text Example
Text Example
White with #451B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B63; }
p { color: rgb(69,27,99); }
H1.HeaderClassName
{
color: #451B63;
}
.AnyTagClassName
{
color: #451B63;
}
</style>
background-color css
<style>
a { background-color: #451B63; }
a { background-color: rgb(69,27,99); }
div.DivClassName
{
background-color: #451B63;
}
.BgClassName
{
background-color: #451B63;
}
</style>
border-color css
<style>
span { border-color: #451B63; }
span { border-color: rgb(69,27,99); }
td.TdClassName
{
border-color: #451B63;
}
.TagClassName
{
border-color: #451B63;
}
</style>