Shades of Han Purple #2926FA
Tints of Han Purple #2926FA
RGB
CMYK
RGB Variations
Color information
#2926FA (or 0x2926FA) is known color: Han Purple. HEX triplet: 29, 26 and FA. RGB value is (41,38,250). Sum of RGB (Red+Green+Blue) = 41+38+250=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #2926FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2926FA is #D6D905. Grayscale: #3E3E3E. Windows color (decimal): -14080262 or 16393769. OLE color: 16393769.
HSL color Cylindrical-coordinate representation of color #2926FA: hue angle of 240.85º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2926FA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 38 | 250 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.02 |
| HSL | 240.85º | 0.95% | 0.56% | - |
| HSV(B) | 240.85º | 0.85% | 0.98% | - |
| XYZ | 18.86 | 8.76 | 91.14 | - |
| YUV | 63.07 | 233.49 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 250 | 0.84 | 0.85 | 0 | 0.02 | 240.85 | 0.95 | 0.56 |
| Hex | 29 | 26 | FA | 54 | 55 | 0 | 2 | F1 | 5F | 38 |
| Octal | 51 | 46 | 372 | 124 | 125 | 0 | 2 | 361 | 137 | 70 |
| Binary | 101001 | 100110 | 11111010 | 1010100 | 1010101 | 0 | 10 | 11110001 | 1011111 | 111000 |
Color Harmonies of #2926FA
Complementary color
Monochromatic Colors of #2926FA
Black with #2926FA
Text Example
Text Example
White with #2926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2926FA; }
p { color: rgb(41,38,250); }
H1.HeaderClassName
{
color: #2926FA;
}
.AnyTagClassName
{
color: #2926FA;
}
</style>
background-color css
<style>
a { background-color: #2926FA; }
a { background-color: rgb(41,38,250); }
div.DivClassName
{
background-color: #2926FA;
}
.BgClassName
{
background-color: #2926FA;
}
</style>
border-color css
<style>
span { border-color: #2926FA; }
span { border-color: rgb(41,38,250); }
td.TdClassName
{
border-color: #2926FA;
}
.TagClassName
{
border-color: #2926FA;
}
</style>