Shades of Han Purple #271BFE
Tints of Han Purple #271BFE
RGB
CMYK
RGB Variations
Color information
#271BFE (or 0x271BFE) is known color: Han Purple. HEX triplet: 27, 1B and FE. RGB value is (39,27,254). Sum of RGB (Red+Green+Blue) = 39+27+254=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #271BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271BFE is #D8E401. Grayscale: #373737. Windows color (decimal): -14214146 or 16653095. OLE color: 16653095.
HSL color Cylindrical-coordinate representation of color #271BFE: hue angle of 243.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271BFE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 27 | 254 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.00 |
| HSL | 243.17º | 0.99% | 0.55% | - |
| HSV(B) | 243.17º | 0.89% | 1% | - |
| XYZ | 19.12 | 8.37 | 94.37 | - |
| YUV | 56.47 | 239.48 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 254 | 0.85 | 0.89 | 0 | 0.00 | 243.17 | 0.99 | 0.55 |
| Hex | 27 | 1B | FE | 55 | 59 | 0 | 0 | F3 | 63 | 37 |
| Octal | 47 | 33 | 376 | 125 | 131 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100111 | 11011 | 11111110 | 1010101 | 1011001 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #271BFE
Complementary color
Monochromatic Colors of #271BFE
Black with #271BFE
Text Example
Text Example
White with #271BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BFE; }
p { color: rgb(39,27,254); }
H1.HeaderClassName
{
color: #271BFE;
}
.AnyTagClassName
{
color: #271BFE;
}
</style>
background-color css
<style>
a { background-color: #271BFE; }
a { background-color: rgb(39,27,254); }
div.DivClassName
{
background-color: #271BFE;
}
.BgClassName
{
background-color: #271BFE;
}
</style>
border-color css
<style>
span { border-color: #271BFE; }
span { border-color: rgb(39,27,254); }
td.TdClassName
{
border-color: #271BFE;
}
.TagClassName
{
border-color: #271BFE;
}
</style>