Shades of Han Purple #281CEF
Tints of Han Purple #281CEF
RGB
CMYK
RGB Variations
Color information
#281CEF (or 0x281CEF) is known color: Han Purple. HEX triplet: 28, 1C and EF. RGB value is (40,28,239). Sum of RGB (Red+Green+Blue) = 40+28+239=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #281CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281CEF is #D7E310. Grayscale: #363636. Windows color (decimal): -14148369 or 15670312. OLE color: 15670312.
HSL color Cylindrical-coordinate representation of color #281CEF: hue angle of 243.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281CEF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 28 | 239 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.06 |
| HSL | 243.41º | 0.87% | 0.52% | - |
| HSV(B) | 243.41º | 0.88% | 0.94% | - |
| XYZ | 16.87 | 7.51 | 82.22 | - |
| YUV | 55.64 | 231.48 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 239 | 0.83 | 0.88 | 0 | 0.06 | 243.41 | 0.87 | 0.52 |
| Hex | 28 | 1C | EF | 53 | 58 | 0 | 6 | F3 | 57 | 34 |
| Octal | 50 | 34 | 357 | 123 | 130 | 0 | 6 | 363 | 127 | 64 |
| Binary | 101000 | 11100 | 11101111 | 1010011 | 1011000 | 0 | 110 | 11110011 | 1010111 | 110100 |
Color Harmonies of #281CEF
Complementary color
Monochromatic Colors of #281CEF
Black with #281CEF
Text Example
Text Example
White with #281CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CEF; }
p { color: rgb(40,28,239); }
H1.HeaderClassName
{
color: #281CEF;
}
.AnyTagClassName
{
color: #281CEF;
}
</style>
background-color css
<style>
a { background-color: #281CEF; }
a { background-color: rgb(40,28,239); }
div.DivClassName
{
background-color: #281CEF;
}
.BgClassName
{
background-color: #281CEF;
}
</style>
border-color css
<style>
span { border-color: #281CEF; }
span { border-color: rgb(40,28,239); }
td.TdClassName
{
border-color: #281CEF;
}
.TagClassName
{
border-color: #281CEF;
}
</style>