Shades of Han Purple #2F1DF8
Tints of Han Purple #2F1DF8
RGB
CMYK
RGB Variations
Color information
#2F1DF8 (or 0x2F1DF8) is known color: Han Purple. HEX triplet: 2F, 1D and F8. RGB value is (47,29,248). Sum of RGB (Red+Green+Blue) = 47+29+248=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 248 (97.27% from 255 or 76.54% from 324); Max value from RGB is 248 - color contains mainly: blue. Hex color #2F1DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1DF8 is #D0E207. Grayscale: #3A3A3A. Windows color (decimal): -13689352 or 16260399. OLE color: 16260399.
HSL color Cylindrical-coordinate representation of color #2F1DF8: hue angle of 244.93º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1DF8 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 29 | 248 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.03 |
| HSL | 244.93º | 0.94% | 0.54% | - |
| HSV(B) | 244.93º | 0.88% | 0.97% | - |
| XYZ | 18.55 | 8.26 | 89.42 | - |
| YUV | 59.35 | 234.46 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 248 | 0.81 | 0.88 | 0 | 0.03 | 244.93 | 0.94 | 0.54 |
| Hex | 2F | 1D | F8 | 51 | 58 | 0 | 3 | F5 | 5E | 36 |
| Octal | 57 | 35 | 370 | 121 | 130 | 0 | 3 | 365 | 136 | 66 |
| Binary | 101111 | 11101 | 11111000 | 1010001 | 1011000 | 0 | 11 | 11110101 | 1011110 | 110110 |
Color Harmonies of #2F1DF8
Complementary color
Monochromatic Colors of #2F1DF8
Black with #2F1DF8
Text Example
Text Example
White with #2F1DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1DF8; }
p { color: rgb(47,29,248); }
H1.HeaderClassName
{
color: #2F1DF8;
}
.AnyTagClassName
{
color: #2F1DF8;
}
</style>
background-color css
<style>
a { background-color: #2F1DF8; }
a { background-color: rgb(47,29,248); }
div.DivClassName
{
background-color: #2F1DF8;
}
.BgClassName
{
background-color: #2F1DF8;
}
</style>
border-color css
<style>
span { border-color: #2F1DF8; }
span { border-color: rgb(47,29,248); }
td.TdClassName
{
border-color: #2F1DF8;
}
.TagClassName
{
border-color: #2F1DF8;
}
</style>