Shades of Han Purple #2921FB
Tints of Han Purple #2921FB
RGB
CMYK
RGB Variations
Color information
#2921FB (or 0x2921FB) is known color: Han Purple. HEX triplet: 29, 21 and FB. RGB value is (41,33,251). Sum of RGB (Red+Green+Blue) = 41+33+251=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #2921FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2921FB is #D6DE04. Grayscale: #3B3B3B. Windows color (decimal): -14081541 or 16458025. OLE color: 16458025.
HSL color Cylindrical-coordinate representation of color #2921FB: hue angle of 242.2º 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 #2921FB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 33 | 251 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.02 |
| HSL | 242.2º | 0.96% | 0.56% | - |
| HSV(B) | 242.2º | 0.87% | 0.98% | - |
| XYZ | 18.87 | 8.52 | 91.92 | - |
| YUV | 60.24 | 235.65 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 251 | 0.84 | 0.87 | 0 | 0.02 | 242.2 | 0.96 | 0.56 |
| Hex | 29 | 21 | FB | 54 | 57 | 0 | 2 | F2 | 60 | 38 |
| Octal | 51 | 41 | 373 | 124 | 127 | 0 | 2 | 362 | 140 | 70 |
| Binary | 101001 | 100001 | 11111011 | 1010100 | 1010111 | 0 | 10 | 11110010 | 1100000 | 111000 |
Color Harmonies of #2921FB
Complementary color
Monochromatic Colors of #2921FB
Black with #2921FB
Text Example
Text Example
White with #2921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2921FB; }
p { color: rgb(41,33,251); }
H1.HeaderClassName
{
color: #2921FB;
}
.AnyTagClassName
{
color: #2921FB;
}
</style>
background-color css
<style>
a { background-color: #2921FB; }
a { background-color: rgb(41,33,251); }
div.DivClassName
{
background-color: #2921FB;
}
.BgClassName
{
background-color: #2921FB;
}
</style>
border-color css
<style>
span { border-color: #2921FB; }
span { border-color: rgb(41,33,251); }
td.TdClassName
{
border-color: #2921FB;
}
.TagClassName
{
border-color: #2921FB;
}
</style>