Shades of Han Purple #281BF7
Tints of Han Purple #281BF7
RGB
CMYK
RGB Variations
Color information
#281BF7 (or 0x281BF7) is known color: Han Purple. HEX triplet: 28, 1B and F7. RGB value is (40,27,247). Sum of RGB (Red+Green+Blue) = 40+27+247=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 247 (96.88% from 255 or 78.66% from 314); Max value from RGB is 247 - color contains mainly: blue. Hex color #281BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281BF7 is #D7E408. Grayscale: #373737. Windows color (decimal): -14148617 or 16194344. OLE color: 16194344.
HSL color Cylindrical-coordinate representation of color #281BF7: hue angle of 243.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281BF7 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 27 | 247 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.03 |
| HSL | 243.55º | 0.93% | 0.54% | - |
| HSV(B) | 243.55º | 0.89% | 0.97% | - |
| XYZ | 18.06 | 7.95 | 88.58 | - |
| YUV | 55.97 | 235.81 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 247 | 0.84 | 0.89 | 0 | 0.03 | 243.55 | 0.93 | 0.54 |
| Hex | 28 | 1B | F7 | 54 | 59 | 0 | 3 | F4 | 5D | 36 |
| Octal | 50 | 33 | 367 | 124 | 131 | 0 | 3 | 364 | 135 | 66 |
| Binary | 101000 | 11011 | 11110111 | 1010100 | 1011001 | 0 | 11 | 11110100 | 1011101 | 110110 |
Color Harmonies of #281BF7
Complementary color
Monochromatic Colors of #281BF7
Black with #281BF7
Text Example
Text Example
White with #281BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BF7; }
p { color: rgb(40,27,247); }
H1.HeaderClassName
{
color: #281BF7;
}
.AnyTagClassName
{
color: #281BF7;
}
</style>
background-color css
<style>
a { background-color: #281BF7; }
a { background-color: rgb(40,27,247); }
div.DivClassName
{
background-color: #281BF7;
}
.BgClassName
{
background-color: #281BF7;
}
</style>
border-color css
<style>
span { border-color: #281BF7; }
span { border-color: rgb(40,27,247); }
td.TdClassName
{
border-color: #281BF7;
}
.TagClassName
{
border-color: #281BF7;
}
</style>