Shades of Han Purple #271CEE
Tints of Han Purple #271CEE
RGB
CMYK
RGB Variations
Color information
#271CEE (or 0x271CEE) is known color: Han Purple. HEX triplet: 27, 1C and EE. RGB value is (39,28,238). Sum of RGB (Red+Green+Blue) = 39+28+238=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #271CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271CEE is #D8E311. Grayscale: #363636. Windows color (decimal): -14213906 or 15604775. OLE color: 15604775.
HSL color Cylindrical-coordinate representation of color #271CEE: hue angle of 243.14º degrees, saturation: 0.86, 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 #271CEE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 28 | 238 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.07 |
| HSL | 243.14º | 0.86% | 0.52% | - |
| HSV(B) | 243.14º | 0.88% | 0.93% | - |
| XYZ | 16.68 | 7.43 | 81.44 | - |
| YUV | 55.23 | 231.14 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 238 | 0.84 | 0.88 | 0 | 0.07 | 243.14 | 0.86 | 0.52 |
| Hex | 27 | 1C | EE | 54 | 58 | 0 | 7 | F3 | 56 | 34 |
| Octal | 47 | 34 | 356 | 124 | 130 | 0 | 7 | 363 | 126 | 64 |
| Binary | 100111 | 11100 | 11101110 | 1010100 | 1011000 | 0 | 111 | 11110011 | 1010110 | 110100 |
Color Harmonies of #271CEE
Complementary color
Monochromatic Colors of #271CEE
Black with #271CEE
Text Example
Text Example
White with #271CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CEE; }
p { color: rgb(39,28,238); }
H1.HeaderClassName
{
color: #271CEE;
}
.AnyTagClassName
{
color: #271CEE;
}
</style>
background-color css
<style>
a { background-color: #271CEE; }
a { background-color: rgb(39,28,238); }
div.DivClassName
{
background-color: #271CEE;
}
.BgClassName
{
background-color: #271CEE;
}
</style>
border-color css
<style>
span { border-color: #271CEE; }
span { border-color: rgb(39,28,238); }
td.TdClassName
{
border-color: #271CEE;
}
.TagClassName
{
border-color: #271CEE;
}
</style>