Shades of Han Purple #281AF3
Tints of Han Purple #281AF3
RGB
CMYK
RGB Variations
Color information
#281AF3 (or 0x281AF3) is known color: Han Purple. HEX triplet: 28, 1A and F3. RGB value is (40,26,243). Sum of RGB (Red+Green+Blue) = 40+26+243=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 243 (95.31% from 255 or 78.64% from 309); Max value from RGB is 243 - color contains mainly: blue. Hex color #281AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281AF3 is #D7E50C. Grayscale: #363636. Windows color (decimal): -14148877 or 15931944. OLE color: 15931944.
HSL color Cylindrical-coordinate representation of color #281AF3: hue angle of 243.87º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #281AF3 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 26 | 243 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.05 |
| HSL | 243.87º | 0.9% | 0.53% | - |
| HSV(B) | 243.87º | 0.89% | 0.95% | - |
| XYZ | 17.42 | 7.66 | 85.35 | - |
| YUV | 54.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 243 | 0.84 | 0.89 | 0 | 0.05 | 243.87 | 0.9 | 0.53 |
| Hex | 28 | 1A | F3 | 54 | 59 | 0 | 5 | F4 | 5A | 35 |
| Octal | 50 | 32 | 363 | 124 | 131 | 0 | 5 | 364 | 132 | 65 |
| Binary | 101000 | 11010 | 11110011 | 1010100 | 1011001 | 0 | 101 | 11110100 | 1011010 | 110101 |
Color Harmonies of #281AF3
Complementary color
Monochromatic Colors of #281AF3
Black with #281AF3
Text Example
Text Example
White with #281AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AF3; }
p { color: rgb(40,26,243); }
H1.HeaderClassName
{
color: #281AF3;
}
.AnyTagClassName
{
color: #281AF3;
}
</style>
background-color css
<style>
a { background-color: #281AF3; }
a { background-color: rgb(40,26,243); }
div.DivClassName
{
background-color: #281AF3;
}
.BgClassName
{
background-color: #281AF3;
}
</style>
border-color css
<style>
span { border-color: #281AF3; }
span { border-color: rgb(40,26,243); }
td.TdClassName
{
border-color: #281AF3;
}
.TagClassName
{
border-color: #281AF3;
}
</style>