Shades of Han Purple #281FEF
Tints of Han Purple #281FEF
RGB
CMYK
RGB Variations
Color information
#281FEF (or 0x281FEF) is known color: Han Purple. HEX triplet: 28, 1F and EF. RGB value is (40,31,239). Sum of RGB (Red+Green+Blue) = 40+31+239=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #281FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281FEF is #D7E010. Grayscale: #383838. Windows color (decimal): -14147601 or 15671080. OLE color: 15671080.
HSL color Cylindrical-coordinate representation of color #281FEF: hue angle of 242.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281FEF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 31 | 239 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.06 |
| HSL | 242.6º | 0.87% | 0.53% | - |
| HSV(B) | 242.6º | 0.87% | 0.94% | - |
| XYZ | 16.95 | 7.66 | 82.25 | - |
| YUV | 57.4 | 230.48 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 239 | 0.83 | 0.87 | 0 | 0.06 | 242.6 | 0.87 | 0.53 |
| Hex | 28 | 1F | EF | 53 | 57 | 0 | 6 | F3 | 57 | 35 |
| Octal | 50 | 37 | 357 | 123 | 127 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101000 | 11111 | 11101111 | 1010011 | 1010111 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #281FEF
Complementary color
Monochromatic Colors of #281FEF
Black with #281FEF
Text Example
Text Example
White with #281FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FEF; }
p { color: rgb(40,31,239); }
H1.HeaderClassName
{
color: #281FEF;
}
.AnyTagClassName
{
color: #281FEF;
}
</style>
background-color css
<style>
a { background-color: #281FEF; }
a { background-color: rgb(40,31,239); }
div.DivClassName
{
background-color: #281FEF;
}
.BgClassName
{
background-color: #281FEF;
}
</style>
border-color css
<style>
span { border-color: #281FEF; }
span { border-color: rgb(40,31,239); }
td.TdClassName
{
border-color: #281FEF;
}
.TagClassName
{
border-color: #281FEF;
}
</style>