Shades of Han Purple #281DF3
Tints of Han Purple #281DF3
RGB
CMYK
RGB Variations
Color information
#281DF3 (or 0x281DF3) is known color: Han Purple. HEX triplet: 28, 1D and F3. RGB value is (40,29,243). Sum of RGB (Red+Green+Blue) = 40+29+243=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 243 (95.31% from 255 or 77.88% from 312); Max value from RGB is 243 - color contains mainly: blue. Hex color #281DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DF3 is #D7E20C. Grayscale: #373737. Windows color (decimal): -14148109 or 15932712. OLE color: 15932712.
HSL color Cylindrical-coordinate representation of color #281DF3: hue angle of 243.08º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281DF3 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 29 | 243 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.05 |
| HSL | 243.08º | 0.9% | 0.53% | - |
| HSV(B) | 243.08º | 0.88% | 0.95% | - |
| XYZ | 17.49 | 7.8 | 85.38 | - |
| YUV | 56.69 | 233.14 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 243 | 0.84 | 0.88 | 0 | 0.05 | 243.08 | 0.9 | 0.53 |
| Hex | 28 | 1D | F3 | 54 | 58 | 0 | 5 | F3 | 5A | 35 |
| Octal | 50 | 35 | 363 | 124 | 130 | 0 | 5 | 363 | 132 | 65 |
| Binary | 101000 | 11101 | 11110011 | 1010100 | 1011000 | 0 | 101 | 11110011 | 1011010 | 110101 |
Color Harmonies of #281DF3
Complementary color
Monochromatic Colors of #281DF3
Black with #281DF3
Text Example
Text Example
White with #281DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DF3; }
p { color: rgb(40,29,243); }
H1.HeaderClassName
{
color: #281DF3;
}
.AnyTagClassName
{
color: #281DF3;
}
</style>
background-color css
<style>
a { background-color: #281DF3; }
a { background-color: rgb(40,29,243); }
div.DivClassName
{
background-color: #281DF3;
}
.BgClassName
{
background-color: #281DF3;
}
</style>
border-color css
<style>
span { border-color: #281DF3; }
span { border-color: rgb(40,29,243); }
td.TdClassName
{
border-color: #281DF3;
}
.TagClassName
{
border-color: #281DF3;
}
</style>