Shades of Han Purple #2621FA
Tints of Han Purple #2621FA
RGB
CMYK
RGB Variations
Color information
#2621FA (or 0x2621FA) is known color: Han Purple. HEX triplet: 26, 21 and FA. RGB value is (38,33,250). Sum of RGB (Red+Green+Blue) = 38+33+250=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2621FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621FA is #D9DE05. Grayscale: #3A3A3A. Windows color (decimal): -14278150 or 16392486. OLE color: 16392486.
HSL color Cylindrical-coordinate representation of color #2621FA: hue angle of 241.38º degrees, saturation: 0.96, 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 #2621FA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 33 | 250 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.02 |
| HSL | 241.38º | 0.96% | 0.55% | - |
| HSV(B) | 241.38º | 0.87% | 0.98% | - |
| XYZ | 18.6 | 8.4 | 91.08 | - |
| YUV | 59.23 | 235.66 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 250 | 0.85 | 0.87 | 0 | 0.02 | 241.38 | 0.96 | 0.55 |
| Hex | 26 | 21 | FA | 55 | 57 | 0 | 2 | F1 | 60 | 37 |
| Octal | 46 | 41 | 372 | 125 | 127 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100110 | 100001 | 11111010 | 1010101 | 1010111 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #2621FA
Complementary color
Monochromatic Colors of #2621FA
Black with #2621FA
Text Example
Text Example
White with #2621FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621FA; }
p { color: rgb(38,33,250); }
H1.HeaderClassName
{
color: #2621FA;
}
.AnyTagClassName
{
color: #2621FA;
}
</style>
background-color css
<style>
a { background-color: #2621FA; }
a { background-color: rgb(38,33,250); }
div.DivClassName
{
background-color: #2621FA;
}
.BgClassName
{
background-color: #2621FA;
}
</style>
border-color css
<style>
span { border-color: #2621FA; }
span { border-color: rgb(38,33,250); }
td.TdClassName
{
border-color: #2621FA;
}
.TagClassName
{
border-color: #2621FA;
}
</style>