Shades of Han Purple #4A1DEF
Tints of Han Purple #4A1DEF
RGB
CMYK
RGB Variations
Color information
#4A1DEF (or 0x4A1DEF) is known color: Han Purple. HEX triplet: 4A, 1D and EF. RGB value is (74,29,239). Sum of RGB (Red+Green+Blue) = 74+29+239=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1DEF is #B5E210. Grayscale: #414141. Windows color (decimal): -11919889 or 15670602. OLE color: 15670602.
HSL color Cylindrical-coordinate representation of color #4A1DEF: hue angle of 252.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1DEF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 29 | 239 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.06 |
| HSL | 252.86º | 0.87% | 0.53% | - |
| HSV(B) | 252.86º | 0.88% | 0.94% | - |
| XYZ | 18.84 | 8.57 | 82.32 | - |
| YUV | 66.4 | 225.41 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 239 | 0.69 | 0.88 | 0 | 0.06 | 252.86 | 0.87 | 0.53 |
| Hex | 4A | 1D | EF | 45 | 58 | 0 | 6 | FD | 57 | 35 |
| Octal | 112 | 35 | 357 | 105 | 130 | 0 | 6 | 375 | 127 | 65 |
| Binary | 1001010 | 11101 | 11101111 | 1000101 | 1011000 | 0 | 110 | 11111101 | 1010111 | 110101 |
Color Harmonies of #4A1DEF
Complementary color
Monochromatic Colors of #4A1DEF
Black with #4A1DEF
Text Example
Text Example
White with #4A1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1DEF; }
p { color: rgb(74,29,239); }
H1.HeaderClassName
{
color: #4A1DEF;
}
.AnyTagClassName
{
color: #4A1DEF;
}
</style>
background-color css
<style>
a { background-color: #4A1DEF; }
a { background-color: rgb(74,29,239); }
div.DivClassName
{
background-color: #4A1DEF;
}
.BgClassName
{
background-color: #4A1DEF;
}
</style>
border-color css
<style>
span { border-color: #4A1DEF; }
span { border-color: rgb(74,29,239); }
td.TdClassName
{
border-color: #4A1DEF;
}
.TagClassName
{
border-color: #4A1DEF;
}
</style>