Shades of Han Purple #2728FD
Tints of Han Purple #2728FD
RGB
CMYK
RGB Variations
Color information
#2728FD (or 0x2728FD) is known color: Han Purple. HEX triplet: 27, 28 and FD. RGB value is (39,40,253). Sum of RGB (Red+Green+Blue) = 39+40+253=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #2728FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2728FD is #D8D702. Grayscale: #3F3F3F. Windows color (decimal): -14210819 or 16590887. OLE color: 16590887.
HSL color Cylindrical-coordinate representation of color #2728FD: hue angle of 239.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2728FD is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 40 | 253 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.01 |
| HSL | 239.72º | 0.98% | 0.57% | - |
| HSV(B) | 239.72º | 0.85% | 0.99% | - |
| XYZ | 19.33 | 9.04 | 93.66 | - |
| YUV | 63.98 | 234.67 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 253 | 0.85 | 0.84 | 0 | 0.01 | 239.72 | 0.98 | 0.57 |
| Hex | 27 | 28 | FD | 55 | 54 | 0 | 1 | F0 | 62 | 39 |
| Octal | 47 | 50 | 375 | 125 | 124 | 0 | 1 | 360 | 142 | 71 |
| Binary | 100111 | 101000 | 11111101 | 1010101 | 1010100 | 0 | 1 | 11110000 | 1100010 | 111001 |
Color Harmonies of #2728FD
Complementary color
Monochromatic Colors of #2728FD
Black with #2728FD
Text Example
Text Example
White with #2728FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728FD; }
p { color: rgb(39,40,253); }
H1.HeaderClassName
{
color: #2728FD;
}
.AnyTagClassName
{
color: #2728FD;
}
</style>
background-color css
<style>
a { background-color: #2728FD; }
a { background-color: rgb(39,40,253); }
div.DivClassName
{
background-color: #2728FD;
}
.BgClassName
{
background-color: #2728FD;
}
</style>
border-color css
<style>
span { border-color: #2728FD; }
span { border-color: rgb(39,40,253); }
td.TdClassName
{
border-color: #2728FD;
}
.TagClassName
{
border-color: #2728FD;
}
</style>