Shades of Han Purple #281BE8
Tints of Han Purple #281BE8
RGB
CMYK
RGB Variations
Color information
#281BE8 (or 0x281BE8) is known color: Han Purple. HEX triplet: 28, 1B and E8. RGB value is (40,27,232). Sum of RGB (Red+Green+Blue) = 40+27+232=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #281BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281BE8 is #D7E417. Grayscale: #353535. Windows color (decimal): -14148632 or 15211304. OLE color: 15211304.
HSL color Cylindrical-coordinate representation of color #281BE8: hue angle of 243.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281BE8 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 27 | 232 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.09 |
| HSL | 243.8º | 0.82% | 0.51% | - |
| HSV(B) | 243.8º | 0.88% | 0.91% | - |
| XYZ | 15.83 | 7.06 | 76.87 | - |
| YUV | 54.26 | 228.31 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 232 | 0.83 | 0.88 | 0 | 0.09 | 243.8 | 0.82 | 0.51 |
| Hex | 28 | 1B | E8 | 53 | 58 | 0 | 9 | F4 | 52 | 33 |
| Octal | 50 | 33 | 350 | 123 | 130 | 0 | 11 | 364 | 122 | 63 |
| Binary | 101000 | 11011 | 11101000 | 1010011 | 1011000 | 0 | 1001 | 11110100 | 1010010 | 110011 |
Color Harmonies of #281BE8
Complementary color
Monochromatic Colors of #281BE8
Black with #281BE8
Text Example
Text Example
White with #281BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BE8; }
p { color: rgb(40,27,232); }
H1.HeaderClassName
{
color: #281BE8;
}
.AnyTagClassName
{
color: #281BE8;
}
</style>
background-color css
<style>
a { background-color: #281BE8; }
a { background-color: rgb(40,27,232); }
div.DivClassName
{
background-color: #281BE8;
}
.BgClassName
{
background-color: #281BE8;
}
</style>
border-color css
<style>
span { border-color: #281BE8; }
span { border-color: rgb(40,27,232); }
td.TdClassName
{
border-color: #281BE8;
}
.TagClassName
{
border-color: #281BE8;
}
</style>