Shades of Han Purple #2621FD
Tints of Han Purple #2621FD
RGB
CMYK
RGB Variations
Color information
#2621FD (or 0x2621FD) is known color: Han Purple. HEX triplet: 26, 21 and FD. RGB value is (38,33,253). Sum of RGB (Red+Green+Blue) = 38+33+253=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #2621FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621FD is #D9DE02. Grayscale: #3A3A3A. Windows color (decimal): -14278147 or 16589094. OLE color: 16589094.
HSL color Cylindrical-coordinate representation of color #2621FD: hue angle of 241.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2621FD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 33 | 253 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.01 |
| HSL | 241.36º | 0.98% | 0.56% | - |
| HSV(B) | 241.36º | 0.87% | 0.99% | - |
| XYZ | 19.07 | 8.59 | 93.58 | - |
| YUV | 59.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 253 | 0.85 | 0.87 | 0 | 0.01 | 241.36 | 0.98 | 0.56 |
| Hex | 26 | 21 | FD | 55 | 57 | 0 | 1 | F1 | 62 | 38 |
| Octal | 46 | 41 | 375 | 125 | 127 | 0 | 1 | 361 | 142 | 70 |
| Binary | 100110 | 100001 | 11111101 | 1010101 | 1010111 | 0 | 1 | 11110001 | 1100010 | 111000 |
Color Harmonies of #2621FD
Complementary color
Monochromatic Colors of #2621FD
Black with #2621FD
Text Example
Text Example
White with #2621FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621FD; }
p { color: rgb(38,33,253); }
H1.HeaderClassName
{
color: #2621FD;
}
.AnyTagClassName
{
color: #2621FD;
}
</style>
background-color css
<style>
a { background-color: #2621FD; }
a { background-color: rgb(38,33,253); }
div.DivClassName
{
background-color: #2621FD;
}
.BgClassName
{
background-color: #2621FD;
}
</style>
border-color css
<style>
span { border-color: #2621FD; }
span { border-color: rgb(38,33,253); }
td.TdClassName
{
border-color: #2621FD;
}
.TagClassName
{
border-color: #2621FD;
}
</style>