Shades of Han Purple #4A1FFA
Tints of Han Purple #4A1FFA
RGB
CMYK
RGB Variations
Color information
#4A1FFA (or 0x4A1FFA) is known color: Han Purple. HEX triplet: 4A, 1F and FA. RGB value is (74,31,250). Sum of RGB (Red+Green+Blue) = 74+31+250=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A1FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FFA is #B5E005. Grayscale: #434343. Windows color (decimal): -11919366 or 16392010. OLE color: 16392010.
HSL color Cylindrical-coordinate representation of color #4A1FFA: hue angle of 251.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1FFA is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 31 | 250 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.02 |
| HSL | 251.78º | 0.96% | 0.55% | - |
| HSV(B) | 251.78º | 0.88% | 0.98% | - |
| XYZ | 20.57 | 9.34 | 91.16 | - |
| YUV | 68.82 | 230.25 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 250 | 0.70 | 0.88 | 0 | 0.02 | 251.78 | 0.96 | 0.55 |
| Hex | 4A | 1F | FA | 46 | 58 | 0 | 2 | FC | 60 | 37 |
| Octal | 112 | 37 | 372 | 106 | 130 | 0 | 2 | 374 | 140 | 67 |
| Binary | 1001010 | 11111 | 11111010 | 1000110 | 1011000 | 0 | 10 | 11111100 | 1100000 | 110111 |
Color Harmonies of #4A1FFA
Complementary color
Monochromatic Colors of #4A1FFA
Black with #4A1FFA
Text Example
Text Example
White with #4A1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FFA; }
p { color: rgb(74,31,250); }
H1.HeaderClassName
{
color: #4A1FFA;
}
.AnyTagClassName
{
color: #4A1FFA;
}
</style>
background-color css
<style>
a { background-color: #4A1FFA; }
a { background-color: rgb(74,31,250); }
div.DivClassName
{
background-color: #4A1FFA;
}
.BgClassName
{
background-color: #4A1FFA;
}
</style>
border-color css
<style>
span { border-color: #4A1FFA; }
span { border-color: rgb(74,31,250); }
td.TdClassName
{
border-color: #4A1FFA;
}
.TagClassName
{
border-color: #4A1FFA;
}
</style>