Shades of Han Purple #2922FA
Tints of Han Purple #2922FA
RGB
CMYK
RGB Variations
Color information
#2922FA (or 0x2922FA) is known color: Han Purple. HEX triplet: 29, 22 and FA. RGB value is (41,34,250). Sum of RGB (Red+Green+Blue) = 41+34+250=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #2922FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2922FA is #D6DD05. Grayscale: #3B3B3B. Windows color (decimal): -14081286 or 16392745. OLE color: 16392745.
HSL color Cylindrical-coordinate representation of color #2922FA: hue angle of 241.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2922FA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 34 | 250 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.02 |
| HSL | 241.94º | 0.96% | 0.56% | - |
| HSV(B) | 241.94º | 0.86% | 0.98% | - |
| XYZ | 18.74 | 8.52 | 91.1 | - |
| YUV | 60.72 | 234.82 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 250 | 0.84 | 0.86 | 0 | 0.02 | 241.94 | 0.96 | 0.56 |
| Hex | 29 | 22 | FA | 54 | 56 | 0 | 2 | F2 | 60 | 38 |
| Octal | 51 | 42 | 372 | 124 | 126 | 0 | 2 | 362 | 140 | 70 |
| Binary | 101001 | 100010 | 11111010 | 1010100 | 1010110 | 0 | 10 | 11110010 | 1100000 | 111000 |
Color Harmonies of #2922FA
Complementary color
Monochromatic Colors of #2922FA
Black with #2922FA
Text Example
Text Example
White with #2922FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2922FA; }
p { color: rgb(41,34,250); }
H1.HeaderClassName
{
color: #2922FA;
}
.AnyTagClassName
{
color: #2922FA;
}
</style>
background-color css
<style>
a { background-color: #2922FA; }
a { background-color: rgb(41,34,250); }
div.DivClassName
{
background-color: #2922FA;
}
.BgClassName
{
background-color: #2922FA;
}
</style>
border-color css
<style>
span { border-color: #2922FA; }
span { border-color: rgb(41,34,250); }
td.TdClassName
{
border-color: #2922FA;
}
.TagClassName
{
border-color: #2922FA;
}
</style>