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