Shades of Christalle #25045A
Tints of Christalle #25045A
RGB
CMYK
RGB Variations
Color information
#25045A (or 0x25045A) is known color: Christalle. HEX triplet: 25, 04 and 5A. RGB value is (37,4,90). Sum of RGB (Red+Green+Blue) = 37+4+90=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #25045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25045A is #DAFBA5. Grayscale: #171717. Windows color (decimal): -14351270 or 5899301. OLE color: 5899301.
HSL color Cylindrical-coordinate representation of color #25045A: hue angle of 263.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25045A is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 4 | 90 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.65 |
| HSL | 263.02º | 0.91% | 0.18% | - |
| HSV(B) | 263.02º | 0.96% | 0.35% | - |
| XYZ | 2.65 | 1.22 | 9.77 | - |
| YUV | 23.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 90 | 0.59 | 0.96 | 0 | 0.65 | 263.02 | 0.91 | 0.18 |
| Hex | 25 | 4 | 5A | 3B | 60 | 0 | 41 | 107 | 5B | 12 |
| Octal | 45 | 4 | 132 | 73 | 140 | 0 | 101 | 407 | 133 | 22 |
| Binary | 100101 | 100 | 1011010 | 111011 | 1100000 | 0 | 1000001 | 100000111 | 1011011 | 10010 |
Color Harmonies of #25045A
Complementary color
Monochromatic Colors of #25045A
Black with #25045A
Text Example
Text Example
White with #25045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25045A; }
p { color: rgb(37,4,90); }
H1.HeaderClassName
{
color: #25045A;
}
.AnyTagClassName
{
color: #25045A;
}
</style>
background-color css
<style>
a { background-color: #25045A; }
a { background-color: rgb(37,4,90); }
div.DivClassName
{
background-color: #25045A;
}
.BgClassName
{
background-color: #25045A;
}
</style>
border-color css
<style>
span { border-color: #25045A; }
span { border-color: rgb(37,4,90); }
td.TdClassName
{
border-color: #25045A;
}
.TagClassName
{
border-color: #25045A;
}
</style>