Shades of Han Purple #281BEF
Tints of Han Purple #281BEF
RGB
CMYK
RGB Variations
Color information
#281BEF (or 0x281BEF) is known color: Han Purple. HEX triplet: 28, 1B and EF. RGB value is (40,27,239). Sum of RGB (Red+Green+Blue) = 40+27+239=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #281BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281BEF is #D7E410. Grayscale: #363636. Windows color (decimal): -14148625 or 15670056. OLE color: 15670056.
HSL color Cylindrical-coordinate representation of color #281BEF: hue angle of 243.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281BEF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 27 | 239 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.06 |
| HSL | 243.68º | 0.87% | 0.52% | - |
| HSV(B) | 243.68º | 0.89% | 0.94% | - |
| XYZ | 16.85 | 7.47 | 82.21 | - |
| YUV | 55.06 | 231.81 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 239 | 0.83 | 0.89 | 0 | 0.06 | 243.68 | 0.87 | 0.52 |
| Hex | 28 | 1B | EF | 53 | 59 | 0 | 6 | F4 | 57 | 34 |
| Octal | 50 | 33 | 357 | 123 | 131 | 0 | 6 | 364 | 127 | 64 |
| Binary | 101000 | 11011 | 11101111 | 1010011 | 1011001 | 0 | 110 | 11110100 | 1010111 | 110100 |
Color Harmonies of #281BEF
Complementary color
Monochromatic Colors of #281BEF
Black with #281BEF
Text Example
Text Example
White with #281BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BEF; }
p { color: rgb(40,27,239); }
H1.HeaderClassName
{
color: #281BEF;
}
.AnyTagClassName
{
color: #281BEF;
}
</style>
background-color css
<style>
a { background-color: #281BEF; }
a { background-color: rgb(40,27,239); }
div.DivClassName
{
background-color: #281BEF;
}
.BgClassName
{
background-color: #281BEF;
}
</style>
border-color css
<style>
span { border-color: #281BEF; }
span { border-color: rgb(40,27,239); }
td.TdClassName
{
border-color: #281BEF;
}
.TagClassName
{
border-color: #281BEF;
}
</style>