Shades of Han Purple #2528FE
Tints of Han Purple #2528FE
RGB
CMYK
RGB Variations
Color information
#2528FE (or 0x2528FE) is known color: Han Purple. HEX triplet: 25, 28 and FE. RGB value is (37,40,254). Sum of RGB (Red+Green+Blue) = 37+40+254=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #2528FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2528FE is #DAD701. Grayscale: #3E3E3E. Windows color (decimal): -14341890 or 16656421. OLE color: 16656421.
HSL color Cylindrical-coordinate representation of color #2528FE: hue angle of 239.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2528FE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 40 | 254 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.00 |
| HSL | 239.17º | 0.99% | 0.57% | - |
| HSV(B) | 239.17º | 0.85% | 1% | - |
| XYZ | 19.41 | 9.07 | 94.49 | - |
| YUV | 63.5 | 235.51 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 254 | 0.85 | 0.84 | 0 | 0.00 | 239.17 | 0.99 | 0.57 |
| Hex | 25 | 28 | FE | 55 | 54 | 0 | 0 | EF | 63 | 39 |
| Octal | 45 | 50 | 376 | 125 | 124 | 0 | 0 | 357 | 143 | 71 |
| Binary | 100101 | 101000 | 11111110 | 1010101 | 1010100 | 0 | 0 | 11101111 | 1100011 | 111001 |
Color Harmonies of #2528FE
Complementary color
Monochromatic Colors of #2528FE
Black with #2528FE
Text Example
Text Example
White with #2528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528FE; }
p { color: rgb(37,40,254); }
H1.HeaderClassName
{
color: #2528FE;
}
.AnyTagClassName
{
color: #2528FE;
}
</style>
background-color css
<style>
a { background-color: #2528FE; }
a { background-color: rgb(37,40,254); }
div.DivClassName
{
background-color: #2528FE;
}
.BgClassName
{
background-color: #2528FE;
}
</style>
border-color css
<style>
span { border-color: #2528FE; }
span { border-color: rgb(37,40,254); }
td.TdClassName
{
border-color: #2528FE;
}
.TagClassName
{
border-color: #2528FE;
}
</style>