Shades of Han Purple #2718FA
Tints of Han Purple #2718FA
RGB
CMYK
RGB Variations
Color information
#2718FA (or 0x2718FA) is known color: Han Purple. HEX triplet: 27, 18 and FA. RGB value is (39,24,250). Sum of RGB (Red+Green+Blue) = 39+24+250=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #2718FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2718FA is #D8E705. Grayscale: #353535. Windows color (decimal): -14214918 or 16390183. OLE color: 16390183.
HSL color Cylindrical-coordinate representation of color #2718FA: hue angle of 243.98º 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 #2718FA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 24 | 250 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.02 |
| HSL | 243.98º | 0.96% | 0.54% | - |
| HSV(B) | 243.98º | 0.9% | 0.98% | - |
| XYZ | 18.42 | 7.99 | 91.01 | - |
| YUV | 54.25 | 238.47 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 250 | 0.84 | 0.90 | 0 | 0.02 | 243.98 | 0.96 | 0.54 |
| Hex | 27 | 18 | FA | 54 | 5A | 0 | 2 | F4 | 60 | 36 |
| Octal | 47 | 30 | 372 | 124 | 132 | 0 | 2 | 364 | 140 | 66 |
| Binary | 100111 | 11000 | 11111010 | 1010100 | 1011010 | 0 | 10 | 11110100 | 1100000 | 110110 |
Color Harmonies of #2718FA
Complementary color
Monochromatic Colors of #2718FA
Black with #2718FA
Text Example
Text Example
White with #2718FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2718FA; }
p { color: rgb(39,24,250); }
H1.HeaderClassName
{
color: #2718FA;
}
.AnyTagClassName
{
color: #2718FA;
}
</style>
background-color css
<style>
a { background-color: #2718FA; }
a { background-color: rgb(39,24,250); }
div.DivClassName
{
background-color: #2718FA;
}
.BgClassName
{
background-color: #2718FA;
}
</style>
border-color css
<style>
span { border-color: #2718FA; }
span { border-color: rgb(39,24,250); }
td.TdClassName
{
border-color: #2718FA;
}
.TagClassName
{
border-color: #2718FA;
}
</style>