Shades of Han Purple #281FFE
Tints of Han Purple #281FFE
RGB
CMYK
RGB Variations
Color information
#281FFE (or 0x281FFE) is known color: Han Purple. HEX triplet: 28, 1F and FE. RGB value is (40,31,254). Sum of RGB (Red+Green+Blue) = 40+31+254=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #281FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281FFE is #D7E001. Grayscale: #3A3A3A. Windows color (decimal): -14147586 or 16654120. OLE color: 16654120.
HSL color Cylindrical-coordinate representation of color #281FFE: hue angle of 242.42º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281FFE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 31 | 254 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.00 |
| HSL | 242.42º | 0.99% | 0.56% | - |
| HSV(B) | 242.42º | 0.88% | 1% | - |
| XYZ | 19.25 | 8.59 | 94.41 | - |
| YUV | 59.11 | 237.98 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 254 | 0.84 | 0.88 | 0 | 0.00 | 242.42 | 0.99 | 0.56 |
| Hex | 28 | 1F | FE | 54 | 58 | 0 | 0 | F2 | 63 | 38 |
| Octal | 50 | 37 | 376 | 124 | 130 | 0 | 0 | 362 | 143 | 70 |
| Binary | 101000 | 11111 | 11111110 | 1010100 | 1011000 | 0 | 0 | 11110010 | 1100011 | 111000 |
Color Harmonies of #281FFE
Complementary color
Monochromatic Colors of #281FFE
Black with #281FFE
Text Example
Text Example
White with #281FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FFE; }
p { color: rgb(40,31,254); }
H1.HeaderClassName
{
color: #281FFE;
}
.AnyTagClassName
{
color: #281FFE;
}
</style>
background-color css
<style>
a { background-color: #281FFE; }
a { background-color: rgb(40,31,254); }
div.DivClassName
{
background-color: #281FFE;
}
.BgClassName
{
background-color: #281FFE;
}
</style>
border-color css
<style>
span { border-color: #281FFE; }
span { border-color: rgb(40,31,254); }
td.TdClassName
{
border-color: #281FFE;
}
.TagClassName
{
border-color: #281FFE;
}
</style>