Shades of Han Purple #2718ED
Tints of Han Purple #2718ED
RGB
CMYK
RGB Variations
Color information
#2718ED (or 0x2718ED) is known color: Han Purple. HEX triplet: 27, 18 and ED. RGB value is (39,24,237). Sum of RGB (Red+Green+Blue) = 39+24+237=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #2718ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2718ED is #D8E712. Grayscale: #333333. Windows color (decimal): -14214931 or 15538215. OLE color: 15538215.
HSL color Cylindrical-coordinate representation of color #2718ED: hue angle of 244.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2718ED is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 24 | 237 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.07 |
| HSL | 244.23º | 0.86% | 0.51% | - |
| HSV(B) | 244.23º | 0.9% | 0.93% | - |
| XYZ | 16.45 | 7.2 | 80.64 | - |
| YUV | 52.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 237 | 0.84 | 0.90 | 0 | 0.07 | 244.23 | 0.86 | 0.51 |
| Hex | 27 | 18 | ED | 54 | 5A | 0 | 7 | F4 | 56 | 33 |
| Octal | 47 | 30 | 355 | 124 | 132 | 0 | 7 | 364 | 126 | 63 |
| Binary | 100111 | 11000 | 11101101 | 1010100 | 1011010 | 0 | 111 | 11110100 | 1010110 | 110011 |
Color Harmonies of #2718ED
Complementary color
Monochromatic Colors of #2718ED
Black with #2718ED
Text Example
Text Example
White with #2718ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2718ED; }
p { color: rgb(39,24,237); }
H1.HeaderClassName
{
color: #2718ED;
}
.AnyTagClassName
{
color: #2718ED;
}
</style>
background-color css
<style>
a { background-color: #2718ED; }
a { background-color: rgb(39,24,237); }
div.DivClassName
{
background-color: #2718ED;
}
.BgClassName
{
background-color: #2718ED;
}
</style>
border-color css
<style>
span { border-color: #2718ED; }
span { border-color: rgb(39,24,237); }
td.TdClassName
{
border-color: #2718ED;
}
.TagClassName
{
border-color: #2718ED;
}
</style>