Shades of Han Purple #281DEF
Tints of Han Purple #281DEF
RGB
CMYK
RGB Variations
Color information
#281DEF (or 0x281DEF) is known color: Han Purple. HEX triplet: 28, 1D and EF. RGB value is (40,29,239). Sum of RGB (Red+Green+Blue) = 40+29+239=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #281DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DEF is #D7E210. Grayscale: #373737. Windows color (decimal): -14148113 or 15670568. OLE color: 15670568.
HSL color Cylindrical-coordinate representation of color #281DEF: hue angle of 243.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281DEF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 29 | 239 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.06 |
| HSL | 243.14º | 0.87% | 0.53% | - |
| HSV(B) | 243.14º | 0.88% | 0.94% | - |
| XYZ | 16.89 | 7.56 | 82.23 | - |
| YUV | 56.23 | 231.14 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 239 | 0.83 | 0.88 | 0 | 0.06 | 243.14 | 0.87 | 0.53 |
| Hex | 28 | 1D | EF | 53 | 58 | 0 | 6 | F3 | 57 | 35 |
| Octal | 50 | 35 | 357 | 123 | 130 | 0 | 6 | 363 | 127 | 65 |
| Binary | 101000 | 11101 | 11101111 | 1010011 | 1011000 | 0 | 110 | 11110011 | 1010111 | 110101 |
Color Harmonies of #281DEF
Complementary color
Monochromatic Colors of #281DEF
Black with #281DEF
Text Example
Text Example
White with #281DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DEF; }
p { color: rgb(40,29,239); }
H1.HeaderClassName
{
color: #281DEF;
}
.AnyTagClassName
{
color: #281DEF;
}
</style>
background-color css
<style>
a { background-color: #281DEF; }
a { background-color: rgb(40,29,239); }
div.DivClassName
{
background-color: #281DEF;
}
.BgClassName
{
background-color: #281DEF;
}
</style>
border-color css
<style>
span { border-color: #281DEF; }
span { border-color: rgb(40,29,239); }
td.TdClassName
{
border-color: #281DEF;
}
.TagClassName
{
border-color: #281DEF;
}
</style>