Shades of Han Purple #2A28FC
Tints of Han Purple #2A28FC
RGB
CMYK
RGB Variations
Color information
#2A28FC (or 0x2A28FC) is known color: Han Purple. HEX triplet: 2A, 28 and FC. RGB value is (42,40,252). Sum of RGB (Red+Green+Blue) = 42+40+252=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A28FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A28FC is #D5D703. Grayscale: #3F3F3F. Windows color (decimal): -14014212 or 16525354. OLE color: 16525354.
HSL color Cylindrical-coordinate representation of color #2A28FC: hue angle of 240.57º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A28FC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 40 | 252 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.01 |
| HSL | 240.57º | 0.97% | 0.57% | - |
| HSV(B) | 240.57º | 0.84% | 0.99% | - |
| XYZ | 19.28 | 9.04 | 92.82 | - |
| YUV | 64.77 | 233.66 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 252 | 0.83 | 0.84 | 0 | 0.01 | 240.57 | 0.97 | 0.57 |
| Hex | 2A | 28 | FC | 53 | 54 | 0 | 1 | F1 | 61 | 39 |
| Octal | 52 | 50 | 374 | 123 | 124 | 0 | 1 | 361 | 141 | 71 |
| Binary | 101010 | 101000 | 11111100 | 1010011 | 1010100 | 0 | 1 | 11110001 | 1100001 | 111001 |
Color Harmonies of #2A28FC
Complementary color
Monochromatic Colors of #2A28FC
Black with #2A28FC
Text Example
Text Example
White with #2A28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A28FC; }
p { color: rgb(42,40,252); }
H1.HeaderClassName
{
color: #2A28FC;
}
.AnyTagClassName
{
color: #2A28FC;
}
</style>
background-color css
<style>
a { background-color: #2A28FC; }
a { background-color: rgb(42,40,252); }
div.DivClassName
{
background-color: #2A28FC;
}
.BgClassName
{
background-color: #2A28FC;
}
</style>
border-color css
<style>
span { border-color: #2A28FC; }
span { border-color: rgb(42,40,252); }
td.TdClassName
{
border-color: #2A28FC;
}
.TagClassName
{
border-color: #2A28FC;
}
</style>