Shades of Han Purple #2728FE
Tints of Han Purple #2728FE
RGB
CMYK
RGB Variations
Color information
#2728FE (or 0x2728FE) is known color: Han Purple. HEX triplet: 27, 28 and FE. RGB value is (39,40,254). Sum of RGB (Red+Green+Blue) = 39+40+254=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #2728FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2728FE is #D8D701. Grayscale: #3F3F3F. Windows color (decimal): -14210818 or 16656423. OLE color: 16656423.
HSL color Cylindrical-coordinate representation of color #2728FE: hue angle of 239.72º 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 #2728FE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 40 | 254 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.00 |
| HSL | 239.72º | 0.99% | 0.57% | - |
| HSV(B) | 239.72º | 0.85% | 1% | - |
| XYZ | 19.48 | 9.1 | 94.5 | - |
| YUV | 64.1 | 235.17 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 254 | 0.85 | 0.84 | 0 | 0.00 | 239.72 | 0.99 | 0.57 |
| Hex | 27 | 28 | FE | 55 | 54 | 0 | 0 | F0 | 63 | 39 |
| Octal | 47 | 50 | 376 | 125 | 124 | 0 | 0 | 360 | 143 | 71 |
| Binary | 100111 | 101000 | 11111110 | 1010101 | 1010100 | 0 | 0 | 11110000 | 1100011 | 111001 |
Color Harmonies of #2728FE
Complementary color
Monochromatic Colors of #2728FE
Black with #2728FE
Text Example
Text Example
White with #2728FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728FE; }
p { color: rgb(39,40,254); }
H1.HeaderClassName
{
color: #2728FE;
}
.AnyTagClassName
{
color: #2728FE;
}
</style>
background-color css
<style>
a { background-color: #2728FE; }
a { background-color: rgb(39,40,254); }
div.DivClassName
{
background-color: #2728FE;
}
.BgClassName
{
background-color: #2728FE;
}
</style>
border-color css
<style>
span { border-color: #2728FE; }
span { border-color: rgb(39,40,254); }
td.TdClassName
{
border-color: #2728FE;
}
.TagClassName
{
border-color: #2728FE;
}
</style>