Shades of Christalle #25065C
Tints of Christalle #25065C
RGB
CMYK
RGB Variations
Color information
#25065C (or 0x25065C) is known color: Christalle. HEX triplet: 25, 06 and 5C. RGB value is (37,6,92). Sum of RGB (Red+Green+Blue) = 37+6+92=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #25065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25065C is #DAF9A3. Grayscale: #181818. Windows color (decimal): -14350756 or 6030885. OLE color: 6030885.
HSL color Cylindrical-coordinate representation of color #25065C: hue angle of 261.63º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25065C is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 6 | 92 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.64 |
| HSL | 261.63º | 0.88% | 0.19% | - |
| HSV(B) | 261.63º | 0.93% | 0.36% | - |
| XYZ | 2.76 | 1.3 | 10.23 | - |
| YUV | 25.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 92 | 0.60 | 0.93 | 0 | 0.64 | 261.63 | 0.88 | 0.19 |
| Hex | 25 | 6 | 5C | 3C | 5D | 0 | 40 | 106 | 58 | 13 |
| Octal | 45 | 6 | 134 | 74 | 135 | 0 | 100 | 406 | 130 | 23 |
| Binary | 100101 | 110 | 1011100 | 111100 | 1011101 | 0 | 1000000 | 100000110 | 1011000 | 10011 |
Color Harmonies of #25065C
Complementary color
Monochromatic Colors of #25065C
Black with #25065C
Text Example
Text Example
White with #25065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25065C; }
p { color: rgb(37,6,92); }
H1.HeaderClassName
{
color: #25065C;
}
.AnyTagClassName
{
color: #25065C;
}
</style>
background-color css
<style>
a { background-color: #25065C; }
a { background-color: rgb(37,6,92); }
div.DivClassName
{
background-color: #25065C;
}
.BgClassName
{
background-color: #25065C;
}
</style>
border-color css
<style>
span { border-color: #25065C; }
span { border-color: rgb(37,6,92); }
td.TdClassName
{
border-color: #25065C;
}
.TagClassName
{
border-color: #25065C;
}
</style>