Shades of Han Purple #2621FB
Tints of Han Purple #2621FB
RGB
CMYK
RGB Variations
Color information
#2621FB (or 0x2621FB) is known color: Han Purple. HEX triplet: 26, 21 and FB. RGB value is (38,33,251). Sum of RGB (Red+Green+Blue) = 38+33+251=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #2621FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621FB is #D9DE04. Grayscale: #3A3A3A. Windows color (decimal): -14278149 or 16458022. OLE color: 16458022.
HSL color Cylindrical-coordinate representation of color #2621FB: hue angle of 241.38º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2621FB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 33 | 251 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.02 |
| HSL | 241.38º | 0.96% | 0.56% | - |
| HSV(B) | 241.38º | 0.87% | 0.98% | - |
| XYZ | 18.76 | 8.46 | 91.91 | - |
| YUV | 59.35 | 236.16 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 251 | 0.85 | 0.87 | 0 | 0.02 | 241.38 | 0.96 | 0.56 |
| Hex | 26 | 21 | FB | 55 | 57 | 0 | 2 | F1 | 60 | 38 |
| Octal | 46 | 41 | 373 | 125 | 127 | 0 | 2 | 361 | 140 | 70 |
| Binary | 100110 | 100001 | 11111011 | 1010101 | 1010111 | 0 | 10 | 11110001 | 1100000 | 111000 |
Color Harmonies of #2621FB
Complementary color
Monochromatic Colors of #2621FB
Black with #2621FB
Text Example
Text Example
White with #2621FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621FB; }
p { color: rgb(38,33,251); }
H1.HeaderClassName
{
color: #2621FB;
}
.AnyTagClassName
{
color: #2621FB;
}
</style>
background-color css
<style>
a { background-color: #2621FB; }
a { background-color: rgb(38,33,251); }
div.DivClassName
{
background-color: #2621FB;
}
.BgClassName
{
background-color: #2621FB;
}
</style>
border-color css
<style>
span { border-color: #2621FB; }
span { border-color: rgb(38,33,251); }
td.TdClassName
{
border-color: #2621FB;
}
.TagClassName
{
border-color: #2621FB;
}
</style>