Shades of Han Purple #281AE4
Tints of Han Purple #281AE4
RGB
CMYK
RGB Variations
Color information
#281AE4 (or 0x281AE4) is known color: Han Purple. HEX triplet: 28, 1A and E4. RGB value is (40,26,228). Sum of RGB (Red+Green+Blue) = 40+26+228=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 228 (89.45% from 255 or 77.55% from 294); Max value from RGB is 228 - color contains mainly: blue. Hex color #281AE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281AE4 is #D7E51B. Grayscale: #343434. Windows color (decimal): -14148892 or 14948904. OLE color: 14948904.
HSL color Cylindrical-coordinate representation of color #281AE4: hue angle of 244.16º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281AE4 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 26 | 228 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.11 |
| HSL | 244.16º | 0.8% | 0.5% | - |
| HSV(B) | 244.16º | 0.89% | 0.89% | - |
| XYZ | 15.25 | 6.79 | 73.91 | - |
| YUV | 53.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 228 | 0.82 | 0.89 | 0 | 0.11 | 244.16 | 0.8 | 0.5 |
| Hex | 28 | 1A | E4 | 52 | 59 | 0 | B | F4 | 50 | 32 |
| Octal | 50 | 32 | 344 | 122 | 131 | 0 | 13 | 364 | 120 | 62 |
| Binary | 101000 | 11010 | 11100100 | 1010010 | 1011001 | 0 | 1011 | 11110100 | 1010000 | 110010 |
Color Harmonies of #281AE4
Complementary color
Monochromatic Colors of #281AE4
Black with #281AE4
Text Example
Text Example
White with #281AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AE4; }
p { color: rgb(40,26,228); }
H1.HeaderClassName
{
color: #281AE4;
}
.AnyTagClassName
{
color: #281AE4;
}
</style>
background-color css
<style>
a { background-color: #281AE4; }
a { background-color: rgb(40,26,228); }
div.DivClassName
{
background-color: #281AE4;
}
.BgClassName
{
background-color: #281AE4;
}
</style>
border-color css
<style>
span { border-color: #281AE4; }
span { border-color: rgb(40,26,228); }
td.TdClassName
{
border-color: #281AE4;
}
.TagClassName
{
border-color: #281AE4;
}
</style>