Shades of Han Purple #4809F2
Tints of Han Purple #4809F2
RGB
CMYK
RGB Variations
Color information
#4809F2 (or 0x4809F2) is known color: Han Purple. HEX triplet: 48, 09 and F2. RGB value is (72,9,242). Sum of RGB (Red+Green+Blue) = 72+9+242=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #4809F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4809F2 is #B7F60D. Grayscale: #353535. Windows color (decimal): -12056078 or 15862088. OLE color: 15862088.
HSL color Cylindrical-coordinate representation of color #4809F2: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4809F2 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 9 | 242 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.05 |
| HSL | 256.22º | 0.93% | 0.49% | - |
| HSV(B) | 256.22º | 0.96% | 0.95% | - |
| XYZ | 18.8 | 7.98 | 84.55 | - |
| YUV | 54.4 | 233.87 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 242 | 0.70 | 0.96 | 0 | 0.05 | 256.22 | 0.93 | 0.49 |
| Hex | 48 | 9 | F2 | 46 | 60 | 0 | 5 | 100 | 5D | 31 |
| Octal | 110 | 11 | 362 | 106 | 140 | 0 | 5 | 400 | 135 | 61 |
| Binary | 1001000 | 1001 | 11110010 | 1000110 | 1100000 | 0 | 101 | 100000000 | 1011101 | 110001 |
Color Harmonies of #4809F2
Complementary color
Monochromatic Colors of #4809F2
Black with #4809F2
Text Example
Text Example
White with #4809F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4809F2; }
p { color: rgb(72,9,242); }
H1.HeaderClassName
{
color: #4809F2;
}
.AnyTagClassName
{
color: #4809F2;
}
</style>
background-color css
<style>
a { background-color: #4809F2; }
a { background-color: rgb(72,9,242); }
div.DivClassName
{
background-color: #4809F2;
}
.BgClassName
{
background-color: #4809F2;
}
</style>
border-color css
<style>
span { border-color: #4809F2; }
span { border-color: rgb(72,9,242); }
td.TdClassName
{
border-color: #4809F2;
}
.TagClassName
{
border-color: #4809F2;
}
</style>