Shades of Han Purple #281EEF
Tints of Han Purple #281EEF
RGB
CMYK
RGB Variations
Color information
#281EEF (or 0x281EEF) is known color: Han Purple. HEX triplet: 28, 1E and EF. RGB value is (40,30,239). Sum of RGB (Red+Green+Blue) = 40+30+239=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #281EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281EEF is #D7E110. Grayscale: #373737. Windows color (decimal): -14147857 or 15670824. OLE color: 15670824.
HSL color Cylindrical-coordinate representation of color #281EEF: hue angle of 242.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281EEF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 30 | 239 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.06 |
| HSL | 242.87º | 0.87% | 0.53% | - |
| HSV(B) | 242.87º | 0.87% | 0.94% | - |
| XYZ | 16.92 | 7.61 | 82.24 | - |
| YUV | 56.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 239 | 0.83 | 0.87 | 0 | 0.06 | 242.87 | 0.87 | 0.53 |
| Hex | 28 | 1E | EF | 53 | 57 | 0 | 6 | F3 | 57 | 35 |
| Octal | 50 | 36 | 357 | 123 | 127 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101000 | 11110 | 11101111 | 1010011 | 1010111 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #281EEF
Complementary color
Monochromatic Colors of #281EEF
Black with #281EEF
Text Example
Text Example
White with #281EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EEF; }
p { color: rgb(40,30,239); }
H1.HeaderClassName
{
color: #281EEF;
}
.AnyTagClassName
{
color: #281EEF;
}
</style>
background-color css
<style>
a { background-color: #281EEF; }
a { background-color: rgb(40,30,239); }
div.DivClassName
{
background-color: #281EEF;
}
.BgClassName
{
background-color: #281EEF;
}
</style>
border-color css
<style>
span { border-color: #281EEF; }
span { border-color: rgb(40,30,239); }
td.TdClassName
{
border-color: #281EEF;
}
.TagClassName
{
border-color: #281EEF;
}
</style>