Shades of Han Purple #2726FA
Tints of Han Purple #2726FA
RGB
CMYK
RGB Variations
Color information
#2726FA (or 0x2726FA) is known color: Han Purple. HEX triplet: 27, 26 and FA. RGB value is (39,38,250). Sum of RGB (Red+Green+Blue) = 39+38+250=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #2726FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2726FA is #D8D905. Grayscale: #3D3D3D. Windows color (decimal): -14211334 or 16393767. OLE color: 16393767.
HSL color Cylindrical-coordinate representation of color #2726FA: hue angle of 240.28º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2726FA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 38 | 250 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.02 |
| HSL | 240.28º | 0.95% | 0.56% | - |
| HSV(B) | 240.28º | 0.85% | 0.98% | - |
| XYZ | 18.79 | 8.72 | 91.14 | - |
| YUV | 62.47 | 233.83 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 250 | 0.84 | 0.85 | 0 | 0.02 | 240.28 | 0.95 | 0.56 |
| Hex | 27 | 26 | FA | 54 | 55 | 0 | 2 | F0 | 5F | 38 |
| Octal | 47 | 46 | 372 | 124 | 125 | 0 | 2 | 360 | 137 | 70 |
| Binary | 100111 | 100110 | 11111010 | 1010100 | 1010101 | 0 | 10 | 11110000 | 1011111 | 111000 |
Color Harmonies of #2726FA
Complementary color
Monochromatic Colors of #2726FA
Black with #2726FA
Text Example
Text Example
White with #2726FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2726FA; }
p { color: rgb(39,38,250); }
H1.HeaderClassName
{
color: #2726FA;
}
.AnyTagClassName
{
color: #2726FA;
}
</style>
background-color css
<style>
a { background-color: #2726FA; }
a { background-color: rgb(39,38,250); }
div.DivClassName
{
background-color: #2726FA;
}
.BgClassName
{
background-color: #2726FA;
}
</style>
border-color css
<style>
span { border-color: #2726FA; }
span { border-color: rgb(39,38,250); }
td.TdClassName
{
border-color: #2726FA;
}
.TagClassName
{
border-color: #2726FA;
}
</style>