Shades of Han Purple #2F0DDE
Tints of Han Purple #2F0DDE
RGB
CMYK
RGB Variations
Color information
#2F0DDE (or 0x2F0DDE) is known color: Han Purple. HEX triplet: 2F, 0D and DE. RGB value is (47,13,222). Sum of RGB (Red+Green+Blue) = 47+13+222=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F0DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0DDE is #D0F221. Grayscale: #2E2E2E. Windows color (decimal): -13693474 or 14552367. OLE color: 14552367.
HSL color Cylindrical-coordinate representation of color #2F0DDE: hue angle of 249.76º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0DDE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 13 | 222 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.13 |
| HSL | 249.76º | 0.89% | 0.46% | - |
| HSV(B) | 249.76º | 0.94% | 0.87% | - |
| XYZ | 14.5 | 6.17 | 69.53 | - |
| YUV | 46.99 | 226.76 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 222 | 0.79 | 0.94 | 0 | 0.13 | 249.76 | 0.89 | 0.46 |
| Hex | 2F | D | DE | 4F | 5E | 0 | D | FA | 59 | 2E |
| Octal | 57 | 15 | 336 | 117 | 136 | 0 | 15 | 372 | 131 | 56 |
| Binary | 101111 | 1101 | 11011110 | 1001111 | 1011110 | 0 | 1101 | 11111010 | 1011001 | 101110 |
Color Harmonies of #2F0DDE
Complementary color
Monochromatic Colors of #2F0DDE
Black with #2F0DDE
Text Example
Text Example
White with #2F0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0DDE; }
p { color: rgb(47,13,222); }
H1.HeaderClassName
{
color: #2F0DDE;
}
.AnyTagClassName
{
color: #2F0DDE;
}
</style>
background-color css
<style>
a { background-color: #2F0DDE; }
a { background-color: rgb(47,13,222); }
div.DivClassName
{
background-color: #2F0DDE;
}
.BgClassName
{
background-color: #2F0DDE;
}
</style>
border-color css
<style>
span { border-color: #2F0DDE; }
span { border-color: rgb(47,13,222); }
td.TdClassName
{
border-color: #2F0DDE;
}
.TagClassName
{
border-color: #2F0DDE;
}
</style>