Shades of Han Purple #272AF0
Tints of Han Purple #272AF0
RGB
CMYK
RGB Variations
Color information
#272AF0 (or 0x272AF0) is known color: Han Purple. HEX triplet: 27, 2A and F0. RGB value is (39,42,240). Sum of RGB (Red+Green+Blue) = 39+42+240=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #272AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272AF0 is #D8D50F. Grayscale: #3E3E3E. Windows color (decimal): -14210320 or 15739431. OLE color: 15739431.
HSL color Cylindrical-coordinate representation of color #272AF0: hue angle of 239.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272AF0 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 42 | 240 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.06 |
| HSL | 239.1º | 0.87% | 0.55% | - |
| HSV(B) | 239.1º | 0.84% | 0.94% | - |
| XYZ | 17.39 | 8.38 | 83.14 | - |
| YUV | 63.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 240 | 0.84 | 0.82 | 0 | 0.06 | 239.1 | 0.87 | 0.55 |
| Hex | 27 | 2A | F0 | 54 | 52 | 0 | 6 | EF | 57 | 37 |
| Octal | 47 | 52 | 360 | 124 | 122 | 0 | 6 | 357 | 127 | 67 |
| Binary | 100111 | 101010 | 11110000 | 1010100 | 1010010 | 0 | 110 | 11101111 | 1010111 | 110111 |
Color Harmonies of #272AF0
Complementary color
Monochromatic Colors of #272AF0
Black with #272AF0
Text Example
Text Example
White with #272AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AF0; }
p { color: rgb(39,42,240); }
H1.HeaderClassName
{
color: #272AF0;
}
.AnyTagClassName
{
color: #272AF0;
}
</style>
background-color css
<style>
a { background-color: #272AF0; }
a { background-color: rgb(39,42,240); }
div.DivClassName
{
background-color: #272AF0;
}
.BgClassName
{
background-color: #272AF0;
}
</style>
border-color css
<style>
span { border-color: #272AF0; }
span { border-color: rgb(39,42,240); }
td.TdClassName
{
border-color: #272AF0;
}
.TagClassName
{
border-color: #272AF0;
}
</style>