Shades of Han Purple #4A02EB
Tints of Han Purple #4A02EB
RGB
CMYK
RGB Variations
Color information
#4A02EB (or 0x4A02EB) is known color: Han Purple. HEX triplet: 4A, 02 and EB. RGB value is (74,2,235). Sum of RGB (Red+Green+Blue) = 74+2+235=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A02EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A02EB is #B5FD14. Grayscale: #313131. Windows color (decimal): -11926805 or 15401546. OLE color: 15401546.
HSL color Cylindrical-coordinate representation of color #4A02EB: hue angle of 258.54º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02EB is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 2 | 235 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.08 |
| HSL | 258.54º | 0.98% | 0.46% | - |
| HSV(B) | 258.54º | 0.99% | 0.92% | - |
| XYZ | 17.84 | 7.5 | 79.1 | - |
| YUV | 50.09 | 232.35 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 235 | 0.69 | 0.99 | 0 | 0.08 | 258.54 | 0.98 | 0.46 |
| Hex | 4A | 2 | EB | 45 | 63 | 0 | 8 | 103 | 62 | 2E |
| Octal | 112 | 2 | 353 | 105 | 143 | 0 | 10 | 403 | 142 | 56 |
| Binary | 1001010 | 10 | 11101011 | 1000101 | 1100011 | 0 | 1000 | 100000011 | 1100010 | 101110 |
Color Harmonies of #4A02EB
Complementary color
Monochromatic Colors of #4A02EB
Black with #4A02EB
Text Example
Text Example
White with #4A02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A02EB; }
p { color: rgb(74,2,235); }
H1.HeaderClassName
{
color: #4A02EB;
}
.AnyTagClassName
{
color: #4A02EB;
}
</style>
background-color css
<style>
a { background-color: #4A02EB; }
a { background-color: rgb(74,2,235); }
div.DivClassName
{
background-color: #4A02EB;
}
.BgClassName
{
background-color: #4A02EB;
}
</style>
border-color css
<style>
span { border-color: #4A02EB; }
span { border-color: rgb(74,2,235); }
td.TdClassName
{
border-color: #4A02EB;
}
.TagClassName
{
border-color: #4A02EB;
}
</style>