Shades of Han Purple #2F0FF9
Tints of Han Purple #2F0FF9
RGB
CMYK
RGB Variations
Color information
#2F0FF9 (or 0x2F0FF9) is known color: Han Purple. HEX triplet: 2F, 0F and F9. RGB value is (47,15,249). Sum of RGB (Red+Green+Blue) = 47+15+249=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 249 (97.66% from 255 or 80.06% from 311); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F0FF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FF9 is #D0F006. Grayscale: #323232. Windows color (decimal): -13692935 or 16322351. OLE color: 16322351.
HSL color Cylindrical-coordinate representation of color #2F0FF9: hue angle of 248.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0FF9 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 15 | 249 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.02 |
| HSL | 248.21º | 0.95% | 0.52% | - |
| HSV(B) | 248.21º | 0.94% | 0.98% | - |
| XYZ | 18.44 | 7.79 | 90.15 | - |
| YUV | 51.24 | 239.6 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 249 | 0.81 | 0.94 | 0 | 0.02 | 248.21 | 0.95 | 0.52 |
| Hex | 2F | F | F9 | 51 | 5E | 0 | 2 | F8 | 5F | 34 |
| Octal | 57 | 17 | 371 | 121 | 136 | 0 | 2 | 370 | 137 | 64 |
| Binary | 101111 | 1111 | 11111001 | 1010001 | 1011110 | 0 | 10 | 11111000 | 1011111 | 110100 |
Color Harmonies of #2F0FF9
Complementary color
Monochromatic Colors of #2F0FF9
Black with #2F0FF9
Text Example
Text Example
White with #2F0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FF9; }
p { color: rgb(47,15,249); }
H1.HeaderClassName
{
color: #2F0FF9;
}
.AnyTagClassName
{
color: #2F0FF9;
}
</style>
background-color css
<style>
a { background-color: #2F0FF9; }
a { background-color: rgb(47,15,249); }
div.DivClassName
{
background-color: #2F0FF9;
}
.BgClassName
{
background-color: #2F0FF9;
}
</style>
border-color css
<style>
span { border-color: #2F0FF9; }
span { border-color: rgb(47,15,249); }
td.TdClassName
{
border-color: #2F0FF9;
}
.TagClassName
{
border-color: #2F0FF9;
}
</style>