Shades of Christalle #25065A
Tints of Christalle #25065A
RGB
CMYK
RGB Variations
Color information
#25065A (or 0x25065A) is known color: Christalle. HEX triplet: 25, 06 and 5A. RGB value is (37,6,90). Sum of RGB (Red+Green+Blue) = 37+6+90=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #25065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25065A is #DAF9A5. Grayscale: #181818. Windows color (decimal): -14350758 or 5899813. OLE color: 5899813.
HSL color Cylindrical-coordinate representation of color #25065A: hue angle of 262.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25065A is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 6 | 90 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.65 |
| HSL | 262.14º | 0.88% | 0.19% | - |
| HSV(B) | 262.14º | 0.93% | 0.35% | - |
| XYZ | 2.67 | 1.26 | 9.78 | - |
| YUV | 24.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 90 | 0.59 | 0.93 | 0 | 0.65 | 262.14 | 0.88 | 0.19 |
| Hex | 25 | 6 | 5A | 3B | 5D | 0 | 41 | 106 | 58 | 13 |
| Octal | 45 | 6 | 132 | 73 | 135 | 0 | 101 | 406 | 130 | 23 |
| Binary | 100101 | 110 | 1011010 | 111011 | 1011101 | 0 | 1000001 | 100000110 | 1011000 | 10011 |
Color Harmonies of #25065A
Complementary color
Monochromatic Colors of #25065A
Black with #25065A
Text Example
Text Example
White with #25065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25065A; }
p { color: rgb(37,6,90); }
H1.HeaderClassName
{
color: #25065A;
}
.AnyTagClassName
{
color: #25065A;
}
</style>
background-color css
<style>
a { background-color: #25065A; }
a { background-color: rgb(37,6,90); }
div.DivClassName
{
background-color: #25065A;
}
.BgClassName
{
background-color: #25065A;
}
</style>
border-color css
<style>
span { border-color: #25065A; }
span { border-color: rgb(37,6,90); }
td.TdClassName
{
border-color: #25065A;
}
.TagClassName
{
border-color: #25065A;
}
</style>