Shades of Han Purple #2F1AFE
Tints of Han Purple #2F1AFE
RGB
CMYK
RGB Variations
Color information
#2F1AFE (or 0x2F1AFE) is known color: Han Purple. HEX triplet: 2F, 1A and FE. RGB value is (47,26,254). Sum of RGB (Red+Green+Blue) = 47+26+254=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F1AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AFE is #D0E501. Grayscale: #393939. Windows color (decimal): -13690114 or 16652847. OLE color: 16652847.
HSL color Cylindrical-coordinate representation of color #2F1AFE: hue angle of 245.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F1AFE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 26 | 254 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.00 |
| HSL | 245.53º | 0.99% | 0.55% | - |
| HSV(B) | 245.53º | 0.9% | 1% | - |
| XYZ | 19.43 | 8.5 | 94.38 | - |
| YUV | 58.27 | 238.46 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 254 | 0.81 | 0.90 | 0 | 0.00 | 245.53 | 0.99 | 0.55 |
| Hex | 2F | 1A | FE | 51 | 5A | 0 | 0 | F6 | 63 | 37 |
| Octal | 57 | 32 | 376 | 121 | 132 | 0 | 0 | 366 | 143 | 67 |
| Binary | 101111 | 11010 | 11111110 | 1010001 | 1011010 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #2F1AFE
Complementary color
Monochromatic Colors of #2F1AFE
Black with #2F1AFE
Text Example
Text Example
White with #2F1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AFE; }
p { color: rgb(47,26,254); }
H1.HeaderClassName
{
color: #2F1AFE;
}
.AnyTagClassName
{
color: #2F1AFE;
}
</style>
background-color css
<style>
a { background-color: #2F1AFE; }
a { background-color: rgb(47,26,254); }
div.DivClassName
{
background-color: #2F1AFE;
}
.BgClassName
{
background-color: #2F1AFE;
}
</style>
border-color css
<style>
span { border-color: #2F1AFE; }
span { border-color: rgb(47,26,254); }
td.TdClassName
{
border-color: #2F1AFE;
}
.TagClassName
{
border-color: #2F1AFE;
}
</style>