Shades of Han Purple #2726EC
Tints of Han Purple #2726EC
RGB
CMYK
RGB Variations
Color information
#2726EC (or 0x2726EC) is known color: Han Purple. HEX triplet: 27, 26 and EC. RGB value is (39,38,236). Sum of RGB (Red+Green+Blue) = 39+38+236=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #2726EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2726EC is #D8D913. Grayscale: #3C3C3C. Windows color (decimal): -14211348 or 15476263. OLE color: 15476263.
HSL color Cylindrical-coordinate representation of color #2726EC: hue angle of 240.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2726EC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 38 | 236 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.07 |
| HSL | 240.3º | 0.84% | 0.54% | - |
| HSV(B) | 240.3º | 0.84% | 0.93% | - |
| XYZ | 16.67 | 7.87 | 80 | - |
| YUV | 60.87 | 226.83 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 236 | 0.83 | 0.84 | 0 | 0.07 | 240.3 | 0.84 | 0.54 |
| Hex | 27 | 26 | EC | 53 | 54 | 0 | 7 | F0 | 54 | 36 |
| Octal | 47 | 46 | 354 | 123 | 124 | 0 | 7 | 360 | 124 | 66 |
| Binary | 100111 | 100110 | 11101100 | 1010011 | 1010100 | 0 | 111 | 11110000 | 1010100 | 110110 |
Color Harmonies of #2726EC
Complementary color
Monochromatic Colors of #2726EC
Black with #2726EC
Text Example
Text Example
White with #2726EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726EC; }
p { color: rgb(39,38,236); }
H1.HeaderClassName
{
color: #2726EC;
}
.AnyTagClassName
{
color: #2726EC;
}
</style>
background-color css
<style>
a { background-color: #2726EC; }
a { background-color: rgb(39,38,236); }
div.DivClassName
{
background-color: #2726EC;
}
.BgClassName
{
background-color: #2726EC;
}
</style>
border-color css
<style>
span { border-color: #2726EC; }
span { border-color: rgb(39,38,236); }
td.TdClassName
{
border-color: #2726EC;
}
.TagClassName
{
border-color: #2726EC;
}
</style>