Shades of Han Purple #2627FE
Tints of Han Purple #2627FE
RGB
CMYK
RGB Variations
Color information
#2627FE (or 0x2627FE) is known color: Han Purple. HEX triplet: 26, 27 and FE. RGB value is (38,39,254). Sum of RGB (Red+Green+Blue) = 38+39+254=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #2627FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2627FE is #D9D801. Grayscale: #3E3E3E. Windows color (decimal): -14276610 or 16656166. OLE color: 16656166.
HSL color Cylindrical-coordinate representation of color #2627FE: hue angle of 239.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2627FE is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 39 | 254 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.00 |
| HSL | 239.72º | 0.99% | 0.57% | - |
| HSV(B) | 239.72º | 0.85% | 1% | - |
| XYZ | 19.41 | 9.02 | 94.48 | - |
| YUV | 63.21 | 235.67 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 254 | 0.85 | 0.85 | 0 | 0.00 | 239.72 | 0.99 | 0.57 |
| Hex | 26 | 27 | FE | 55 | 55 | 0 | 0 | F0 | 63 | 39 |
| Octal | 46 | 47 | 376 | 125 | 125 | 0 | 0 | 360 | 143 | 71 |
| Binary | 100110 | 100111 | 11111110 | 1010101 | 1010101 | 0 | 0 | 11110000 | 1100011 | 111001 |
Color Harmonies of #2627FE
Complementary color
Monochromatic Colors of #2627FE
Black with #2627FE
Text Example
Text Example
White with #2627FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2627FE; }
p { color: rgb(38,39,254); }
H1.HeaderClassName
{
color: #2627FE;
}
.AnyTagClassName
{
color: #2627FE;
}
</style>
background-color css
<style>
a { background-color: #2627FE; }
a { background-color: rgb(38,39,254); }
div.DivClassName
{
background-color: #2627FE;
}
.BgClassName
{
background-color: #2627FE;
}
</style>
border-color css
<style>
span { border-color: #2627FE; }
span { border-color: rgb(38,39,254); }
td.TdClassName
{
border-color: #2627FE;
}
.TagClassName
{
border-color: #2627FE;
}
</style>