Shades of Han Purple #2F1CF6
Tints of Han Purple #2F1CF6
RGB
CMYK
RGB Variations
Color information
#2F1CF6 (or 0x2F1CF6) is known color: Han Purple. HEX triplet: 2F, 1C and F6. RGB value is (47,28,246). Sum of RGB (Red+Green+Blue) = 47+28+246=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 246 (96.48% from 255 or 76.64% from 321); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F1CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1CF6 is #D0E309. Grayscale: #393939. Windows color (decimal): -13689610 or 16129071. OLE color: 16129071.
HSL color Cylindrical-coordinate representation of color #2F1CF6: hue angle of 245.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1CF6 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 28 | 246 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.04 |
| HSL | 245.23º | 0.92% | 0.54% | - |
| HSV(B) | 245.23º | 0.89% | 0.96% | - |
| XYZ | 18.22 | 8.09 | 87.79 | - |
| YUV | 58.53 | 233.79 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 246 | 0.81 | 0.89 | 0 | 0.04 | 245.23 | 0.92 | 0.54 |
| Hex | 2F | 1C | F6 | 51 | 59 | 0 | 4 | F5 | 5C | 36 |
| Octal | 57 | 34 | 366 | 121 | 131 | 0 | 4 | 365 | 134 | 66 |
| Binary | 101111 | 11100 | 11110110 | 1010001 | 1011001 | 0 | 100 | 11110101 | 1011100 | 110110 |
Color Harmonies of #2F1CF6
Complementary color
Monochromatic Colors of #2F1CF6
Black with #2F1CF6
Text Example
Text Example
White with #2F1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1CF6; }
p { color: rgb(47,28,246); }
H1.HeaderClassName
{
color: #2F1CF6;
}
.AnyTagClassName
{
color: #2F1CF6;
}
</style>
background-color css
<style>
a { background-color: #2F1CF6; }
a { background-color: rgb(47,28,246); }
div.DivClassName
{
background-color: #2F1CF6;
}
.BgClassName
{
background-color: #2F1CF6;
}
</style>
border-color css
<style>
span { border-color: #2F1CF6; }
span { border-color: rgb(47,28,246); }
td.TdClassName
{
border-color: #2F1CF6;
}
.TagClassName
{
border-color: #2F1CF6;
}
</style>