Shades of Christalle #250B5B
Tints of Christalle #250B5B
RGB
CMYK
RGB Variations
Color information
#250B5B (or 0x250B5B) is known color: Christalle. HEX triplet: 25, 0B and 5B. RGB value is (37,11,91). Sum of RGB (Red+Green+Blue) = 37+11+91=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #250B5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B5B is #DAF4A4. Grayscale: #1B1B1B. Windows color (decimal): -14349477 or 5966629. OLE color: 5966629.
HSL color Cylindrical-coordinate representation of color #250B5B: hue angle of 259.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250B5B is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 11 | 91 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.64 |
| HSL | 259.5º | 0.78% | 0.2% | - |
| HSV(B) | 259.5º | 0.88% | 0.36% | - |
| XYZ | 2.77 | 1.39 | 10.02 | - |
| YUV | 27.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 91 | 0.59 | 0.88 | 0 | 0.64 | 259.5 | 0.78 | 0.2 |
| Hex | 25 | B | 5B | 3B | 58 | 0 | 40 | 104 | 4E | 14 |
| Octal | 45 | 13 | 133 | 73 | 130 | 0 | 100 | 404 | 116 | 24 |
| Binary | 100101 | 1011 | 1011011 | 111011 | 1011000 | 0 | 1000000 | 100000100 | 1001110 | 10100 |
Color Harmonies of #250B5B
Complementary color
Monochromatic Colors of #250B5B
Black with #250B5B
Text Example
Text Example
White with #250B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B5B; }
p { color: rgb(37,11,91); }
H1.HeaderClassName
{
color: #250B5B;
}
.AnyTagClassName
{
color: #250B5B;
}
</style>
background-color css
<style>
a { background-color: #250B5B; }
a { background-color: rgb(37,11,91); }
div.DivClassName
{
background-color: #250B5B;
}
.BgClassName
{
background-color: #250B5B;
}
</style>
border-color css
<style>
span { border-color: #250B5B; }
span { border-color: rgb(37,11,91); }
td.TdClassName
{
border-color: #250B5B;
}
.TagClassName
{
border-color: #250B5B;
}
</style>