Shades of Han Purple #2719FB
Tints of Han Purple #2719FB
RGB
CMYK
RGB Variations
Color information
#2719FB (or 0x2719FB) is known color: Han Purple. HEX triplet: 27, 19 and FB. RGB value is (39,25,251). Sum of RGB (Red+Green+Blue) = 39+25+251=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #2719FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2719FB is #D8E604. Grayscale: #363636. Windows color (decimal): -14214661 or 16455975. OLE color: 16455975.
HSL color Cylindrical-coordinate representation of color #2719FB: hue angle of 243.72º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2719FB is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 25 | 251 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.02 |
| HSL | 243.72º | 0.97% | 0.54% | - |
| HSV(B) | 243.72º | 0.9% | 0.98% | - |
| XYZ | 18.6 | 8.09 | 91.85 | - |
| YUV | 54.95 | 238.64 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 251 | 0.84 | 0.90 | 0 | 0.02 | 243.72 | 0.97 | 0.54 |
| Hex | 27 | 19 | FB | 54 | 5A | 0 | 2 | F4 | 61 | 36 |
| Octal | 47 | 31 | 373 | 124 | 132 | 0 | 2 | 364 | 141 | 66 |
| Binary | 100111 | 11001 | 11111011 | 1010100 | 1011010 | 0 | 10 | 11110100 | 1100001 | 110110 |
Color Harmonies of #2719FB
Complementary color
Monochromatic Colors of #2719FB
Black with #2719FB
Text Example
Text Example
White with #2719FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2719FB; }
p { color: rgb(39,25,251); }
H1.HeaderClassName
{
color: #2719FB;
}
.AnyTagClassName
{
color: #2719FB;
}
</style>
background-color css
<style>
a { background-color: #2719FB; }
a { background-color: rgb(39,25,251); }
div.DivClassName
{
background-color: #2719FB;
}
.BgClassName
{
background-color: #2719FB;
}
</style>
border-color css
<style>
span { border-color: #2719FB; }
span { border-color: rgb(39,25,251); }
td.TdClassName
{
border-color: #2719FB;
}
.TagClassName
{
border-color: #2719FB;
}
</style>