Shades of Christalle #25045D
Tints of Christalle #25045D
RGB
CMYK
RGB Variations
Color information
#25045D (or 0x25045D) is known color: Christalle. HEX triplet: 25, 04 and 5D. RGB value is (37,4,93). Sum of RGB (Red+Green+Blue) = 37+4+93=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #25045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25045D is #DAFBA2. Grayscale: #171717. Windows color (decimal): -14351267 or 6095909. OLE color: 6095909.
HSL color Cylindrical-coordinate representation of color #25045D: hue angle of 262.25º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25045D is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 4 | 93 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.64 |
| HSL | 262.25º | 0.92% | 0.19% | - |
| HSV(B) | 262.25º | 0.96% | 0.36% | - |
| XYZ | 2.78 | 1.27 | 10.45 | - |
| YUV | 24.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 93 | 0.60 | 0.96 | 0 | 0.64 | 262.25 | 0.92 | 0.19 |
| Hex | 25 | 4 | 5D | 3C | 60 | 0 | 40 | 106 | 5C | 13 |
| Octal | 45 | 4 | 135 | 74 | 140 | 0 | 100 | 406 | 134 | 23 |
| Binary | 100101 | 100 | 1011101 | 111100 | 1100000 | 0 | 1000000 | 100000110 | 1011100 | 10011 |
Color Harmonies of #25045D
Complementary color
Monochromatic Colors of #25045D
Black with #25045D
Text Example
Text Example
White with #25045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25045D; }
p { color: rgb(37,4,93); }
H1.HeaderClassName
{
color: #25045D;
}
.AnyTagClassName
{
color: #25045D;
}
</style>
background-color css
<style>
a { background-color: #25045D; }
a { background-color: rgb(37,4,93); }
div.DivClassName
{
background-color: #25045D;
}
.BgClassName
{
background-color: #25045D;
}
</style>
border-color css
<style>
span { border-color: #25045D; }
span { border-color: rgb(37,4,93); }
td.TdClassName
{
border-color: #25045D;
}
.TagClassName
{
border-color: #25045D;
}
</style>