Shades of Christalle #25085A
Tints of Christalle #25085A
RGB
CMYK
RGB Variations
Color information
#25085A (or 0x25085A) is known color: Christalle. HEX triplet: 25, 08 and 5A. RGB value is (37,8,90). Sum of RGB (Red+Green+Blue) = 37+8+90=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #25085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25085A is #DAF7A5. Grayscale: #191919. Windows color (decimal): -14350246 or 5900325. OLE color: 5900325.
HSL color Cylindrical-coordinate representation of color #25085A: hue angle of 261.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25085A is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 8 | 90 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.65 |
| HSL | 261.22º | 0.84% | 0.19% | - |
| HSV(B) | 261.22º | 0.91% | 0.35% | - |
| XYZ | 2.7 | 1.31 | 9.78 | - |
| YUV | 26.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 90 | 0.59 | 0.91 | 0 | 0.65 | 261.22 | 0.84 | 0.19 |
| Hex | 25 | 8 | 5A | 3B | 5B | 0 | 41 | 105 | 54 | 13 |
| Octal | 45 | 10 | 132 | 73 | 133 | 0 | 101 | 405 | 124 | 23 |
| Binary | 100101 | 1000 | 1011010 | 111011 | 1011011 | 0 | 1000001 | 100000101 | 1010100 | 10011 |
Color Harmonies of #25085A
Complementary color
Monochromatic Colors of #25085A
Black with #25085A
Text Example
Text Example
White with #25085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25085A; }
p { color: rgb(37,8,90); }
H1.HeaderClassName
{
color: #25085A;
}
.AnyTagClassName
{
color: #25085A;
}
</style>
background-color css
<style>
a { background-color: #25085A; }
a { background-color: rgb(37,8,90); }
div.DivClassName
{
background-color: #25085A;
}
.BgClassName
{
background-color: #25085A;
}
</style>
border-color css
<style>
span { border-color: #25085A; }
span { border-color: rgb(37,8,90); }
td.TdClassName
{
border-color: #25085A;
}
.TagClassName
{
border-color: #25085A;
}
</style>