Shades of Christalle #250D5B
Tints of Christalle #250D5B
RGB
CMYK
RGB Variations
Color information
#250D5B (or 0x250D5B) is known color: Christalle. HEX triplet: 25, 0D and 5B. RGB value is (37,13,91). Sum of RGB (Red+Green+Blue) = 37+13+91=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #250D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D5B is #DAF2A4. Grayscale: #1C1C1C. Windows color (decimal): -14348965 or 5967141. OLE color: 5967141.
HSL color Cylindrical-coordinate representation of color #250D5B: hue angle of 258.46º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250D5B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 13 | 91 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.64 |
| HSL | 258.46º | 0.75% | 0.2% | - |
| HSV(B) | 258.46º | 0.86% | 0.36% | - |
| XYZ | 2.8 | 1.44 | 10.03 | - |
| YUV | 29.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 91 | 0.59 | 0.86 | 0 | 0.64 | 258.46 | 0.75 | 0.2 |
| Hex | 25 | D | 5B | 3B | 56 | 0 | 40 | 102 | 4B | 14 |
| Octal | 45 | 15 | 133 | 73 | 126 | 0 | 100 | 402 | 113 | 24 |
| Binary | 100101 | 1101 | 1011011 | 111011 | 1010110 | 0 | 1000000 | 100000010 | 1001011 | 10100 |
Color Harmonies of #250D5B
Complementary color
Monochromatic Colors of #250D5B
Black with #250D5B
Text Example
Text Example
White with #250D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D5B; }
p { color: rgb(37,13,91); }
H1.HeaderClassName
{
color: #250D5B;
}
.AnyTagClassName
{
color: #250D5B;
}
</style>
background-color css
<style>
a { background-color: #250D5B; }
a { background-color: rgb(37,13,91); }
div.DivClassName
{
background-color: #250D5B;
}
.BgClassName
{
background-color: #250D5B;
}
</style>
border-color css
<style>
span { border-color: #250D5B; }
span { border-color: rgb(37,13,91); }
td.TdClassName
{
border-color: #250D5B;
}
.TagClassName
{
border-color: #250D5B;
}
</style>