Shades of Han Purple #2817FE
Tints of Han Purple #2817FE
RGB
CMYK
RGB Variations
Color information
#2817FE (or 0x2817FE) is known color: Han Purple. HEX triplet: 28, 17 and FE. RGB value is (40,23,254). Sum of RGB (Red+Green+Blue) = 40+23+254=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #2817FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2817FE is #D7E801. Grayscale: #353535. Windows color (decimal): -14149634 or 16652072. OLE color: 16652072.
HSL color Cylindrical-coordinate representation of color #2817FE: hue angle of 244.42º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2817FE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 23 | 254 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.00 |
| HSL | 244.42º | 0.99% | 0.54% | - |
| HSV(B) | 244.42º | 0.91% | 1% | - |
| XYZ | 19.07 | 8.22 | 94.35 | - |
| YUV | 54.42 | 240.63 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 254 | 0.84 | 0.91 | 0 | 0.00 | 244.42 | 0.99 | 0.54 |
| Hex | 28 | 17 | FE | 54 | 5B | 0 | 0 | F4 | 63 | 36 |
| Octal | 50 | 27 | 376 | 124 | 133 | 0 | 0 | 364 | 143 | 66 |
| Binary | 101000 | 10111 | 11111110 | 1010100 | 1011011 | 0 | 0 | 11110100 | 1100011 | 110110 |
Color Harmonies of #2817FE
Complementary color
Monochromatic Colors of #2817FE
Black with #2817FE
Text Example
Text Example
White with #2817FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817FE; }
p { color: rgb(40,23,254); }
H1.HeaderClassName
{
color: #2817FE;
}
.AnyTagClassName
{
color: #2817FE;
}
</style>
background-color css
<style>
a { background-color: #2817FE; }
a { background-color: rgb(40,23,254); }
div.DivClassName
{
background-color: #2817FE;
}
.BgClassName
{
background-color: #2817FE;
}
</style>
border-color css
<style>
span { border-color: #2817FE; }
span { border-color: rgb(40,23,254); }
td.TdClassName
{
border-color: #2817FE;
}
.TagClassName
{
border-color: #2817FE;
}
</style>