Shades of Han Purple #271DEC
Tints of Han Purple #271DEC
RGB
CMYK
RGB Variations
Color information
#271DEC (or 0x271DEC) is known color: Han Purple. HEX triplet: 27, 1D and EC. RGB value is (39,29,236). Sum of RGB (Red+Green+Blue) = 39+29+236=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #271DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271DEC is #D8E213. Grayscale: #363636. Windows color (decimal): -14213652 or 15473959. OLE color: 15473959.
HSL color Cylindrical-coordinate representation of color #271DEC: hue angle of 242.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271DEC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 29 | 236 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.07 |
| HSL | 242.9º | 0.84% | 0.52% | - |
| HSV(B) | 242.9º | 0.88% | 0.93% | - |
| XYZ | 16.42 | 7.37 | 79.91 | - |
| YUV | 55.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 236 | 0.83 | 0.88 | 0 | 0.07 | 242.9 | 0.84 | 0.52 |
| Hex | 27 | 1D | EC | 53 | 58 | 0 | 7 | F3 | 54 | 34 |
| Octal | 47 | 35 | 354 | 123 | 130 | 0 | 7 | 363 | 124 | 64 |
| Binary | 100111 | 11101 | 11101100 | 1010011 | 1011000 | 0 | 111 | 11110011 | 1010100 | 110100 |
Color Harmonies of #271DEC
Complementary color
Monochromatic Colors of #271DEC
Black with #271DEC
Text Example
Text Example
White with #271DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DEC; }
p { color: rgb(39,29,236); }
H1.HeaderClassName
{
color: #271DEC;
}
.AnyTagClassName
{
color: #271DEC;
}
</style>
background-color css
<style>
a { background-color: #271DEC; }
a { background-color: rgb(39,29,236); }
div.DivClassName
{
background-color: #271DEC;
}
.BgClassName
{
background-color: #271DEC;
}
</style>
border-color css
<style>
span { border-color: #271DEC; }
span { border-color: rgb(39,29,236); }
td.TdClassName
{
border-color: #271DEC;
}
.TagClassName
{
border-color: #271DEC;
}
</style>