Shades of Han Purple #281DEE
Tints of Han Purple #281DEE
RGB
CMYK
RGB Variations
Color information
#281DEE (or 0x281DEE) is known color: Han Purple. HEX triplet: 28, 1D and EE. RGB value is (40,29,238). Sum of RGB (Red+Green+Blue) = 40+29+238=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #281DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DEE is #D7E211. Grayscale: #373737. Windows color (decimal): -14148114 or 15605032. OLE color: 15605032.
HSL color Cylindrical-coordinate representation of color #281DEE: hue angle of 243.16º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281DEE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 29 | 238 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.07 |
| HSL | 243.16º | 0.86% | 0.52% | - |
| HSV(B) | 243.16º | 0.88% | 0.93% | - |
| XYZ | 16.75 | 7.5 | 81.45 | - |
| YUV | 56.12 | 230.64 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 238 | 0.83 | 0.88 | 0 | 0.07 | 243.16 | 0.86 | 0.52 |
| Hex | 28 | 1D | EE | 53 | 58 | 0 | 7 | F3 | 56 | 34 |
| Octal | 50 | 35 | 356 | 123 | 130 | 0 | 7 | 363 | 126 | 64 |
| Binary | 101000 | 11101 | 11101110 | 1010011 | 1011000 | 0 | 111 | 11110011 | 1010110 | 110100 |
Color Harmonies of #281DEE
Complementary color
Monochromatic Colors of #281DEE
Black with #281DEE
Text Example
Text Example
White with #281DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DEE; }
p { color: rgb(40,29,238); }
H1.HeaderClassName
{
color: #281DEE;
}
.AnyTagClassName
{
color: #281DEE;
}
</style>
background-color css
<style>
a { background-color: #281DEE; }
a { background-color: rgb(40,29,238); }
div.DivClassName
{
background-color: #281DEE;
}
.BgClassName
{
background-color: #281DEE;
}
</style>
border-color css
<style>
span { border-color: #281DEE; }
span { border-color: rgb(40,29,238); }
td.TdClassName
{
border-color: #281DEE;
}
.TagClassName
{
border-color: #281DEE;
}
</style>