Shades of Han Purple #281DF0
Tints of Han Purple #281DF0
RGB
CMYK
RGB Variations
Color information
#281DF0 (or 0x281DF0) is known color: Han Purple. HEX triplet: 28, 1D and F0. RGB value is (40,29,240). Sum of RGB (Red+Green+Blue) = 40+29+240=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #281DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281DF0 is #D7E20F. Grayscale: #373737. Windows color (decimal): -14148112 or 15736104. OLE color: 15736104.
HSL color Cylindrical-coordinate representation of color #281DF0: hue angle of 243.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281DF0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 29 | 240 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.06 |
| HSL | 243.13º | 0.88% | 0.53% | - |
| HSV(B) | 243.13º | 0.88% | 0.94% | - |
| XYZ | 17.04 | 7.62 | 83.01 | - |
| YUV | 56.34 | 231.64 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 240 | 0.83 | 0.88 | 0 | 0.06 | 243.13 | 0.88 | 0.53 |
| Hex | 28 | 1D | F0 | 53 | 58 | 0 | 6 | F3 | 58 | 35 |
| Octal | 50 | 35 | 360 | 123 | 130 | 0 | 6 | 363 | 130 | 65 |
| Binary | 101000 | 11101 | 11110000 | 1010011 | 1011000 | 0 | 110 | 11110011 | 1011000 | 110101 |
Color Harmonies of #281DF0
Complementary color
Monochromatic Colors of #281DF0
Black with #281DF0
Text Example
Text Example
White with #281DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DF0; }
p { color: rgb(40,29,240); }
H1.HeaderClassName
{
color: #281DF0;
}
.AnyTagClassName
{
color: #281DF0;
}
</style>
background-color css
<style>
a { background-color: #281DF0; }
a { background-color: rgb(40,29,240); }
div.DivClassName
{
background-color: #281DF0;
}
.BgClassName
{
background-color: #281DF0;
}
</style>
border-color css
<style>
span { border-color: #281DF0; }
span { border-color: rgb(40,29,240); }
td.TdClassName
{
border-color: #281DF0;
}
.TagClassName
{
border-color: #281DF0;
}
</style>