Shades of Han Purple #271EFE
Tints of Han Purple #271EFE
RGB
CMYK
RGB Variations
Color information
#271EFE (or 0x271EFE) is known color: Han Purple. HEX triplet: 27, 1E and FE. RGB value is (39,30,254). Sum of RGB (Red+Green+Blue) = 39+30+254=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #271EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271EFE is #D8E101. Grayscale: #393939. Windows color (decimal): -14213378 or 16653863. OLE color: 16653863.
HSL color Cylindrical-coordinate representation of color #271EFE: hue angle of 242.41º 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 #271EFE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 30 | 254 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.00 |
| HSL | 242.41º | 0.99% | 0.56% | - |
| HSV(B) | 242.41º | 0.88% | 1% | - |
| XYZ | 19.19 | 8.52 | 94.4 | - |
| YUV | 58.23 | 238.48 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 254 | 0.85 | 0.88 | 0 | 0.00 | 242.41 | 0.99 | 0.56 |
| Hex | 27 | 1E | FE | 55 | 58 | 0 | 0 | F2 | 63 | 38 |
| Octal | 47 | 36 | 376 | 125 | 130 | 0 | 0 | 362 | 143 | 70 |
| Binary | 100111 | 11110 | 11111110 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100011 | 111000 |
Color Harmonies of #271EFE
Complementary color
Monochromatic Colors of #271EFE
Black with #271EFE
Text Example
Text Example
White with #271EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271EFE; }
p { color: rgb(39,30,254); }
H1.HeaderClassName
{
color: #271EFE;
}
.AnyTagClassName
{
color: #271EFE;
}
</style>
background-color css
<style>
a { background-color: #271EFE; }
a { background-color: rgb(39,30,254); }
div.DivClassName
{
background-color: #271EFE;
}
.BgClassName
{
background-color: #271EFE;
}
</style>
border-color css
<style>
span { border-color: #271EFE; }
span { border-color: rgb(39,30,254); }
td.TdClassName
{
border-color: #271EFE;
}
.TagClassName
{
border-color: #271EFE;
}
</style>