Shades of Han Purple #281AF2
Tints of Han Purple #281AF2
RGB
CMYK
RGB Variations
Color information
#281AF2 (or 0x281AF2) is known color: Han Purple. HEX triplet: 28, 1A and F2. RGB value is (40,26,242). Sum of RGB (Red+Green+Blue) = 40+26+242=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #281AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281AF2 is #D7E50D. Grayscale: #353535. Windows color (decimal): -14148878 or 15866408. OLE color: 15866408.
HSL color Cylindrical-coordinate representation of color #281AF2: hue angle of 243.89º degrees, saturation: 0.89, 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 #281AF2 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 26 | 242 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.05 |
| HSL | 243.89º | 0.89% | 0.53% | - |
| HSV(B) | 243.89º | 0.89% | 0.95% | - |
| XYZ | 17.27 | 7.6 | 84.56 | - |
| YUV | 54.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 242 | 0.83 | 0.89 | 0 | 0.05 | 243.89 | 0.89 | 0.53 |
| Hex | 28 | 1A | F2 | 53 | 59 | 0 | 5 | F4 | 59 | 35 |
| Octal | 50 | 32 | 362 | 123 | 131 | 0 | 5 | 364 | 131 | 65 |
| Binary | 101000 | 11010 | 11110010 | 1010011 | 1011001 | 0 | 101 | 11110100 | 1011001 | 110101 |
Color Harmonies of #281AF2
Complementary color
Monochromatic Colors of #281AF2
Black with #281AF2
Text Example
Text Example
White with #281AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AF2; }
p { color: rgb(40,26,242); }
H1.HeaderClassName
{
color: #281AF2;
}
.AnyTagClassName
{
color: #281AF2;
}
</style>
background-color css
<style>
a { background-color: #281AF2; }
a { background-color: rgb(40,26,242); }
div.DivClassName
{
background-color: #281AF2;
}
.BgClassName
{
background-color: #281AF2;
}
</style>
border-color css
<style>
span { border-color: #281AF2; }
span { border-color: rgb(40,26,242); }
td.TdClassName
{
border-color: #281AF2;
}
.TagClassName
{
border-color: #281AF2;
}
</style>