Shades of Christalle #250D61
Tints of Christalle #250D61
RGB
CMYK
RGB Variations
Color information
#250D61 (or 0x250D61) is known color: Christalle. HEX triplet: 25, 0D and 61. RGB value is (37,13,97). Sum of RGB (Red+Green+Blue) = 37+13+97=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #250D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D61 is #DAF29E. Grayscale: #1D1D1D. Windows color (decimal): -14348959 or 6360357. OLE color: 6360357.
HSL color Cylindrical-coordinate representation of color #250D61: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250D61 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 13 | 97 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.62 |
| HSL | 257.14º | 0.76% | 0.22% | - |
| HSV(B) | 257.14º | 0.87% | 0.38% | - |
| XYZ | 3.06 | 1.54 | 11.45 | - |
| YUV | 29.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 97 | 0.62 | 0.87 | 0 | 0.62 | 257.14 | 0.76 | 0.22 |
| Hex | 25 | D | 61 | 3E | 57 | 0 | 3E | 101 | 4C | 16 |
| Octal | 45 | 15 | 141 | 76 | 127 | 0 | 76 | 401 | 114 | 26 |
| Binary | 100101 | 1101 | 1100001 | 111110 | 1010111 | 0 | 111110 | 100000001 | 1001100 | 10110 |
Color Harmonies of #250D61
Complementary color
Monochromatic Colors of #250D61
Black with #250D61
Text Example
Text Example
White with #250D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D61; }
p { color: rgb(37,13,97); }
H1.HeaderClassName
{
color: #250D61;
}
.AnyTagClassName
{
color: #250D61;
}
</style>
background-color css
<style>
a { background-color: #250D61; }
a { background-color: rgb(37,13,97); }
div.DivClassName
{
background-color: #250D61;
}
.BgClassName
{
background-color: #250D61;
}
</style>
border-color css
<style>
span { border-color: #250D61; }
span { border-color: rgb(37,13,97); }
td.TdClassName
{
border-color: #250D61;
}
.TagClassName
{
border-color: #250D61;
}
</style>