Shades of Han Purple #4A08FB
Tints of Han Purple #4A08FB
RGB
CMYK
RGB Variations
Color information
#4A08FB (or 0x4A08FB) is known color: Han Purple. HEX triplet: 4A, 08 and FB. RGB value is (74,8,251). Sum of RGB (Red+Green+Blue) = 74+8+251=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A08FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08FB is #B5F704. Grayscale: #363636. Windows color (decimal): -11925253 or 16451658. OLE color: 16451658.
HSL color Cylindrical-coordinate representation of color #4A08FB: hue angle of 256.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A08FB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 8 | 251 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.02 |
| HSL | 256.3º | 0.97% | 0.51% | - |
| HSV(B) | 256.3º | 0.97% | 0.98% | - |
| XYZ | 20.32 | 8.59 | 91.85 | - |
| YUV | 55.44 | 238.37 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 251 | 0.71 | 0.97 | 0 | 0.02 | 256.3 | 0.97 | 0.51 |
| Hex | 4A | 8 | FB | 47 | 61 | 0 | 2 | 100 | 61 | 33 |
| Octal | 112 | 10 | 373 | 107 | 141 | 0 | 2 | 400 | 141 | 63 |
| Binary | 1001010 | 1000 | 11111011 | 1000111 | 1100001 | 0 | 10 | 100000000 | 1100001 | 110011 |
Color Harmonies of #4A08FB
Complementary color
Monochromatic Colors of #4A08FB
Black with #4A08FB
Text Example
Text Example
White with #4A08FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08FB; }
p { color: rgb(74,8,251); }
H1.HeaderClassName
{
color: #4A08FB;
}
.AnyTagClassName
{
color: #4A08FB;
}
</style>
background-color css
<style>
a { background-color: #4A08FB; }
a { background-color: rgb(74,8,251); }
div.DivClassName
{
background-color: #4A08FB;
}
.BgClassName
{
background-color: #4A08FB;
}
</style>
border-color css
<style>
span { border-color: #4A08FB; }
span { border-color: rgb(74,8,251); }
td.TdClassName
{
border-color: #4A08FB;
}
.TagClassName
{
border-color: #4A08FB;
}
</style>