Shades of Han Purple #281AEB
Tints of Han Purple #281AEB
RGB
CMYK
RGB Variations
Color information
#281AEB (or 0x281AEB) is known color: Han Purple. HEX triplet: 28, 1A and EB. RGB value is (40,26,235). Sum of RGB (Red+Green+Blue) = 40+26+235=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #281AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281AEB is #D7E514. Grayscale: #353535. Windows color (decimal): -14148885 or 15407656. OLE color: 15407656.
HSL color Cylindrical-coordinate representation of color #281AEB: hue angle of 244.02º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281AEB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 26 | 235 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.08 |
| HSL | 244.02º | 0.84% | 0.51% | - |
| HSV(B) | 244.02º | 0.89% | 0.92% | - |
| XYZ | 16.24 | 7.19 | 79.13 | - |
| YUV | 54.01 | 230.14 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 235 | 0.83 | 0.89 | 0 | 0.08 | 244.02 | 0.84 | 0.51 |
| Hex | 28 | 1A | EB | 53 | 59 | 0 | 8 | F4 | 54 | 33 |
| Octal | 50 | 32 | 353 | 123 | 131 | 0 | 10 | 364 | 124 | 63 |
| Binary | 101000 | 11010 | 11101011 | 1010011 | 1011001 | 0 | 1000 | 11110100 | 1010100 | 110011 |
Color Harmonies of #281AEB
Complementary color
Monochromatic Colors of #281AEB
Black with #281AEB
Text Example
Text Example
White with #281AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AEB; }
p { color: rgb(40,26,235); }
H1.HeaderClassName
{
color: #281AEB;
}
.AnyTagClassName
{
color: #281AEB;
}
</style>
background-color css
<style>
a { background-color: #281AEB; }
a { background-color: rgb(40,26,235); }
div.DivClassName
{
background-color: #281AEB;
}
.BgClassName
{
background-color: #281AEB;
}
</style>
border-color css
<style>
span { border-color: #281AEB; }
span { border-color: rgb(40,26,235); }
td.TdClassName
{
border-color: #281AEB;
}
.TagClassName
{
border-color: #281AEB;
}
</style>