Shades of Christalle #250B60
Tints of Christalle #250B60
RGB
CMYK
RGB Variations
Color information
#250B60 (or 0x250B60) is known color: Christalle. HEX triplet: 25, 0B and 60. RGB value is (37,11,96). Sum of RGB (Red+Green+Blue) = 37+11+96=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #250B60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B60 is #DAF49F. Grayscale: #1C1C1C. Windows color (decimal): -14349472 or 6294309. OLE color: 6294309.
HSL color Cylindrical-coordinate representation of color #250B60: hue angle of 258.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B60 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 11 | 96 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.62 |
| HSL | 258.35º | 0.79% | 0.21% | - |
| HSV(B) | 258.35º | 0.89% | 0.38% | - |
| XYZ | 2.99 | 1.48 | 11.19 | - |
| YUV | 28.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 96 | 0.61 | 0.89 | 0 | 0.62 | 258.35 | 0.79 | 0.21 |
| Hex | 25 | B | 60 | 3D | 59 | 0 | 3E | 102 | 4F | 15 |
| Octal | 45 | 13 | 140 | 75 | 131 | 0 | 76 | 402 | 117 | 25 |
| Binary | 100101 | 1011 | 1100000 | 111101 | 1011001 | 0 | 111110 | 100000010 | 1001111 | 10101 |
Color Harmonies of #250B60
Complementary color
Monochromatic Colors of #250B60
Black with #250B60
Text Example
Text Example
White with #250B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B60; }
p { color: rgb(37,11,96); }
H1.HeaderClassName
{
color: #250B60;
}
.AnyTagClassName
{
color: #250B60;
}
</style>
background-color css
<style>
a { background-color: #250B60; }
a { background-color: rgb(37,11,96); }
div.DivClassName
{
background-color: #250B60;
}
.BgClassName
{
background-color: #250B60;
}
</style>
border-color css
<style>
span { border-color: #250B60; }
span { border-color: rgb(37,11,96); }
td.TdClassName
{
border-color: #250B60;
}
.TagClassName
{
border-color: #250B60;
}
</style>