Shades of Han Purple #271DF1
Tints of Han Purple #271DF1
RGB
CMYK
RGB Variations
Color information
#271DF1 (or 0x271DF1) is known color: Han Purple. HEX triplet: 27, 1D and F1. RGB value is (39,29,241). Sum of RGB (Red+Green+Blue) = 39+29+241=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #271DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271DF1 is #D8E20E. Grayscale: #373737. Windows color (decimal): -14213647 or 15801639. OLE color: 15801639.
HSL color Cylindrical-coordinate representation of color #271DF1: hue angle of 242.83º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271DF1 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 29 | 241 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.05 |
| HSL | 242.83º | 0.88% | 0.53% | - |
| HSV(B) | 242.83º | 0.88% | 0.95% | - |
| XYZ | 17.15 | 7.66 | 83.79 | - |
| YUV | 56.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 241 | 0.84 | 0.88 | 0 | 0.05 | 242.83 | 0.88 | 0.53 |
| Hex | 27 | 1D | F1 | 54 | 58 | 0 | 5 | F3 | 58 | 35 |
| Octal | 47 | 35 | 361 | 124 | 130 | 0 | 5 | 363 | 130 | 65 |
| Binary | 100111 | 11101 | 11110001 | 1010100 | 1011000 | 0 | 101 | 11110011 | 1011000 | 110101 |
Color Harmonies of #271DF1
Complementary color
Monochromatic Colors of #271DF1
Black with #271DF1
Text Example
Text Example
White with #271DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DF1; }
p { color: rgb(39,29,241); }
H1.HeaderClassName
{
color: #271DF1;
}
.AnyTagClassName
{
color: #271DF1;
}
</style>
background-color css
<style>
a { background-color: #271DF1; }
a { background-color: rgb(39,29,241); }
div.DivClassName
{
background-color: #271DF1;
}
.BgClassName
{
background-color: #271DF1;
}
</style>
border-color css
<style>
span { border-color: #271DF1; }
span { border-color: rgb(39,29,241); }
td.TdClassName
{
border-color: #271DF1;
}
.TagClassName
{
border-color: #271DF1;
}
</style>