Shades of Han Purple #2728FA
Tints of Han Purple #2728FA
RGB
CMYK
RGB Variations
Color information
#2728FA (or 0x2728FA) is known color: Han Purple. HEX triplet: 27, 28 and FA. RGB value is (39,40,250). Sum of RGB (Red+Green+Blue) = 39+40+250=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #2728FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2728FA is #D8D705. Grayscale: #3E3E3E. Windows color (decimal): -14210822 or 16394279. OLE color: 16394279.
HSL color Cylindrical-coordinate representation of color #2728FA: hue angle of 239.72º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2728FA is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 40 | 250 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.02 |
| HSL | 239.72º | 0.95% | 0.57% | - |
| HSV(B) | 239.72º | 0.84% | 0.98% | - |
| XYZ | 18.85 | 8.85 | 91.16 | - |
| YUV | 63.64 | 233.17 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 250 | 0.84 | 0.84 | 0 | 0.02 | 239.72 | 0.95 | 0.57 |
| Hex | 27 | 28 | FA | 54 | 54 | 0 | 2 | F0 | 5F | 39 |
| Octal | 47 | 50 | 372 | 124 | 124 | 0 | 2 | 360 | 137 | 71 |
| Binary | 100111 | 101000 | 11111010 | 1010100 | 1010100 | 0 | 10 | 11110000 | 1011111 | 111001 |
Color Harmonies of #2728FA
Complementary color
Monochromatic Colors of #2728FA
Black with #2728FA
Text Example
Text Example
White with #2728FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728FA; }
p { color: rgb(39,40,250); }
H1.HeaderClassName
{
color: #2728FA;
}
.AnyTagClassName
{
color: #2728FA;
}
</style>
background-color css
<style>
a { background-color: #2728FA; }
a { background-color: rgb(39,40,250); }
div.DivClassName
{
background-color: #2728FA;
}
.BgClassName
{
background-color: #2728FA;
}
</style>
border-color css
<style>
span { border-color: #2728FA; }
span { border-color: rgb(39,40,250); }
td.TdClassName
{
border-color: #2728FA;
}
.TagClassName
{
border-color: #2728FA;
}
</style>