Shades of Han Purple #2621F6
Tints of Han Purple #2621F6
RGB
CMYK
RGB Variations
Color information
#2621F6 (or 0x2621F6) is known color: Han Purple. HEX triplet: 26, 21 and F6. RGB value is (38,33,246). Sum of RGB (Red+Green+Blue) = 38+33+246=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 246 (96.48% from 255 or 77.60% from 317); Max value from RGB is 246 - color contains mainly: blue. Hex color #2621F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621F6 is #D9DE09. Grayscale: #393939. Windows color (decimal): -14278154 or 16130342. OLE color: 16130342.
HSL color Cylindrical-coordinate representation of color #2621F6: hue angle of 241.41º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2621F6 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 33 | 246 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.04 |
| HSL | 241.41º | 0.92% | 0.55% | - |
| HSV(B) | 241.41º | 0.87% | 0.96% | - |
| XYZ | 17.98 | 8.15 | 87.82 | - |
| YUV | 58.78 | 233.66 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 246 | 0.85 | 0.87 | 0 | 0.04 | 241.41 | 0.92 | 0.55 |
| Hex | 26 | 21 | F6 | 55 | 57 | 0 | 4 | F1 | 5C | 37 |
| Octal | 46 | 41 | 366 | 125 | 127 | 0 | 4 | 361 | 134 | 67 |
| Binary | 100110 | 100001 | 11110110 | 1010101 | 1010111 | 0 | 100 | 11110001 | 1011100 | 110111 |
Color Harmonies of #2621F6
Complementary color
Monochromatic Colors of #2621F6
Black with #2621F6
Text Example
Text Example
White with #2621F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621F6; }
p { color: rgb(38,33,246); }
H1.HeaderClassName
{
color: #2621F6;
}
.AnyTagClassName
{
color: #2621F6;
}
</style>
background-color css
<style>
a { background-color: #2621F6; }
a { background-color: rgb(38,33,246); }
div.DivClassName
{
background-color: #2621F6;
}
.BgClassName
{
background-color: #2621F6;
}
</style>
border-color css
<style>
span { border-color: #2621F6; }
span { border-color: rgb(38,33,246); }
td.TdClassName
{
border-color: #2621F6;
}
.TagClassName
{
border-color: #2621F6;
}
</style>