Shades of Han Purple #2F29EF
Tints of Han Purple #2F29EF
RGB
CMYK
RGB Variations
Color information
#2F29EF (or 0x2F29EF) is known color: Han Purple. HEX triplet: 2F, 29 and EF. RGB value is (47,41,239). Sum of RGB (Red+Green+Blue) = 47+41+239=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F29EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F29EF is #D0D610. Grayscale: #404040. Windows color (decimal): -13686289 or 15673647. OLE color: 15673647.
HSL color Cylindrical-coordinate representation of color #2F29EF: hue angle of 241.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F29EF is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 41 | 239 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.06 |
| HSL | 241.82º | 0.86% | 0.55% | - |
| HSV(B) | 241.82º | 0.83% | 0.94% | - |
| XYZ | 17.55 | 8.42 | 82.36 | - |
| YUV | 65.37 | 225.99 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 239 | 0.80 | 0.83 | 0 | 0.06 | 241.82 | 0.86 | 0.55 |
| Hex | 2F | 29 | EF | 50 | 53 | 0 | 6 | F2 | 56 | 37 |
| Octal | 57 | 51 | 357 | 120 | 123 | 0 | 6 | 362 | 126 | 67 |
| Binary | 101111 | 101001 | 11101111 | 1010000 | 1010011 | 0 | 110 | 11110010 | 1010110 | 110111 |
Color Harmonies of #2F29EF
Complementary color
Monochromatic Colors of #2F29EF
Black with #2F29EF
Text Example
Text Example
White with #2F29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F29EF; }
p { color: rgb(47,41,239); }
H1.HeaderClassName
{
color: #2F29EF;
}
.AnyTagClassName
{
color: #2F29EF;
}
</style>
background-color css
<style>
a { background-color: #2F29EF; }
a { background-color: rgb(47,41,239); }
div.DivClassName
{
background-color: #2F29EF;
}
.BgClassName
{
background-color: #2F29EF;
}
</style>
border-color css
<style>
span { border-color: #2F29EF; }
span { border-color: rgb(47,41,239); }
td.TdClassName
{
border-color: #2F29EF;
}
.TagClassName
{
border-color: #2F29EF;
}
</style>