Shades of Han Purple #2726FF
Tints of Han Purple #2726FF
RGB
CMYK
RGB Variations
Color information
#2726FF (or 0x2726FF) is known color: Han Purple. HEX triplet: 27, 26 and FF. RGB value is (39,38,255). Sum of RGB (Red+Green+Blue) = 39+38+255=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #2726FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2726FF is #D8D900. Grayscale: #3E3E3E. Windows color (decimal): -14211329 or 16721447. OLE color: 16721447.
HSL color Cylindrical-coordinate representation of color #2726FF: hue angle of 240.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2726FF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 38 | 255 | - |
| CMYK | 0.85 | 0.85 | 0 | 0 |
| HSL | 240.28º | 1% | 0.57% | - |
| HSV(B) | 240.28º | 0.85% | 1% | - |
| XYZ | 19.58 | 9.04 | 95.32 | - |
| YUV | 63.04 | 236.33 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 255 | 0.85 | 0.85 | 0 | 0 | 240.28 | 1 | 0.57 |
| Hex | 27 | 26 | FF | 55 | 55 | 0 | 0 | F0 | 64 | 39 |
| Octal | 47 | 46 | 377 | 125 | 125 | 0 | 0 | 360 | 144 | 71 |
| Binary | 100111 | 100110 | 11111111 | 1010101 | 1010101 | 0 | 0 | 11110000 | 1100100 | 111001 |
Color Harmonies of #2726FF
Complementary color
Monochromatic Colors of #2726FF
Black with #2726FF
Text Example
Text Example
White with #2726FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726FF; }
p { color: rgb(39,38,255); }
H1.HeaderClassName
{
color: #2726FF;
}
.AnyTagClassName
{
color: #2726FF;
}
</style>
background-color css
<style>
a { background-color: #2726FF; }
a { background-color: rgb(39,38,255); }
div.DivClassName
{
background-color: #2726FF;
}
.BgClassName
{
background-color: #2726FF;
}
</style>
border-color css
<style>
span { border-color: #2726FF; }
span { border-color: rgb(39,38,255); }
td.TdClassName
{
border-color: #2726FF;
}
.TagClassName
{
border-color: #2726FF;
}
</style>