Shades of Han Purple #281DEC
Tints of Han Purple #281DEC
RGB
CMYK
RGB Variations
Color information
#281DEC (or 0x281DEC) is known color: Han Purple. HEX triplet: 28, 1D and EC. RGB value is (40,29,236). Sum of RGB (Red+Green+Blue) = 40+29+236=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #281DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DEC is #D7E213. Grayscale: #373737. Windows color (decimal): -14148116 or 15473960. OLE color: 15473960.
HSL color Cylindrical-coordinate representation of color #281DEC: hue angle of 243.19º degrees, saturation: 0.84, 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 #281DEC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 29 | 236 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.07 |
| HSL | 243.19º | 0.84% | 0.52% | - |
| HSV(B) | 243.19º | 0.88% | 0.93% | - |
| XYZ | 16.45 | 7.39 | 79.92 | - |
| YUV | 55.89 | 229.64 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 236 | 0.83 | 0.88 | 0 | 0.07 | 243.19 | 0.84 | 0.52 |
| Hex | 28 | 1D | EC | 53 | 58 | 0 | 7 | F3 | 54 | 34 |
| Octal | 50 | 35 | 354 | 123 | 130 | 0 | 7 | 363 | 124 | 64 |
| Binary | 101000 | 11101 | 11101100 | 1010011 | 1011000 | 0 | 111 | 11110011 | 1010100 | 110100 |
Color Harmonies of #281DEC
Complementary color
Monochromatic Colors of #281DEC
Black with #281DEC
Text Example
Text Example
White with #281DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DEC; }
p { color: rgb(40,29,236); }
H1.HeaderClassName
{
color: #281DEC;
}
.AnyTagClassName
{
color: #281DEC;
}
</style>
background-color css
<style>
a { background-color: #281DEC; }
a { background-color: rgb(40,29,236); }
div.DivClassName
{
background-color: #281DEC;
}
.BgClassName
{
background-color: #281DEC;
}
</style>
border-color css
<style>
span { border-color: #281DEC; }
span { border-color: rgb(40,29,236); }
td.TdClassName
{
border-color: #281DEC;
}
.TagClassName
{
border-color: #281DEC;
}
</style>