Shades of Han Purple #280FF0
Tints of Han Purple #280FF0
RGB
CMYK
RGB Variations
Color information
#280FF0 (or 0x280FF0) is known color: Han Purple. HEX triplet: 28, 0F and F0. RGB value is (40,15,240). Sum of RGB (Red+Green+Blue) = 40+15+240=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 240 (94.14% from 255 or 81.36% from 295); Max value from RGB is 240 - color contains mainly: blue. Hex color #280FF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280FF0 is #D7F00F. Grayscale: #2F2F2F. Windows color (decimal): -14151696 or 15732520. OLE color: 15732520.
HSL color Cylindrical-coordinate representation of color #280FF0: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280FF0 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 15 | 240 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.06 |
| HSL | 246.67º | 0.88% | 0.5% | - |
| HSV(B) | 246.67º | 0.94% | 0.94% | - |
| XYZ | 16.77 | 7.08 | 82.92 | - |
| YUV | 48.13 | 236.28 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 240 | 0.83 | 0.94 | 0 | 0.06 | 246.67 | 0.88 | 0.5 |
| Hex | 28 | F | F0 | 53 | 5E | 0 | 6 | F7 | 58 | 32 |
| Octal | 50 | 17 | 360 | 123 | 136 | 0 | 6 | 367 | 130 | 62 |
| Binary | 101000 | 1111 | 11110000 | 1010011 | 1011110 | 0 | 110 | 11110111 | 1011000 | 110010 |
Color Harmonies of #280FF0
Complementary color
Monochromatic Colors of #280FF0
Black with #280FF0
Text Example
Text Example
White with #280FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280FF0; }
p { color: rgb(40,15,240); }
H1.HeaderClassName
{
color: #280FF0;
}
.AnyTagClassName
{
color: #280FF0;
}
</style>
background-color css
<style>
a { background-color: #280FF0; }
a { background-color: rgb(40,15,240); }
div.DivClassName
{
background-color: #280FF0;
}
.BgClassName
{
background-color: #280FF0;
}
</style>
border-color css
<style>
span { border-color: #280FF0; }
span { border-color: rgb(40,15,240); }
td.TdClassName
{
border-color: #280FF0;
}
.TagClassName
{
border-color: #280FF0;
}
</style>