Shades of Han Purple #2F1AFC
Tints of Han Purple #2F1AFC
RGB
CMYK
RGB Variations
Color information
#2F1AFC (or 0x2F1AFC) is known color: Han Purple. HEX triplet: 2F, 1A and FC. RGB value is (47,26,252). Sum of RGB (Red+Green+Blue) = 47+26+252=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F1AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AFC is #D0E503. Grayscale: #393939. Windows color (decimal): -13690116 or 16521775. OLE color: 16521775.
HSL color Cylindrical-coordinate representation of color #2F1AFC: hue angle of 245.58º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F1AFC is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 26 | 252 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.01 |
| HSL | 245.58º | 0.97% | 0.55% | - |
| HSV(B) | 245.58º | 0.9% | 0.99% | - |
| XYZ | 19.11 | 8.37 | 92.7 | - |
| YUV | 58.04 | 237.46 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 252 | 0.81 | 0.90 | 0 | 0.01 | 245.58 | 0.97 | 0.55 |
| Hex | 2F | 1A | FC | 51 | 5A | 0 | 1 | F6 | 61 | 37 |
| Octal | 57 | 32 | 374 | 121 | 132 | 0 | 1 | 366 | 141 | 67 |
| Binary | 101111 | 11010 | 11111100 | 1010001 | 1011010 | 0 | 1 | 11110110 | 1100001 | 110111 |
Color Harmonies of #2F1AFC
Complementary color
Monochromatic Colors of #2F1AFC
Black with #2F1AFC
Text Example
Text Example
White with #2F1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AFC; }
p { color: rgb(47,26,252); }
H1.HeaderClassName
{
color: #2F1AFC;
}
.AnyTagClassName
{
color: #2F1AFC;
}
</style>
background-color css
<style>
a { background-color: #2F1AFC; }
a { background-color: rgb(47,26,252); }
div.DivClassName
{
background-color: #2F1AFC;
}
.BgClassName
{
background-color: #2F1AFC;
}
</style>
border-color css
<style>
span { border-color: #2F1AFC; }
span { border-color: rgb(47,26,252); }
td.TdClassName
{
border-color: #2F1AFC;
}
.TagClassName
{
border-color: #2F1AFC;
}
</style>