Shades of Han Purple #4631F9
Tints of Han Purple #4631F9
RGB
CMYK
RGB Variations
Color information
#4631F9 (or 0x4631F9) is known color: Han Purple. HEX triplet: 46, 31 and F9. RGB value is (70,49,249). Sum of RGB (Red+Green+Blue) = 70+49+249=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #4631F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631F9 is #B9CE06. Grayscale: #4D4D4D. Windows color (decimal): -12176903 or 16331078. OLE color: 16331078.
HSL color Cylindrical-coordinate representation of color #4631F9: hue angle of 246.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4631F9 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 49 | 249 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.02 |
| HSL | 246.3º | 0.94% | 0.58% | - |
| HSV(B) | 246.3º | 0.8% | 0.98% | - |
| XYZ | 20.72 | 10.34 | 90.53 | - |
| YUV | 78.08 | 224.46 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 249 | 0.72 | 0.80 | 0 | 0.02 | 246.3 | 0.94 | 0.58 |
| Hex | 46 | 31 | F9 | 48 | 50 | 0 | 2 | F6 | 5E | 3A |
| Octal | 106 | 61 | 371 | 110 | 120 | 0 | 2 | 366 | 136 | 72 |
| Binary | 1000110 | 110001 | 11111001 | 1001000 | 1010000 | 0 | 10 | 11110110 | 1011110 | 111010 |
Color Harmonies of #4631F9
Complementary color
Monochromatic Colors of #4631F9
Black with #4631F9
Text Example
Text Example
White with #4631F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4631F9; }
p { color: rgb(70,49,249); }
H1.HeaderClassName
{
color: #4631F9;
}
.AnyTagClassName
{
color: #4631F9;
}
</style>
background-color css
<style>
a { background-color: #4631F9; }
a { background-color: rgb(70,49,249); }
div.DivClassName
{
background-color: #4631F9;
}
.BgClassName
{
background-color: #4631F9;
}
</style>
border-color css
<style>
span { border-color: #4631F9; }
span { border-color: rgb(70,49,249); }
td.TdClassName
{
border-color: #4631F9;
}
.TagClassName
{
border-color: #4631F9;
}
</style>