Shades of Han Purple #2914FC
Tints of Han Purple #2914FC
RGB
CMYK
RGB Variations
Color information
#2914FC (or 0x2914FC) is known color: Han Purple. HEX triplet: 29, 14 and FC. RGB value is (41,20,252). Sum of RGB (Red+Green+Blue) = 41+20+252=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #2914FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2914FC is #D6EB03. Grayscale: #333333. Windows color (decimal): -14084868 or 16520233. OLE color: 16520233.
HSL color Cylindrical-coordinate representation of color #2914FC: hue angle of 245.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2914FC is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 20 | 252 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.01 |
| HSL | 245.43º | 0.97% | 0.53% | - |
| HSV(B) | 245.43º | 0.92% | 0.99% | - |
| XYZ | 18.74 | 8 | 92.65 | - |
| YUV | 52.73 | 240.46 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 252 | 0.84 | 0.92 | 0 | 0.01 | 245.43 | 0.97 | 0.53 |
| Hex | 29 | 14 | FC | 54 | 5C | 0 | 1 | F5 | 61 | 35 |
| Octal | 51 | 24 | 374 | 124 | 134 | 0 | 1 | 365 | 141 | 65 |
| Binary | 101001 | 10100 | 11111100 | 1010100 | 1011100 | 0 | 1 | 11110101 | 1100001 | 110101 |
Color Harmonies of #2914FC
Complementary color
Monochromatic Colors of #2914FC
Black with #2914FC
Text Example
Text Example
White with #2914FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2914FC; }
p { color: rgb(41,20,252); }
H1.HeaderClassName
{
color: #2914FC;
}
.AnyTagClassName
{
color: #2914FC;
}
</style>
background-color css
<style>
a { background-color: #2914FC; }
a { background-color: rgb(41,20,252); }
div.DivClassName
{
background-color: #2914FC;
}
.BgClassName
{
background-color: #2914FC;
}
</style>
border-color css
<style>
span { border-color: #2914FC; }
span { border-color: rgb(41,20,252); }
td.TdClassName
{
border-color: #2914FC;
}
.TagClassName
{
border-color: #2914FC;
}
</style>