Shades of Han Purple #2729FE
Tints of Han Purple #2729FE
RGB
CMYK
RGB Variations
Color information
#2729FE (or 0x2729FE) is known color: Han Purple. HEX triplet: 27, 29 and FE. RGB value is (39,41,254). Sum of RGB (Red+Green+Blue) = 39+41+254=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 41 (16.41% from 255 or 12.28% 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 #2729FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2729FE is #D8D601. Grayscale: #3F3F3F. Windows color (decimal): -14210562 or 16656679. OLE color: 16656679.
HSL color Cylindrical-coordinate representation of color #2729FE: hue angle of 239.44º 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 #2729FE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 41 | 254 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.00 |
| HSL | 239.44º | 0.99% | 0.57% | - |
| HSV(B) | 239.44º | 0.85% | 1% | - |
| XYZ | 19.52 | 9.17 | 94.51 | - |
| YUV | 64.68 | 234.84 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 254 | 0.85 | 0.84 | 0 | 0.00 | 239.44 | 0.99 | 0.57 |
| Hex | 27 | 29 | FE | 55 | 54 | 0 | 0 | EF | 63 | 39 |
| Octal | 47 | 51 | 376 | 125 | 124 | 0 | 0 | 357 | 143 | 71 |
| Binary | 100111 | 101001 | 11111110 | 1010101 | 1010100 | 0 | 0 | 11101111 | 1100011 | 111001 |
Color Harmonies of #2729FE
Complementary color
Monochromatic Colors of #2729FE
Black with #2729FE
Text Example
Text Example
White with #2729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2729FE; }
p { color: rgb(39,41,254); }
H1.HeaderClassName
{
color: #2729FE;
}
.AnyTagClassName
{
color: #2729FE;
}
</style>
background-color css
<style>
a { background-color: #2729FE; }
a { background-color: rgb(39,41,254); }
div.DivClassName
{
background-color: #2729FE;
}
.BgClassName
{
background-color: #2729FE;
}
</style>
border-color css
<style>
span { border-color: #2729FE; }
span { border-color: rgb(39,41,254); }
td.TdClassName
{
border-color: #2729FE;
}
.TagClassName
{
border-color: #2729FE;
}
</style>