Shades of Han Purple #281FF3
Tints of Han Purple #281FF3
RGB
CMYK
RGB Variations
Color information
#281FF3 (or 0x281FF3) is known color: Han Purple. HEX triplet: 28, 1F and F3. RGB value is (40,31,243). Sum of RGB (Red+Green+Blue) = 40+31+243=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 243 (95.31% from 255 or 77.39% from 314); Max value from RGB is 243 - color contains mainly: blue. Hex color #281FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281FF3 is #D7E00C. Grayscale: #393939. Windows color (decimal): -14147597 or 15933224. OLE color: 15933224.
HSL color Cylindrical-coordinate representation of color #281FF3: hue angle of 242.55º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281FF3 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 31 | 243 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.05 |
| HSL | 242.55º | 0.9% | 0.54% | - |
| HSV(B) | 242.55º | 0.87% | 0.95% | - |
| XYZ | 17.54 | 7.9 | 85.39 | - |
| YUV | 57.86 | 232.48 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 243 | 0.84 | 0.87 | 0 | 0.05 | 242.55 | 0.9 | 0.54 |
| Hex | 28 | 1F | F3 | 54 | 57 | 0 | 5 | F3 | 5A | 36 |
| Octal | 50 | 37 | 363 | 124 | 127 | 0 | 5 | 363 | 132 | 66 |
| Binary | 101000 | 11111 | 11110011 | 1010100 | 1010111 | 0 | 101 | 11110011 | 1011010 | 110110 |
Color Harmonies of #281FF3
Complementary color
Monochromatic Colors of #281FF3
Black with #281FF3
Text Example
Text Example
White with #281FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FF3; }
p { color: rgb(40,31,243); }
H1.HeaderClassName
{
color: #281FF3;
}
.AnyTagClassName
{
color: #281FF3;
}
</style>
background-color css
<style>
a { background-color: #281FF3; }
a { background-color: rgb(40,31,243); }
div.DivClassName
{
background-color: #281FF3;
}
.BgClassName
{
background-color: #281FF3;
}
</style>
border-color css
<style>
span { border-color: #281FF3; }
span { border-color: rgb(40,31,243); }
td.TdClassName
{
border-color: #281FF3;
}
.TagClassName
{
border-color: #281FF3;
}
</style>