Shades of Han Purple #2818FA
Tints of Han Purple #2818FA
RGB
CMYK
RGB Variations
Color information
#2818FA (or 0x2818FA) is known color: Han Purple. HEX triplet: 28, 18 and FA. RGB value is (40,24,250). Sum of RGB (Red+Green+Blue) = 40+24+250=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #2818FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2818FA is #D7E705. Grayscale: #353535. Windows color (decimal): -14149382 or 16390184. OLE color: 16390184.
HSL color Cylindrical-coordinate representation of color #2818FA: hue angle of 244.25º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2818FA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 24 | 250 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.02 |
| HSL | 244.25º | 0.96% | 0.54% | - |
| HSV(B) | 244.25º | 0.9% | 0.98% | - |
| XYZ | 18.46 | 8.01 | 91.02 | - |
| YUV | 54.55 | 238.3 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 250 | 0.84 | 0.90 | 0 | 0.02 | 244.25 | 0.96 | 0.54 |
| Hex | 28 | 18 | FA | 54 | 5A | 0 | 2 | F4 | 60 | 36 |
| Octal | 50 | 30 | 372 | 124 | 132 | 0 | 2 | 364 | 140 | 66 |
| Binary | 101000 | 11000 | 11111010 | 1010100 | 1011010 | 0 | 10 | 11110100 | 1100000 | 110110 |
Color Harmonies of #2818FA
Complementary color
Monochromatic Colors of #2818FA
Black with #2818FA
Text Example
Text Example
White with #2818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2818FA; }
p { color: rgb(40,24,250); }
H1.HeaderClassName
{
color: #2818FA;
}
.AnyTagClassName
{
color: #2818FA;
}
</style>
background-color css
<style>
a { background-color: #2818FA; }
a { background-color: rgb(40,24,250); }
div.DivClassName
{
background-color: #2818FA;
}
.BgClassName
{
background-color: #2818FA;
}
</style>
border-color css
<style>
span { border-color: #2818FA; }
span { border-color: rgb(40,24,250); }
td.TdClassName
{
border-color: #2818FA;
}
.TagClassName
{
border-color: #2818FA;
}
</style>