Shades of Han Purple #2A26F5
Tints of Han Purple #2A26F5
RGB
CMYK
RGB Variations
Color information
#2A26F5 (or 0x2A26F5) is known color: Han Purple. HEX triplet: 2A, 26 and F5. RGB value is (42,38,245). Sum of RGB (Red+Green+Blue) = 42+38+245=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #2A26F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A26F5 is #D5D90A. Grayscale: #3D3D3D. Windows color (decimal): -14014731 or 16066090. OLE color: 16066090.
HSL color Cylindrical-coordinate representation of color #2A26F5: hue angle of 241.16º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A26F5 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 38 | 245 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.04 |
| HSL | 241.16º | 0.91% | 0.55% | - |
| HSV(B) | 241.16º | 0.84% | 0.96% | - |
| XYZ | 18.13 | 8.47 | 87.07 | - |
| YUV | 62.79 | 230.83 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 245 | 0.83 | 0.84 | 0 | 0.04 | 241.16 | 0.91 | 0.55 |
| Hex | 2A | 26 | F5 | 53 | 54 | 0 | 4 | F1 | 5B | 37 |
| Octal | 52 | 46 | 365 | 123 | 124 | 0 | 4 | 361 | 133 | 67 |
| Binary | 101010 | 100110 | 11110101 | 1010011 | 1010100 | 0 | 100 | 11110001 | 1011011 | 110111 |
Color Harmonies of #2A26F5
Complementary color
Monochromatic Colors of #2A26F5
Black with #2A26F5
Text Example
Text Example
White with #2A26F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A26F5; }
p { color: rgb(42,38,245); }
H1.HeaderClassName
{
color: #2A26F5;
}
.AnyTagClassName
{
color: #2A26F5;
}
</style>
background-color css
<style>
a { background-color: #2A26F5; }
a { background-color: rgb(42,38,245); }
div.DivClassName
{
background-color: #2A26F5;
}
.BgClassName
{
background-color: #2A26F5;
}
</style>
border-color css
<style>
span { border-color: #2A26F5; }
span { border-color: rgb(42,38,245); }
td.TdClassName
{
border-color: #2A26F5;
}
.TagClassName
{
border-color: #2A26F5;
}
</style>