Shades of Han Purple #271BFF
Tints of Han Purple #271BFF
RGB
CMYK
RGB Variations
Color information
#271BFF (or 0x271BFF) is known color: Han Purple. HEX triplet: 27, 1B and FF. RGB value is (39,27,255). Sum of RGB (Red+Green+Blue) = 39+27+255=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #271BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271BFF is #D8E400. Grayscale: #373737. Windows color (decimal): -14214145 or 16718631. OLE color: 16718631.
HSL color Cylindrical-coordinate representation of color #271BFF: hue angle of 243.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271BFF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 27 | 255 | - |
| CMYK | 0.85 | 0.89 | 0 | 0 |
| HSL | 243.16º | 1% | 0.55% | - |
| HSV(B) | 243.16º | 0.89% | 1% | - |
| XYZ | 19.28 | 8.44 | 95.22 | - |
| YUV | 56.58 | 239.98 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 255 | 0.85 | 0.89 | 0 | 0 | 243.16 | 1 | 0.55 |
| Hex | 27 | 1B | FF | 55 | 59 | 0 | 0 | F3 | 64 | 37 |
| Octal | 47 | 33 | 377 | 125 | 131 | 0 | 0 | 363 | 144 | 67 |
| Binary | 100111 | 11011 | 11111111 | 1010101 | 1011001 | 0 | 0 | 11110011 | 1100100 | 110111 |
Color Harmonies of #271BFF
Complementary color
Monochromatic Colors of #271BFF
Black with #271BFF
Text Example
Text Example
White with #271BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BFF; }
p { color: rgb(39,27,255); }
H1.HeaderClassName
{
color: #271BFF;
}
.AnyTagClassName
{
color: #271BFF;
}
</style>
background-color css
<style>
a { background-color: #271BFF; }
a { background-color: rgb(39,27,255); }
div.DivClassName
{
background-color: #271BFF;
}
.BgClassName
{
background-color: #271BFF;
}
</style>
border-color css
<style>
span { border-color: #271BFF; }
span { border-color: rgb(39,27,255); }
td.TdClassName
{
border-color: #271BFF;
}
.TagClassName
{
border-color: #271BFF;
}
</style>