Shades of Han Purple #4A00EB
Tints of Han Purple #4A00EB
RGB
CMYK
RGB Variations
Color information
#4A00EB (or 0x4A00EB) is known color: Han Purple. HEX triplet: 4A, 00 and EB. RGB value is (74,0,235). Sum of RGB (Red+Green+Blue) = 74+0+235=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A00EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A00EB is #B5FF14. Grayscale: #303030. Windows color (decimal): -11927317 or 15401034. OLE color: 15401034.
HSL color Cylindrical-coordinate representation of color #4A00EB: hue angle of 258.89º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00EB is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 0 | 235 | - |
| CMYK | 0.69 | 1 | 0 | 0.08 |
| HSL | 258.89º | 1% | 0.46% | - |
| HSV(B) | 258.89º | 1% | 0.92% | - |
| XYZ | 17.82 | 7.45 | 79.1 | - |
| YUV | 48.92 | 233.02 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 235 | 0.69 | 1 | 0 | 0.08 | 258.89 | 1 | 0.46 |
| Hex | 4A | 0 | EB | 45 | 64 | 0 | 8 | 103 | 64 | 2E |
| Octal | 112 | 0 | 353 | 105 | 144 | 0 | 10 | 403 | 144 | 56 |
| Binary | 1001010 | 0 | 11101011 | 1000101 | 1100100 | 0 | 1000 | 100000011 | 1100100 | 101110 |
Color Harmonies of #4A00EB
Complementary color
Monochromatic Colors of #4A00EB
Black with #4A00EB
Text Example
Text Example
White with #4A00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A00EB; }
p { color: rgb(74,0,235); }
H1.HeaderClassName
{
color: #4A00EB;
}
.AnyTagClassName
{
color: #4A00EB;
}
</style>
background-color css
<style>
a { background-color: #4A00EB; }
a { background-color: rgb(74,0,235); }
div.DivClassName
{
background-color: #4A00EB;
}
.BgClassName
{
background-color: #4A00EB;
}
</style>
border-color css
<style>
span { border-color: #4A00EB; }
span { border-color: rgb(74,0,235); }
td.TdClassName
{
border-color: #4A00EB;
}
.TagClassName
{
border-color: #4A00EB;
}
</style>