Shades of Han Purple #2F0EEA
Tints of Han Purple #2F0EEA
RGB
CMYK
RGB Variations
Color information
#2F0EEA (or 0x2F0EEA) is known color: Han Purple. HEX triplet: 2F, 0E and EA. RGB value is (47,14,234). Sum of RGB (Red+Green+Blue) = 47+14+234=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EEA is #D0F115. Grayscale: #303030. Windows color (decimal): -13693206 or 15339055. OLE color: 15339055.
HSL color Cylindrical-coordinate representation of color #2F0EEA: hue angle of 249º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0EEA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 14 | 234 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.08 |
| HSL | 249º | 0.89% | 0.49% | - |
| HSV(B) | 249º | 0.94% | 0.92% | - |
| XYZ | 16.18 | 6.86 | 78.31 | - |
| YUV | 48.95 | 232.43 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 234 | 0.80 | 0.94 | 0 | 0.08 | 249 | 0.89 | 0.49 |
| Hex | 2F | E | EA | 50 | 5E | 0 | 8 | F9 | 59 | 31 |
| Octal | 57 | 16 | 352 | 120 | 136 | 0 | 10 | 371 | 131 | 61 |
| Binary | 101111 | 1110 | 11101010 | 1010000 | 1011110 | 0 | 1000 | 11111001 | 1011001 | 110001 |
Color Harmonies of #2F0EEA
Complementary color
Monochromatic Colors of #2F0EEA
Black with #2F0EEA
Text Example
Text Example
White with #2F0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EEA; }
p { color: rgb(47,14,234); }
H1.HeaderClassName
{
color: #2F0EEA;
}
.AnyTagClassName
{
color: #2F0EEA;
}
</style>
background-color css
<style>
a { background-color: #2F0EEA; }
a { background-color: rgb(47,14,234); }
div.DivClassName
{
background-color: #2F0EEA;
}
.BgClassName
{
background-color: #2F0EEA;
}
</style>
border-color css
<style>
span { border-color: #2F0EEA; }
span { border-color: rgb(47,14,234); }
td.TdClassName
{
border-color: #2F0EEA;
}
.TagClassName
{
border-color: #2F0EEA;
}
</style>