Shades of Han Purple #2620EF
Tints of Han Purple #2620EF
RGB
CMYK
RGB Variations
Color information
#2620EF (or 0x2620EF) is known color: Han Purple. HEX triplet: 26, 20 and EF. RGB value is (38,32,239). Sum of RGB (Red+Green+Blue) = 38+32+239=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #2620EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2620EF is #D9DF10. Grayscale: #383838. Windows color (decimal): -14278417 or 15671334. OLE color: 15671334.
HSL color Cylindrical-coordinate representation of color #2620EF: hue angle of 241.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2620EF is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 32 | 239 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.06 |
| HSL | 241.74º | 0.87% | 0.53% | - |
| HSV(B) | 241.74º | 0.87% | 0.94% | - |
| XYZ | 16.9 | 7.68 | 82.25 | - |
| YUV | 57.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 239 | 0.84 | 0.87 | 0 | 0.06 | 241.74 | 0.87 | 0.53 |
| Hex | 26 | 20 | EF | 54 | 57 | 0 | 6 | F2 | 57 | 35 |
| Octal | 46 | 40 | 357 | 124 | 127 | 0 | 6 | 362 | 127 | 65 |
| Binary | 100110 | 100000 | 11101111 | 1010100 | 1010111 | 0 | 110 | 11110010 | 1010111 | 110101 |
Color Harmonies of #2620EF
Complementary color
Monochromatic Colors of #2620EF
Black with #2620EF
Text Example
Text Example
White with #2620EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620EF; }
p { color: rgb(38,32,239); }
H1.HeaderClassName
{
color: #2620EF;
}
.AnyTagClassName
{
color: #2620EF;
}
</style>
background-color css
<style>
a { background-color: #2620EF; }
a { background-color: rgb(38,32,239); }
div.DivClassName
{
background-color: #2620EF;
}
.BgClassName
{
background-color: #2620EF;
}
</style>
border-color css
<style>
span { border-color: #2620EF; }
span { border-color: rgb(38,32,239); }
td.TdClassName
{
border-color: #2620EF;
}
.TagClassName
{
border-color: #2620EF;
}
</style>