Shades of Han Purple #271FFE
Tints of Han Purple #271FFE
RGB
CMYK
RGB Variations
Color information
#271FFE (or 0x271FFE) is known color: Han Purple. HEX triplet: 27, 1F and FE. RGB value is (39,31,254). Sum of RGB (Red+Green+Blue) = 39+31+254=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #271FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271FFE is #D8E001. Grayscale: #393939. Windows color (decimal): -14213122 or 16654119. OLE color: 16654119.
HSL color Cylindrical-coordinate representation of color #271FFE: hue angle of 242.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271FFE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 31 | 254 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.00 |
| HSL | 242.15º | 0.99% | 0.56% | - |
| HSV(B) | 242.15º | 0.88% | 1% | - |
| XYZ | 19.22 | 8.57 | 94.41 | - |
| YUV | 58.81 | 238.15 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 254 | 0.85 | 0.88 | 0 | 0.00 | 242.15 | 0.99 | 0.56 |
| Hex | 27 | 1F | FE | 55 | 58 | 0 | 0 | F2 | 63 | 38 |
| Octal | 47 | 37 | 376 | 125 | 130 | 0 | 0 | 362 | 143 | 70 |
| Binary | 100111 | 11111 | 11111110 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100011 | 111000 |
Color Harmonies of #271FFE
Complementary color
Monochromatic Colors of #271FFE
Black with #271FFE
Text Example
Text Example
White with #271FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FFE; }
p { color: rgb(39,31,254); }
H1.HeaderClassName
{
color: #271FFE;
}
.AnyTagClassName
{
color: #271FFE;
}
</style>
background-color css
<style>
a { background-color: #271FFE; }
a { background-color: rgb(39,31,254); }
div.DivClassName
{
background-color: #271FFE;
}
.BgClassName
{
background-color: #271FFE;
}
</style>
border-color css
<style>
span { border-color: #271FFE; }
span { border-color: rgb(39,31,254); }
td.TdClassName
{
border-color: #271FFE;
}
.TagClassName
{
border-color: #271FFE;
}
</style>