Shades of Han Purple #2621F3
Tints of Han Purple #2621F3
RGB
CMYK
RGB Variations
Color information
#2621F3 (or 0x2621F3) is known color: Han Purple. HEX triplet: 26, 21 and F3. RGB value is (38,33,243). Sum of RGB (Red+Green+Blue) = 38+33+243=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 243 (95.31% from 255 or 77.39% from 314); Max value from RGB is 243 - color contains mainly: blue. Hex color #2621F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621F3 is #D9DE0C. Grayscale: #393939. Windows color (decimal): -14278157 or 15933734. OLE color: 15933734.
HSL color Cylindrical-coordinate representation of color #2621F3: hue angle of 241.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2621F3 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 33 | 243 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.05 |
| HSL | 241.43º | 0.9% | 0.54% | - |
| HSV(B) | 241.43º | 0.86% | 0.95% | - |
| XYZ | 17.52 | 7.97 | 85.41 | - |
| YUV | 58.44 | 232.16 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 243 | 0.84 | 0.86 | 0 | 0.05 | 241.43 | 0.9 | 0.54 |
| Hex | 26 | 21 | F3 | 54 | 56 | 0 | 5 | F1 | 5A | 36 |
| Octal | 46 | 41 | 363 | 124 | 126 | 0 | 5 | 361 | 132 | 66 |
| Binary | 100110 | 100001 | 11110011 | 1010100 | 1010110 | 0 | 101 | 11110001 | 1011010 | 110110 |
Color Harmonies of #2621F3
Complementary color
Monochromatic Colors of #2621F3
Black with #2621F3
Text Example
Text Example
White with #2621F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621F3; }
p { color: rgb(38,33,243); }
H1.HeaderClassName
{
color: #2621F3;
}
.AnyTagClassName
{
color: #2621F3;
}
</style>
background-color css
<style>
a { background-color: #2621F3; }
a { background-color: rgb(38,33,243); }
div.DivClassName
{
background-color: #2621F3;
}
.BgClassName
{
background-color: #2621F3;
}
</style>
border-color css
<style>
span { border-color: #2621F3; }
span { border-color: rgb(38,33,243); }
td.TdClassName
{
border-color: #2621F3;
}
.TagClassName
{
border-color: #2621F3;
}
</style>