Shades of Han Purple #281EF1
Tints of Han Purple #281EF1
RGB
CMYK
RGB Variations
Color information
#281EF1 (or 0x281EF1) is known color: Han Purple. HEX triplet: 28, 1E and F1. RGB value is (40,30,241). Sum of RGB (Red+Green+Blue) = 40+30+241=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #281EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281EF1 is #D7E10E. Grayscale: #383838. Windows color (decimal): -14147855 or 15801896. OLE color: 15801896.
HSL color Cylindrical-coordinate representation of color #281EF1: hue angle of 242.84º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281EF1 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 30 | 241 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.05 |
| HSL | 242.84º | 0.88% | 0.53% | - |
| HSV(B) | 242.84º | 0.88% | 0.95% | - |
| XYZ | 17.22 | 7.73 | 83.8 | - |
| YUV | 57.04 | 231.81 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 241 | 0.83 | 0.88 | 0 | 0.05 | 242.84 | 0.88 | 0.53 |
| Hex | 28 | 1E | F1 | 53 | 58 | 0 | 5 | F3 | 58 | 35 |
| Octal | 50 | 36 | 361 | 123 | 130 | 0 | 5 | 363 | 130 | 65 |
| Binary | 101000 | 11110 | 11110001 | 1010011 | 1011000 | 0 | 101 | 11110011 | 1011000 | 110101 |
Color Harmonies of #281EF1
Complementary color
Monochromatic Colors of #281EF1
Black with #281EF1
Text Example
Text Example
White with #281EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EF1; }
p { color: rgb(40,30,241); }
H1.HeaderClassName
{
color: #281EF1;
}
.AnyTagClassName
{
color: #281EF1;
}
</style>
background-color css
<style>
a { background-color: #281EF1; }
a { background-color: rgb(40,30,241); }
div.DivClassName
{
background-color: #281EF1;
}
.BgClassName
{
background-color: #281EF1;
}
</style>
border-color css
<style>
span { border-color: #281EF1; }
span { border-color: rgb(40,30,241); }
td.TdClassName
{
border-color: #281EF1;
}
.TagClassName
{
border-color: #281EF1;
}
</style>