Shades of Han Purple #2627EB
Tints of Han Purple #2627EB
RGB
CMYK
RGB Variations
Color information
#2627EB (or 0x2627EB) is known color: Han Purple. HEX triplet: 26, 27 and EB. RGB value is (38,39,235). Sum of RGB (Red+Green+Blue) = 38+39+235=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #2627EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2627EB is #D9D814. Grayscale: #3C3C3C. Windows color (decimal): -14276629 or 15410982. OLE color: 15410982.
HSL color Cylindrical-coordinate representation of color #2627EB: hue angle of 239.7º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2627EB is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 39 | 235 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.08 |
| HSL | 239.7º | 0.83% | 0.54% | - |
| HSV(B) | 239.7º | 0.84% | 0.92% | - |
| XYZ | 16.52 | 7.86 | 79.24 | - |
| YUV | 61.05 | 226.17 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 235 | 0.84 | 0.83 | 0 | 0.08 | 239.7 | 0.83 | 0.54 |
| Hex | 26 | 27 | EB | 54 | 53 | 0 | 8 | F0 | 53 | 36 |
| Octal | 46 | 47 | 353 | 124 | 123 | 0 | 10 | 360 | 123 | 66 |
| Binary | 100110 | 100111 | 11101011 | 1010100 | 1010011 | 0 | 1000 | 11110000 | 1010011 | 110110 |
Color Harmonies of #2627EB
Complementary color
Monochromatic Colors of #2627EB
Black with #2627EB
Text Example
Text Example
White with #2627EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2627EB; }
p { color: rgb(38,39,235); }
H1.HeaderClassName
{
color: #2627EB;
}
.AnyTagClassName
{
color: #2627EB;
}
</style>
background-color css
<style>
a { background-color: #2627EB; }
a { background-color: rgb(38,39,235); }
div.DivClassName
{
background-color: #2627EB;
}
.BgClassName
{
background-color: #2627EB;
}
</style>
border-color css
<style>
span { border-color: #2627EB; }
span { border-color: rgb(38,39,235); }
td.TdClassName
{
border-color: #2627EB;
}
.TagClassName
{
border-color: #2627EB;
}
</style>