Shades of Han Purple #281BE0
Tints of Han Purple #281BE0
RGB
CMYK
RGB Variations
Color information
#281BE0 (or 0x281BE0) is known color: Han Purple. HEX triplet: 28, 1B and E0. RGB value is (40,27,224). Sum of RGB (Red+Green+Blue) = 40+27+224=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #281BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BE0 is #D7E41F. Grayscale: #343434. Windows color (decimal): -14148640 or 14687016. OLE color: 14687016.
HSL color Cylindrical-coordinate representation of color #281BE0: hue angle of 243.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281BE0 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 27 | 224 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.12 |
| HSL | 243.96º | 0.78% | 0.49% | - |
| HSV(B) | 243.96º | 0.88% | 0.88% | - |
| XYZ | 14.72 | 6.62 | 71.02 | - |
| YUV | 53.35 | 224.31 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 224 | 0.82 | 0.88 | 0 | 0.12 | 243.96 | 0.78 | 0.49 |
| Hex | 28 | 1B | E0 | 52 | 58 | 0 | C | F4 | 4E | 31 |
| Octal | 50 | 33 | 340 | 122 | 130 | 0 | 14 | 364 | 116 | 61 |
| Binary | 101000 | 11011 | 11100000 | 1010010 | 1011000 | 0 | 1100 | 11110100 | 1001110 | 110001 |
Color Harmonies of #281BE0
Complementary color
Monochromatic Colors of #281BE0
Black with #281BE0
Text Example
Text Example
White with #281BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BE0; }
p { color: rgb(40,27,224); }
H1.HeaderClassName
{
color: #281BE0;
}
.AnyTagClassName
{
color: #281BE0;
}
</style>
background-color css
<style>
a { background-color: #281BE0; }
a { background-color: rgb(40,27,224); }
div.DivClassName
{
background-color: #281BE0;
}
.BgClassName
{
background-color: #281BE0;
}
</style>
border-color css
<style>
span { border-color: #281BE0; }
span { border-color: rgb(40,27,224); }
td.TdClassName
{
border-color: #281BE0;
}
.TagClassName
{
border-color: #281BE0;
}
</style>