Shades of Han Purple #281BF3
Tints of Han Purple #281BF3
RGB
CMYK
RGB Variations
Color information
#281BF3 (or 0x281BF3) is known color: Han Purple. HEX triplet: 28, 1B and F3. RGB value is (40,27,243). Sum of RGB (Red+Green+Blue) = 40+27+243=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 243 (95.31% from 255 or 78.39% from 310); Max value from RGB is 243 - color contains mainly: blue. Hex color #281BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281BF3 is #D7E40C. Grayscale: #363636. Windows color (decimal): -14148621 or 15932200. OLE color: 15932200.
HSL color Cylindrical-coordinate representation of color #281BF3: hue angle of 243.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281BF3 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 27 | 243 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.05 |
| HSL | 243.61º | 0.9% | 0.53% | - |
| HSV(B) | 243.61º | 0.89% | 0.95% | - |
| XYZ | 17.44 | 7.71 | 85.36 | - |
| YUV | 55.51 | 233.81 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 243 | 0.84 | 0.89 | 0 | 0.05 | 243.61 | 0.9 | 0.53 |
| Hex | 28 | 1B | F3 | 54 | 59 | 0 | 5 | F4 | 5A | 35 |
| Octal | 50 | 33 | 363 | 124 | 131 | 0 | 5 | 364 | 132 | 65 |
| Binary | 101000 | 11011 | 11110011 | 1010100 | 1011001 | 0 | 101 | 11110100 | 1011010 | 110101 |
Color Harmonies of #281BF3
Complementary color
Monochromatic Colors of #281BF3
Black with #281BF3
Text Example
Text Example
White with #281BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BF3; }
p { color: rgb(40,27,243); }
H1.HeaderClassName
{
color: #281BF3;
}
.AnyTagClassName
{
color: #281BF3;
}
</style>
background-color css
<style>
a { background-color: #281BF3; }
a { background-color: rgb(40,27,243); }
div.DivClassName
{
background-color: #281BF3;
}
.BgClassName
{
background-color: #281BF3;
}
</style>
border-color css
<style>
span { border-color: #281BF3; }
span { border-color: rgb(40,27,243); }
td.TdClassName
{
border-color: #281BF3;
}
.TagClassName
{
border-color: #281BF3;
}
</style>