Shades of Han Purple #4A1FF8
Tints of Han Purple #4A1FF8
RGB
CMYK
RGB Variations
Color information
#4A1FF8 (or 0x4A1FF8) is known color: Han Purple. HEX triplet: 4A, 1F and F8. RGB value is (74,31,248). Sum of RGB (Red+Green+Blue) = 74+31+248=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #4A1FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FF8 is #B5E007. Grayscale: #434343. Windows color (decimal): -11919368 or 16260938. OLE color: 16260938.
HSL color Cylindrical-coordinate representation of color #4A1FF8: hue angle of 251.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1FF8 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 31 | 248 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.03 |
| HSL | 251.89º | 0.94% | 0.55% | - |
| HSV(B) | 251.89º | 0.88% | 0.97% | - |
| XYZ | 20.26 | 9.21 | 89.52 | - |
| YUV | 68.6 | 229.25 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 248 | 0.70 | 0.88 | 0 | 0.03 | 251.89 | 0.94 | 0.55 |
| Hex | 4A | 1F | F8 | 46 | 58 | 0 | 3 | FC | 5E | 37 |
| Octal | 112 | 37 | 370 | 106 | 130 | 0 | 3 | 374 | 136 | 67 |
| Binary | 1001010 | 11111 | 11111000 | 1000110 | 1011000 | 0 | 11 | 11111100 | 1011110 | 110111 |
Color Harmonies of #4A1FF8
Complementary color
Monochromatic Colors of #4A1FF8
Black with #4A1FF8
Text Example
Text Example
White with #4A1FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FF8; }
p { color: rgb(74,31,248); }
H1.HeaderClassName
{
color: #4A1FF8;
}
.AnyTagClassName
{
color: #4A1FF8;
}
</style>
background-color css
<style>
a { background-color: #4A1FF8; }
a { background-color: rgb(74,31,248); }
div.DivClassName
{
background-color: #4A1FF8;
}
.BgClassName
{
background-color: #4A1FF8;
}
</style>
border-color css
<style>
span { border-color: #4A1FF8; }
span { border-color: rgb(74,31,248); }
td.TdClassName
{
border-color: #4A1FF8;
}
.TagClassName
{
border-color: #4A1FF8;
}
</style>