Shades of Han Purple #2620F9
Tints of Han Purple #2620F9
RGB
CMYK
RGB Variations
Color information
#2620F9 (or 0x2620F9) is known color: Han Purple. HEX triplet: 26, 20 and F9. RGB value is (38,32,249). Sum of RGB (Red+Green+Blue) = 38+32+249=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 249 (97.66% from 255 or 78.06% from 319); Max value from RGB is 249 - color contains mainly: blue. Hex color #2620F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2620F9 is #D9DF06. Grayscale: #393939. Windows color (decimal): -14278407 or 16326694. OLE color: 16326694.
HSL color Cylindrical-coordinate representation of color #2620F9: hue angle of 241.66º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2620F9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 32 | 249 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.02 |
| HSL | 241.66º | 0.95% | 0.55% | - |
| HSV(B) | 241.66º | 0.87% | 0.98% | - |
| XYZ | 18.41 | 8.28 | 90.25 | - |
| YUV | 58.53 | 235.49 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 249 | 0.85 | 0.87 | 0 | 0.02 | 241.66 | 0.95 | 0.55 |
| Hex | 26 | 20 | F9 | 55 | 57 | 0 | 2 | F2 | 5F | 37 |
| Octal | 46 | 40 | 371 | 125 | 127 | 0 | 2 | 362 | 137 | 67 |
| Binary | 100110 | 100000 | 11111001 | 1010101 | 1010111 | 0 | 10 | 11110010 | 1011111 | 110111 |
Color Harmonies of #2620F9
Complementary color
Monochromatic Colors of #2620F9
Black with #2620F9
Text Example
Text Example
White with #2620F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620F9; }
p { color: rgb(38,32,249); }
H1.HeaderClassName
{
color: #2620F9;
}
.AnyTagClassName
{
color: #2620F9;
}
</style>
background-color css
<style>
a { background-color: #2620F9; }
a { background-color: rgb(38,32,249); }
div.DivClassName
{
background-color: #2620F9;
}
.BgClassName
{
background-color: #2620F9;
}
</style>
border-color css
<style>
span { border-color: #2620F9; }
span { border-color: rgb(38,32,249); }
td.TdClassName
{
border-color: #2620F9;
}
.TagClassName
{
border-color: #2620F9;
}
</style>