Shades of Christalle #28025A
Tints of Christalle #28025A
RGB
CMYK
RGB Variations
Color information
#28025A (or 0x28025A) is known color: Christalle. HEX triplet: 28, 02 and 5A. RGB value is (40,2,90). Sum of RGB (Red+Green+Blue) = 40+2+90=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #28025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28025A is #D7FDA5. Grayscale: #171717. Windows color (decimal): -14155174 or 5898792. OLE color: 5898792.
HSL color Cylindrical-coordinate representation of color #28025A: hue angle of 265.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28025A is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 2 | 90 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.65 |
| HSL | 265.91º | 0.96% | 0.18% | - |
| HSV(B) | 265.91º | 0.98% | 0.35% | - |
| XYZ | 2.74 | 1.23 | 9.77 | - |
| YUV | 23.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 90 | 0.56 | 0.98 | 0 | 0.65 | 265.91 | 0.96 | 0.18 |
| Hex | 28 | 2 | 5A | 38 | 62 | 0 | 41 | 10A | 60 | 12 |
| Octal | 50 | 2 | 132 | 70 | 142 | 0 | 101 | 412 | 140 | 22 |
| Binary | 101000 | 10 | 1011010 | 111000 | 1100010 | 0 | 1000001 | 100001010 | 1100000 | 10010 |
Color Harmonies of #28025A
Complementary color
Monochromatic Colors of #28025A
Black with #28025A
Text Example
Text Example
White with #28025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28025A; }
p { color: rgb(40,2,90); }
H1.HeaderClassName
{
color: #28025A;
}
.AnyTagClassName
{
color: #28025A;
}
</style>
background-color css
<style>
a { background-color: #28025A; }
a { background-color: rgb(40,2,90); }
div.DivClassName
{
background-color: #28025A;
}
.BgClassName
{
background-color: #28025A;
}
</style>
border-color css
<style>
span { border-color: #28025A; }
span { border-color: rgb(40,2,90); }
td.TdClassName
{
border-color: #28025A;
}
.TagClassName
{
border-color: #28025A;
}
</style>