Shades of Han Purple #2F25F1
Tints of Han Purple #2F25F1
RGB
CMYK
RGB Variations
Color information
#2F25F1 (or 0x2F25F1) is known color: Han Purple. HEX triplet: 2F, 25 and F1. RGB value is (47,37,241). Sum of RGB (Red+Green+Blue) = 47+37+241=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F25F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F25F1 is #D0DA0E. Grayscale: #3E3E3E. Windows color (decimal): -13687311 or 15803695. OLE color: 15803695.
HSL color Cylindrical-coordinate representation of color #2F25F1: hue angle of 242.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F25F1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 37 | 241 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.05 |
| HSL | 242.94º | 0.88% | 0.55% | - |
| HSV(B) | 242.94º | 0.85% | 0.95% | - |
| XYZ | 17.71 | 8.28 | 83.88 | - |
| YUV | 63.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 241 | 0.80 | 0.85 | 0 | 0.05 | 242.94 | 0.88 | 0.55 |
| Hex | 2F | 25 | F1 | 50 | 55 | 0 | 5 | F3 | 58 | 37 |
| Octal | 57 | 45 | 361 | 120 | 125 | 0 | 5 | 363 | 130 | 67 |
| Binary | 101111 | 100101 | 11110001 | 1010000 | 1010101 | 0 | 101 | 11110011 | 1011000 | 110111 |
Color Harmonies of #2F25F1
Complementary color
Monochromatic Colors of #2F25F1
Black with #2F25F1
Text Example
Text Example
White with #2F25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F25F1; }
p { color: rgb(47,37,241); }
H1.HeaderClassName
{
color: #2F25F1;
}
.AnyTagClassName
{
color: #2F25F1;
}
</style>
background-color css
<style>
a { background-color: #2F25F1; }
a { background-color: rgb(47,37,241); }
div.DivClassName
{
background-color: #2F25F1;
}
.BgClassName
{
background-color: #2F25F1;
}
</style>
border-color css
<style>
span { border-color: #2F25F1; }
span { border-color: rgb(47,37,241); }
td.TdClassName
{
border-color: #2F25F1;
}
.TagClassName
{
border-color: #2F25F1;
}
</style>