Shades of Han Purple #2F1AF5
Tints of Han Purple #2F1AF5
RGB
CMYK
RGB Variations
Color information
#2F1AF5 (or 0x2F1AF5) is known color: Han Purple. HEX triplet: 2F, 1A and F5. RGB value is (47,26,245). Sum of RGB (Red+Green+Blue) = 47+26+245=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 245 (96.09% from 255 or 77.04% from 318); Max value from RGB is 245 - color contains mainly: blue. Hex color #2F1AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AF5 is #D0E50A. Grayscale: #383838. Windows color (decimal): -13690123 or 16063023. OLE color: 16063023.
HSL color Cylindrical-coordinate representation of color #2F1AF5: hue angle of 245.75º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1AF5 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 26 | 245 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.04 |
| HSL | 245.75º | 0.92% | 0.53% | - |
| HSV(B) | 245.75º | 0.89% | 0.96% | - |
| XYZ | 18.02 | 7.94 | 86.97 | - |
| YUV | 57.25 | 233.96 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 245 | 0.81 | 0.89 | 0 | 0.04 | 245.75 | 0.92 | 0.53 |
| Hex | 2F | 1A | F5 | 51 | 59 | 0 | 4 | F6 | 5C | 35 |
| Octal | 57 | 32 | 365 | 121 | 131 | 0 | 4 | 366 | 134 | 65 |
| Binary | 101111 | 11010 | 11110101 | 1010001 | 1011001 | 0 | 100 | 11110110 | 1011100 | 110101 |
Color Harmonies of #2F1AF5
Complementary color
Monochromatic Colors of #2F1AF5
Black with #2F1AF5
Text Example
Text Example
White with #2F1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1AF5; }
p { color: rgb(47,26,245); }
H1.HeaderClassName
{
color: #2F1AF5;
}
.AnyTagClassName
{
color: #2F1AF5;
}
</style>
background-color css
<style>
a { background-color: #2F1AF5; }
a { background-color: rgb(47,26,245); }
div.DivClassName
{
background-color: #2F1AF5;
}
.BgClassName
{
background-color: #2F1AF5;
}
</style>
border-color css
<style>
span { border-color: #2F1AF5; }
span { border-color: rgb(47,26,245); }
td.TdClassName
{
border-color: #2F1AF5;
}
.TagClassName
{
border-color: #2F1AF5;
}
</style>