Shades of Han Purple #271AF8
Tints of Han Purple #271AF8
RGB
CMYK
RGB Variations
Color information
#271AF8 (or 0x271AF8) is known color: Han Purple. HEX triplet: 27, 1A and F8. RGB value is (39,26,248). Sum of RGB (Red+Green+Blue) = 39+26+248=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #271AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271AF8 is #D8E507. Grayscale: #363636. Windows color (decimal): -14214408 or 16259623. OLE color: 16259623.
HSL color Cylindrical-coordinate representation of color #271AF8: hue angle of 243.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #271AF8 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 26 | 248 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.03 |
| HSL | 243.51º | 0.94% | 0.54% | - |
| HSV(B) | 243.51º | 0.9% | 0.97% | - |
| XYZ | 18.15 | 7.95 | 89.38 | - |
| YUV | 55.2 | 236.81 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 248 | 0.84 | 0.90 | 0 | 0.03 | 243.51 | 0.94 | 0.54 |
| Hex | 27 | 1A | F8 | 54 | 5A | 0 | 3 | F4 | 5E | 36 |
| Octal | 47 | 32 | 370 | 124 | 132 | 0 | 3 | 364 | 136 | 66 |
| Binary | 100111 | 11010 | 11111000 | 1010100 | 1011010 | 0 | 11 | 11110100 | 1011110 | 110110 |
Color Harmonies of #271AF8
Complementary color
Monochromatic Colors of #271AF8
Black with #271AF8
Text Example
Text Example
White with #271AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271AF8; }
p { color: rgb(39,26,248); }
H1.HeaderClassName
{
color: #271AF8;
}
.AnyTagClassName
{
color: #271AF8;
}
</style>
background-color css
<style>
a { background-color: #271AF8; }
a { background-color: rgb(39,26,248); }
div.DivClassName
{
background-color: #271AF8;
}
.BgClassName
{
background-color: #271AF8;
}
</style>
border-color css
<style>
span { border-color: #271AF8; }
span { border-color: rgb(39,26,248); }
td.TdClassName
{
border-color: #271AF8;
}
.TagClassName
{
border-color: #271AF8;
}
</style>