Shades of Han Purple #2F0BF8
Tints of Han Purple #2F0BF8
RGB
CMYK
RGB Variations
Color information
#2F0BF8 (or 0x2F0BF8) is known color: Han Purple. HEX triplet: 2F, 0B and F8. RGB value is (47,11,248). Sum of RGB (Red+Green+Blue) = 47+11+248=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 248 (97.27% from 255 or 81.05% from 306); Max value from RGB is 248 - color contains mainly: blue. Hex color #2F0BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BF8 is #D0F407. Grayscale: #2F2F2F. Windows color (decimal): -13693960 or 16255791. OLE color: 16255791.
HSL color Cylindrical-coordinate representation of color #2F0BF8: hue angle of 249.11º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0BF8 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 11 | 248 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.03 |
| HSL | 249.11º | 0.94% | 0.51% | - |
| HSV(B) | 249.11º | 0.96% | 0.97% | - |
| XYZ | 18.24 | 7.62 | 89.32 | - |
| YUV | 48.78 | 240.43 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 248 | 0.81 | 0.96 | 0 | 0.03 | 249.11 | 0.94 | 0.51 |
| Hex | 2F | B | F8 | 51 | 60 | 0 | 3 | F9 | 5E | 33 |
| Octal | 57 | 13 | 370 | 121 | 140 | 0 | 3 | 371 | 136 | 63 |
| Binary | 101111 | 1011 | 11111000 | 1010001 | 1100000 | 0 | 11 | 11111001 | 1011110 | 110011 |
Color Harmonies of #2F0BF8
Complementary color
Monochromatic Colors of #2F0BF8
Black with #2F0BF8
Text Example
Text Example
White with #2F0BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BF8; }
p { color: rgb(47,11,248); }
H1.HeaderClassName
{
color: #2F0BF8;
}
.AnyTagClassName
{
color: #2F0BF8;
}
</style>
background-color css
<style>
a { background-color: #2F0BF8; }
a { background-color: rgb(47,11,248); }
div.DivClassName
{
background-color: #2F0BF8;
}
.BgClassName
{
background-color: #2F0BF8;
}
</style>
border-color css
<style>
span { border-color: #2F0BF8; }
span { border-color: rgb(47,11,248); }
td.TdClassName
{
border-color: #2F0BF8;
}
.TagClassName
{
border-color: #2F0BF8;
}
</style>