Shades of Han Purple #2927FE
Tints of Han Purple #2927FE
RGB
CMYK
RGB Variations
Color information
#2927FE (or 0x2927FE) is known color: Han Purple. HEX triplet: 29, 27 and FE. RGB value is (41,39,254). Sum of RGB (Red+Green+Blue) = 41+39+254=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #2927FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2927FE is #D6D801. Grayscale: #3F3F3F. Windows color (decimal): -14080002 or 16656169. OLE color: 16656169.
HSL color Cylindrical-coordinate representation of color #2927FE: hue angle of 240.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2927FE is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 39 | 254 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.00 |
| HSL | 240.56º | 0.99% | 0.57% | - |
| HSV(B) | 240.56º | 0.85% | 1% | - |
| XYZ | 19.53 | 9.08 | 94.49 | - |
| YUV | 64.11 | 235.16 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 254 | 0.84 | 0.85 | 0 | 0.00 | 240.56 | 0.99 | 0.57 |
| Hex | 29 | 27 | FE | 54 | 55 | 0 | 0 | F1 | 63 | 39 |
| Octal | 51 | 47 | 376 | 124 | 125 | 0 | 0 | 361 | 143 | 71 |
| Binary | 101001 | 100111 | 11111110 | 1010100 | 1010101 | 0 | 0 | 11110001 | 1100011 | 111001 |
Color Harmonies of #2927FE
Complementary color
Monochromatic Colors of #2927FE
Black with #2927FE
Text Example
Text Example
White with #2927FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927FE; }
p { color: rgb(41,39,254); }
H1.HeaderClassName
{
color: #2927FE;
}
.AnyTagClassName
{
color: #2927FE;
}
</style>
background-color css
<style>
a { background-color: #2927FE; }
a { background-color: rgb(41,39,254); }
div.DivClassName
{
background-color: #2927FE;
}
.BgClassName
{
background-color: #2927FE;
}
</style>
border-color css
<style>
span { border-color: #2927FE; }
span { border-color: rgb(41,39,254); }
td.TdClassName
{
border-color: #2927FE;
}
.TagClassName
{
border-color: #2927FE;
}
</style>