Shades of Han Purple #2F1EE9
Tints of Han Purple #2F1EE9
RGB
CMYK
RGB Variations
Color information
#2F1EE9 (or 0x2F1EE9) is known color: Han Purple. HEX triplet: 2F, 1E and E9. RGB value is (47,30,233). Sum of RGB (Red+Green+Blue) = 47+30+233=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #2F1EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1EE9 is #D0E116. Grayscale: #393939. Windows color (decimal): -13689111 or 15277615. OLE color: 15277615.
HSL color Cylindrical-coordinate representation of color #2F1EE9: hue angle of 245.02º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1EE9 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 30 | 233 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.09 |
| HSL | 245.02º | 0.82% | 0.52% | - |
| HSV(B) | 245.02º | 0.87% | 0.91% | - |
| XYZ | 16.34 | 7.42 | 77.66 | - |
| YUV | 58.23 | 226.63 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 233 | 0.80 | 0.87 | 0 | 0.09 | 245.02 | 0.82 | 0.52 |
| Hex | 2F | 1E | E9 | 50 | 57 | 0 | 9 | F5 | 52 | 34 |
| Octal | 57 | 36 | 351 | 120 | 127 | 0 | 11 | 365 | 122 | 64 |
| Binary | 101111 | 11110 | 11101001 | 1010000 | 1010111 | 0 | 1001 | 11110101 | 1010010 | 110100 |
Color Harmonies of #2F1EE9
Complementary color
Monochromatic Colors of #2F1EE9
Black with #2F1EE9
Text Example
Text Example
White with #2F1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1EE9; }
p { color: rgb(47,30,233); }
H1.HeaderClassName
{
color: #2F1EE9;
}
.AnyTagClassName
{
color: #2F1EE9;
}
</style>
background-color css
<style>
a { background-color: #2F1EE9; }
a { background-color: rgb(47,30,233); }
div.DivClassName
{
background-color: #2F1EE9;
}
.BgClassName
{
background-color: #2F1EE9;
}
</style>
border-color css
<style>
span { border-color: #2F1EE9; }
span { border-color: rgb(47,30,233); }
td.TdClassName
{
border-color: #2F1EE9;
}
.TagClassName
{
border-color: #2F1EE9;
}
</style>