Shades of Han Purple #2728F4
Tints of Han Purple #2728F4
RGB
CMYK
RGB Variations
Color information
#2728F4 (or 0x2728F4) is known color: Han Purple. HEX triplet: 27, 28 and F4. RGB value is (39,40,244). Sum of RGB (Red+Green+Blue) = 39+40+244=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 244 (95.70% from 255 or 75.54% from 323); Max value from RGB is 244 - color contains mainly: blue. Hex color #2728F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2728F4 is #D8D70B. Grayscale: #3E3E3E. Windows color (decimal): -14210828 or 16001063. OLE color: 16001063.
HSL color Cylindrical-coordinate representation of color #2728F4: hue angle of 239.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2728F4 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 40 | 244 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.04 |
| HSL | 239.71º | 0.9% | 0.55% | - |
| HSV(B) | 239.71º | 0.84% | 0.96% | - |
| XYZ | 17.92 | 8.48 | 86.28 | - |
| YUV | 62.96 | 230.17 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 244 | 0.84 | 0.84 | 0 | 0.04 | 239.71 | 0.9 | 0.55 |
| Hex | 27 | 28 | F4 | 54 | 54 | 0 | 4 | F0 | 5A | 37 |
| Octal | 47 | 50 | 364 | 124 | 124 | 0 | 4 | 360 | 132 | 67 |
| Binary | 100111 | 101000 | 11110100 | 1010100 | 1010100 | 0 | 100 | 11110000 | 1011010 | 110111 |
Color Harmonies of #2728F4
Complementary color
Monochromatic Colors of #2728F4
Black with #2728F4
Text Example
Text Example
White with #2728F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728F4; }
p { color: rgb(39,40,244); }
H1.HeaderClassName
{
color: #2728F4;
}
.AnyTagClassName
{
color: #2728F4;
}
</style>
background-color css
<style>
a { background-color: #2728F4; }
a { background-color: rgb(39,40,244); }
div.DivClassName
{
background-color: #2728F4;
}
.BgClassName
{
background-color: #2728F4;
}
</style>
border-color css
<style>
span { border-color: #2728F4; }
span { border-color: rgb(39,40,244); }
td.TdClassName
{
border-color: #2728F4;
}
.TagClassName
{
border-color: #2728F4;
}
</style>