Shades of Han Purple #271EFA
Tints of Han Purple #271EFA
RGB
CMYK
RGB Variations
Color information
#271EFA (or 0x271EFA) is known color: Han Purple. HEX triplet: 27, 1E and FA. RGB value is (39,30,250). Sum of RGB (Red+Green+Blue) = 39+30+250=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #271EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271EFA is #D8E105. Grayscale: #383838. Windows color (decimal): -14213382 or 16391719. OLE color: 16391719.
HSL color Cylindrical-coordinate representation of color #271EFA: hue angle of 242.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271EFA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 30 | 250 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.02 |
| HSL | 242.45º | 0.96% | 0.55% | - |
| HSV(B) | 242.45º | 0.88% | 0.98% | - |
| XYZ | 18.56 | 8.26 | 91.06 | - |
| YUV | 57.77 | 236.48 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 250 | 0.84 | 0.88 | 0 | 0.02 | 242.45 | 0.96 | 0.55 |
| Hex | 27 | 1E | FA | 54 | 58 | 0 | 2 | F2 | 60 | 37 |
| Octal | 47 | 36 | 372 | 124 | 130 | 0 | 2 | 362 | 140 | 67 |
| Binary | 100111 | 11110 | 11111010 | 1010100 | 1011000 | 0 | 10 | 11110010 | 1100000 | 110111 |
Color Harmonies of #271EFA
Complementary color
Monochromatic Colors of #271EFA
Black with #271EFA
Text Example
Text Example
White with #271EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EFA; }
p { color: rgb(39,30,250); }
H1.HeaderClassName
{
color: #271EFA;
}
.AnyTagClassName
{
color: #271EFA;
}
</style>
background-color css
<style>
a { background-color: #271EFA; }
a { background-color: rgb(39,30,250); }
div.DivClassName
{
background-color: #271EFA;
}
.BgClassName
{
background-color: #271EFA;
}
</style>
border-color css
<style>
span { border-color: #271EFA; }
span { border-color: rgb(39,30,250); }
td.TdClassName
{
border-color: #271EFA;
}
.TagClassName
{
border-color: #271EFA;
}
</style>