Shades of Christalle #25095A
Tints of Christalle #25095A
RGB
CMYK
RGB Variations
Color information
#25095A (or 0x25095A) is known color: Christalle. HEX triplet: 25, 09 and 5A. RGB value is (37,9,90). Sum of RGB (Red+Green+Blue) = 37+9+90=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #25095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25095A is #DAF6A5. Grayscale: #1A1A1A. Windows color (decimal): -14349990 or 5900581. OLE color: 5900581.
HSL color Cylindrical-coordinate representation of color #25095A: hue angle of 260.74º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25095A is Cyan = 0.59, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 9 | 90 | - |
| CMYK | 0.59 | 0.9 | 0 | 0.65 |
| HSL | 260.74º | 0.82% | 0.19% | - |
| HSV(B) | 260.74º | 0.9% | 0.35% | - |
| XYZ | 2.71 | 1.33 | 9.79 | - |
| YUV | 26.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 90 | 0.59 | 0.9 | 0 | 0.65 | 260.74 | 0.82 | 0.19 |
| Hex | 25 | 9 | 5A | 3B | 5A | 0 | 41 | 105 | 52 | 13 |
| Octal | 45 | 11 | 132 | 73 | 132 | 0 | 101 | 405 | 122 | 23 |
| Binary | 100101 | 1001 | 1011010 | 111011 | 1011010 | 0 | 1000001 | 100000101 | 1010010 | 10011 |
Color Harmonies of #25095A
Complementary color
Monochromatic Colors of #25095A
Black with #25095A
Text Example
Text Example
White with #25095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25095A; }
p { color: rgb(37,9,90); }
H1.HeaderClassName
{
color: #25095A;
}
.AnyTagClassName
{
color: #25095A;
}
</style>
background-color css
<style>
a { background-color: #25095A; }
a { background-color: rgb(37,9,90); }
div.DivClassName
{
background-color: #25095A;
}
.BgClassName
{
background-color: #25095A;
}
</style>
border-color css
<style>
span { border-color: #25095A; }
span { border-color: rgb(37,9,90); }
td.TdClassName
{
border-color: #25095A;
}
.TagClassName
{
border-color: #25095A;
}
</style>