Shades of Han Purple #271AF1
Tints of Han Purple #271AF1
RGB
CMYK
RGB Variations
Color information
#271AF1 (or 0x271AF1) is known color: Han Purple. HEX triplet: 27, 1A and F1. RGB value is (39,26,241). Sum of RGB (Red+Green+Blue) = 39+26+241=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #271AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271AF1 is #D8E50E. Grayscale: #353535. Windows color (decimal): -14214415 or 15800871. OLE color: 15800871.
HSL color Cylindrical-coordinate representation of color #271AF1: hue angle of 243.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271AF1 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 26 | 241 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.05 |
| HSL | 243.63º | 0.88% | 0.52% | - |
| HSV(B) | 243.63º | 0.89% | 0.95% | - |
| XYZ | 17.08 | 7.52 | 83.77 | - |
| YUV | 54.4 | 233.31 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 241 | 0.84 | 0.89 | 0 | 0.05 | 243.63 | 0.88 | 0.52 |
| Hex | 27 | 1A | F1 | 54 | 59 | 0 | 5 | F4 | 58 | 34 |
| Octal | 47 | 32 | 361 | 124 | 131 | 0 | 5 | 364 | 130 | 64 |
| Binary | 100111 | 11010 | 11110001 | 1010100 | 1011001 | 0 | 101 | 11110100 | 1011000 | 110100 |
Color Harmonies of #271AF1
Complementary color
Monochromatic Colors of #271AF1
Black with #271AF1
Text Example
Text Example
White with #271AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271AF1; }
p { color: rgb(39,26,241); }
H1.HeaderClassName
{
color: #271AF1;
}
.AnyTagClassName
{
color: #271AF1;
}
</style>
background-color css
<style>
a { background-color: #271AF1; }
a { background-color: rgb(39,26,241); }
div.DivClassName
{
background-color: #271AF1;
}
.BgClassName
{
background-color: #271AF1;
}
</style>
border-color css
<style>
span { border-color: #271AF1; }
span { border-color: rgb(39,26,241); }
td.TdClassName
{
border-color: #271AF1;
}
.TagClassName
{
border-color: #271AF1;
}
</style>