Shades of Han Purple #2721FC
Tints of Han Purple #2721FC
RGB
CMYK
RGB Variations
Color information
#2721FC (or 0x2721FC) is known color: Han Purple. HEX triplet: 27, 21 and FC. RGB value is (39,33,252). Sum of RGB (Red+Green+Blue) = 39+33+252=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #2721FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2721FC is #D8DE03. Grayscale: #3A3A3A. Windows color (decimal): -14212612 or 16523559. OLE color: 16523559.
HSL color Cylindrical-coordinate representation of color #2721FC: hue angle of 241.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2721FC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 33 | 252 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.01 |
| HSL | 241.64º | 0.97% | 0.56% | - |
| HSV(B) | 241.64º | 0.87% | 0.99% | - |
| XYZ | 18.95 | 8.55 | 92.75 | - |
| YUV | 59.76 | 236.49 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 252 | 0.85 | 0.87 | 0 | 0.01 | 241.64 | 0.97 | 0.56 |
| Hex | 27 | 21 | FC | 55 | 57 | 0 | 1 | F2 | 61 | 38 |
| Octal | 47 | 41 | 374 | 125 | 127 | 0 | 1 | 362 | 141 | 70 |
| Binary | 100111 | 100001 | 11111100 | 1010101 | 1010111 | 0 | 1 | 11110010 | 1100001 | 111000 |
Color Harmonies of #2721FC
Complementary color
Monochromatic Colors of #2721FC
Black with #2721FC
Text Example
Text Example
White with #2721FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721FC; }
p { color: rgb(39,33,252); }
H1.HeaderClassName
{
color: #2721FC;
}
.AnyTagClassName
{
color: #2721FC;
}
</style>
background-color css
<style>
a { background-color: #2721FC; }
a { background-color: rgb(39,33,252); }
div.DivClassName
{
background-color: #2721FC;
}
.BgClassName
{
background-color: #2721FC;
}
</style>
border-color css
<style>
span { border-color: #2721FC; }
span { border-color: rgb(39,33,252); }
td.TdClassName
{
border-color: #2721FC;
}
.TagClassName
{
border-color: #2721FC;
}
</style>