Shades of Han Purple #2721F3
Tints of Han Purple #2721F3
RGB
CMYK
RGB Variations
Color information
#2721F3 (or 0x2721F3) is known color: Han Purple. HEX triplet: 27, 21 and F3. RGB value is (39,33,243). Sum of RGB (Red+Green+Blue) = 39+33+243=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 243 (95.31% from 255 or 77.14% from 315); Max value from RGB is 243 - color contains mainly: blue. Hex color #2721F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2721F3 is #D8DE0C. Grayscale: #393939. Windows color (decimal): -14212621 or 15933735. OLE color: 15933735.
HSL color Cylindrical-coordinate representation of color #2721F3: hue angle of 241.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2721F3 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 33 | 243 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.05 |
| HSL | 241.71º | 0.9% | 0.54% | - |
| HSV(B) | 241.71º | 0.86% | 0.95% | - |
| XYZ | 17.56 | 7.99 | 85.41 | - |
| YUV | 58.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 243 | 0.84 | 0.86 | 0 | 0.05 | 241.71 | 0.9 | 0.54 |
| Hex | 27 | 21 | F3 | 54 | 56 | 0 | 5 | F2 | 5A | 36 |
| Octal | 47 | 41 | 363 | 124 | 126 | 0 | 5 | 362 | 132 | 66 |
| Binary | 100111 | 100001 | 11110011 | 1010100 | 1010110 | 0 | 101 | 11110010 | 1011010 | 110110 |
Color Harmonies of #2721F3
Complementary color
Monochromatic Colors of #2721F3
Black with #2721F3
Text Example
Text Example
White with #2721F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721F3; }
p { color: rgb(39,33,243); }
H1.HeaderClassName
{
color: #2721F3;
}
.AnyTagClassName
{
color: #2721F3;
}
</style>
background-color css
<style>
a { background-color: #2721F3; }
a { background-color: rgb(39,33,243); }
div.DivClassName
{
background-color: #2721F3;
}
.BgClassName
{
background-color: #2721F3;
}
</style>
border-color css
<style>
span { border-color: #2721F3; }
span { border-color: rgb(39,33,243); }
td.TdClassName
{
border-color: #2721F3;
}
.TagClassName
{
border-color: #2721F3;
}
</style>