Shades of Han Purple #2F1FED
Tints of Han Purple #2F1FED
RGB
CMYK
RGB Variations
Color information
#2F1FED (or 0x2F1FED) is known color: Han Purple. HEX triplet: 2F, 1F and ED. RGB value is (47,31,237). Sum of RGB (Red+Green+Blue) = 47+31+237=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F1FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1FED is #D0E012. Grayscale: #3A3A3A. Windows color (decimal): -13688851 or 15540015. OLE color: 15540015.
HSL color Cylindrical-coordinate representation of color #2F1FED: hue angle of 244.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1FED is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 31 | 237 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.07 |
| HSL | 244.66º | 0.85% | 0.53% | - |
| HSV(B) | 244.66º | 0.87% | 0.93% | - |
| XYZ | 16.95 | 7.7 | 80.71 | - |
| YUV | 59.27 | 228.3 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 237 | 0.80 | 0.87 | 0 | 0.07 | 244.66 | 0.85 | 0.53 |
| Hex | 2F | 1F | ED | 50 | 57 | 0 | 7 | F5 | 55 | 35 |
| Octal | 57 | 37 | 355 | 120 | 127 | 0 | 7 | 365 | 125 | 65 |
| Binary | 101111 | 11111 | 11101101 | 1010000 | 1010111 | 0 | 111 | 11110101 | 1010101 | 110101 |
Color Harmonies of #2F1FED
Complementary color
Monochromatic Colors of #2F1FED
Black with #2F1FED
Text Example
Text Example
White with #2F1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1FED; }
p { color: rgb(47,31,237); }
H1.HeaderClassName
{
color: #2F1FED;
}
.AnyTagClassName
{
color: #2F1FED;
}
</style>
background-color css
<style>
a { background-color: #2F1FED; }
a { background-color: rgb(47,31,237); }
div.DivClassName
{
background-color: #2F1FED;
}
.BgClassName
{
background-color: #2F1FED;
}
</style>
border-color css
<style>
span { border-color: #2F1FED; }
span { border-color: rgb(47,31,237); }
td.TdClassName
{
border-color: #2F1FED;
}
.TagClassName
{
border-color: #2F1FED;
}
</style>