Shades of Han Purple #2620FF
Tints of Han Purple #2620FF
RGB
CMYK
RGB Variations
Color information
#2620FF (or 0x2620FF) is known color: Han Purple. HEX triplet: 26, 20 and FF. RGB value is (38,32,255). Sum of RGB (Red+Green+Blue) = 38+32+255=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #2620FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2620FF is #D9DF00. Grayscale: #3A3A3A. Windows color (decimal): -14278401 or 16719910. OLE color: 16719910.
HSL color Cylindrical-coordinate representation of color #2620FF: hue angle of 241.61º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2620FF is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 32 | 255 | - |
| CMYK | 0.85 | 0.87 | 0 | 0 |
| HSL | 241.61º | 1% | 0.56% | - |
| HSV(B) | 241.61º | 0.87% | 1% | - |
| XYZ | 19.37 | 8.67 | 95.26 | - |
| YUV | 59.22 | 238.49 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 255 | 0.85 | 0.87 | 0 | 0 | 241.61 | 1 | 0.56 |
| Hex | 26 | 20 | FF | 55 | 57 | 0 | 0 | F2 | 64 | 38 |
| Octal | 46 | 40 | 377 | 125 | 127 | 0 | 0 | 362 | 144 | 70 |
| Binary | 100110 | 100000 | 11111111 | 1010101 | 1010111 | 0 | 0 | 11110010 | 1100100 | 111000 |
Color Harmonies of #2620FF
Complementary color
Monochromatic Colors of #2620FF
Black with #2620FF
Text Example
Text Example
White with #2620FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620FF; }
p { color: rgb(38,32,255); }
H1.HeaderClassName
{
color: #2620FF;
}
.AnyTagClassName
{
color: #2620FF;
}
</style>
background-color css
<style>
a { background-color: #2620FF; }
a { background-color: rgb(38,32,255); }
div.DivClassName
{
background-color: #2620FF;
}
.BgClassName
{
background-color: #2620FF;
}
</style>
border-color css
<style>
span { border-color: #2620FF; }
span { border-color: rgb(38,32,255); }
td.TdClassName
{
border-color: #2620FF;
}
.TagClassName
{
border-color: #2620FF;
}
</style>