Shades of Han Purple #2728FF
Tints of Han Purple #2728FF
RGB
CMYK
RGB Variations
Color information
#2728FF (or 0x2728FF) is known color: Han Purple. HEX triplet: 27, 28 and FF. RGB value is (39,40,255). Sum of RGB (Red+Green+Blue) = 39+40+255=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #2728FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2728FF is #D8D700. Grayscale: #3F3F3F. Windows color (decimal): -14210817 or 16721959. OLE color: 16721959.
HSL color Cylindrical-coordinate representation of color #2728FF: hue angle of 239.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2728FF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 40 | 255 | - |
| CMYK | 0.85 | 0.84 | 0 | 0 |
| HSL | 239.72º | 1% | 0.58% | - |
| HSV(B) | 239.72º | 0.85% | 1% | - |
| XYZ | 19.65 | 9.17 | 95.34 | - |
| YUV | 64.21 | 235.67 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 255 | 0.85 | 0.84 | 0 | 0 | 239.72 | 1 | 0.58 |
| Hex | 27 | 28 | FF | 55 | 54 | 0 | 0 | F0 | 64 | 3A |
| Octal | 47 | 50 | 377 | 125 | 124 | 0 | 0 | 360 | 144 | 72 |
| Binary | 100111 | 101000 | 11111111 | 1010101 | 1010100 | 0 | 0 | 11110000 | 1100100 | 111010 |
Color Harmonies of #2728FF
Complementary color
Monochromatic Colors of #2728FF
Black with #2728FF
Text Example
Text Example
White with #2728FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728FF; }
p { color: rgb(39,40,255); }
H1.HeaderClassName
{
color: #2728FF;
}
.AnyTagClassName
{
color: #2728FF;
}
</style>
background-color css
<style>
a { background-color: #2728FF; }
a { background-color: rgb(39,40,255); }
div.DivClassName
{
background-color: #2728FF;
}
.BgClassName
{
background-color: #2728FF;
}
</style>
border-color css
<style>
span { border-color: #2728FF; }
span { border-color: rgb(39,40,255); }
td.TdClassName
{
border-color: #2728FF;
}
.TagClassName
{
border-color: #2728FF;
}
</style>