Shades of Han Purple #281AFD
Tints of Han Purple #281AFD
RGB
CMYK
RGB Variations
Color information
#281AFD (or 0x281AFD) is known color: Han Purple. HEX triplet: 28, 1A and FD. RGB value is (40,26,253). Sum of RGB (Red+Green+Blue) = 40+26+253=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #281AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #281AFD is #D7E502. Grayscale: #373737. Windows color (decimal): -14148867 or 16587304. OLE color: 16587304.
HSL color Cylindrical-coordinate representation of color #281AFD: hue angle of 243.7º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281AFD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 26 | 253 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.01 |
| HSL | 243.7º | 0.98% | 0.55% | - |
| HSV(B) | 243.7º | 0.9% | 0.99% | - |
| XYZ | 18.97 | 8.28 | 93.53 | - |
| YUV | 56.06 | 239.14 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 253 | 0.84 | 0.90 | 0 | 0.01 | 243.7 | 0.98 | 0.55 |
| Hex | 28 | 1A | FD | 54 | 5A | 0 | 1 | F4 | 62 | 37 |
| Octal | 50 | 32 | 375 | 124 | 132 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101000 | 11010 | 11111101 | 1010100 | 1011010 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #281AFD
Complementary color
Monochromatic Colors of #281AFD
Black with #281AFD
Text Example
Text Example
White with #281AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281AFD; }
p { color: rgb(40,26,253); }
H1.HeaderClassName
{
color: #281AFD;
}
.AnyTagClassName
{
color: #281AFD;
}
</style>
background-color css
<style>
a { background-color: #281AFD; }
a { background-color: rgb(40,26,253); }
div.DivClassName
{
background-color: #281AFD;
}
.BgClassName
{
background-color: #281AFD;
}
</style>
border-color css
<style>
span { border-color: #281AFD; }
span { border-color: rgb(40,26,253); }
td.TdClassName
{
border-color: #281AFD;
}
.TagClassName
{
border-color: #281AFD;
}
</style>