Shades of Han Purple #281FFD
Tints of Han Purple #281FFD
RGB
CMYK
RGB Variations
Color information
#281FFD (or 0x281FFD) is known color: Han Purple. HEX triplet: 28, 1F and FD. RGB value is (40,31,253). Sum of RGB (Red+Green+Blue) = 40+31+253=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #281FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281FFD is #D7E002. Grayscale: #3A3A3A. Windows color (decimal): -14147587 or 16588584. OLE color: 16588584.
HSL color Cylindrical-coordinate representation of color #281FFD: hue angle of 242.43º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281FFD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 31 | 253 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.01 |
| HSL | 242.43º | 0.98% | 0.56% | - |
| HSV(B) | 242.43º | 0.88% | 0.99% | - |
| XYZ | 19.09 | 8.52 | 93.57 | - |
| YUV | 59 | 237.48 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 253 | 0.84 | 0.88 | 0 | 0.01 | 242.43 | 0.98 | 0.56 |
| Hex | 28 | 1F | FD | 54 | 58 | 0 | 1 | F2 | 62 | 38 |
| Octal | 50 | 37 | 375 | 124 | 130 | 0 | 1 | 362 | 142 | 70 |
| Binary | 101000 | 11111 | 11111101 | 1010100 | 1011000 | 0 | 1 | 11110010 | 1100010 | 111000 |
Color Harmonies of #281FFD
Complementary color
Monochromatic Colors of #281FFD
Black with #281FFD
Text Example
Text Example
White with #281FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FFD; }
p { color: rgb(40,31,253); }
H1.HeaderClassName
{
color: #281FFD;
}
.AnyTagClassName
{
color: #281FFD;
}
</style>
background-color css
<style>
a { background-color: #281FFD; }
a { background-color: rgb(40,31,253); }
div.DivClassName
{
background-color: #281FFD;
}
.BgClassName
{
background-color: #281FFD;
}
</style>
border-color css
<style>
span { border-color: #281FFD; }
span { border-color: rgb(40,31,253); }
td.TdClassName
{
border-color: #281FFD;
}
.TagClassName
{
border-color: #281FFD;
}
</style>