Shades of Han Purple #271FFF
Tints of Han Purple #271FFF
RGB
CMYK
RGB Variations
Color information
#271FFF (or 0x271FFF) is known color: Han Purple. HEX triplet: 27, 1F and FF. RGB value is (39,31,255). Sum of RGB (Red+Green+Blue) = 39+31+255=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #271FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271FFF is #D8E000. Grayscale: #3A3A3A. Windows color (decimal): -14213121 or 16719655. OLE color: 16719655.
HSL color Cylindrical-coordinate representation of color #271FFF: hue angle of 242.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271FFF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 31 | 255 | - |
| CMYK | 0.85 | 0.88 | 0 | 0 |
| HSL | 242.14º | 1% | 0.56% | - |
| HSV(B) | 242.14º | 0.88% | 1% | - |
| XYZ | 19.38 | 8.63 | 95.25 | - |
| YUV | 58.93 | 238.65 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 255 | 0.85 | 0.88 | 0 | 0 | 242.14 | 1 | 0.56 |
| Hex | 27 | 1F | FF | 55 | 58 | 0 | 0 | F2 | 64 | 38 |
| Octal | 47 | 37 | 377 | 125 | 130 | 0 | 0 | 362 | 144 | 70 |
| Binary | 100111 | 11111 | 11111111 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100100 | 111000 |
Color Harmonies of #271FFF
Complementary color
Monochromatic Colors of #271FFF
Black with #271FFF
Text Example
Text Example
White with #271FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FFF; }
p { color: rgb(39,31,255); }
H1.HeaderClassName
{
color: #271FFF;
}
.AnyTagClassName
{
color: #271FFF;
}
</style>
background-color css
<style>
a { background-color: #271FFF; }
a { background-color: rgb(39,31,255); }
div.DivClassName
{
background-color: #271FFF;
}
.BgClassName
{
background-color: #271FFF;
}
</style>
border-color css
<style>
span { border-color: #271FFF; }
span { border-color: rgb(39,31,255); }
td.TdClassName
{
border-color: #271FFF;
}
.TagClassName
{
border-color: #271FFF;
}
</style>