Shades of Han Purple #2726FC
Tints of Han Purple #2726FC
RGB
CMYK
RGB Variations
Color information
#2726FC (or 0x2726FC) is known color: Han Purple. HEX triplet: 27, 26 and FC. RGB value is (39,38,252). Sum of RGB (Red+Green+Blue) = 39+38+252=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #2726FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2726FC is #D8D903. Grayscale: #3D3D3D. Windows color (decimal): -14211332 or 16524839. OLE color: 16524839.
HSL color Cylindrical-coordinate representation of color #2726FC: hue angle of 240.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2726FC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 38 | 252 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.01 |
| HSL | 240.28º | 0.97% | 0.57% | - |
| HSV(B) | 240.28º | 0.85% | 0.99% | - |
| XYZ | 19.1 | 8.85 | 92.8 | - |
| YUV | 62.7 | 234.83 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 252 | 0.85 | 0.85 | 0 | 0.01 | 240.28 | 0.97 | 0.57 |
| Hex | 27 | 26 | FC | 55 | 55 | 0 | 1 | F0 | 61 | 39 |
| Octal | 47 | 46 | 374 | 125 | 125 | 0 | 1 | 360 | 141 | 71 |
| Binary | 100111 | 100110 | 11111100 | 1010101 | 1010101 | 0 | 1 | 11110000 | 1100001 | 111001 |
Color Harmonies of #2726FC
Complementary color
Monochromatic Colors of #2726FC
Black with #2726FC
Text Example
Text Example
White with #2726FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726FC; }
p { color: rgb(39,38,252); }
H1.HeaderClassName
{
color: #2726FC;
}
.AnyTagClassName
{
color: #2726FC;
}
</style>
background-color css
<style>
a { background-color: #2726FC; }
a { background-color: rgb(39,38,252); }
div.DivClassName
{
background-color: #2726FC;
}
.BgClassName
{
background-color: #2726FC;
}
</style>
border-color css
<style>
span { border-color: #2726FC; }
span { border-color: rgb(39,38,252); }
td.TdClassName
{
border-color: #2726FC;
}
.TagClassName
{
border-color: #2726FC;
}
</style>