Shades of Han Purple #4629FF
Tints of Han Purple #4629FF
RGB
CMYK
RGB Variations
Color information
#4629FF (or 0x4629FF) is known color: Han Purple. HEX triplet: 46, 29 and FF. RGB value is (70,41,255). Sum of RGB (Red+Green+Blue) = 70+41+255=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #4629FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4629FF is #B9D600. Grayscale: #494949. Windows color (decimal): -12178945 or 16722246. OLE color: 16722246.
HSL color Cylindrical-coordinate representation of color #4629FF: hue angle of 248.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4629FF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 41 | 255 | - |
| CMYK | 0.73 | 0.84 | 0 | 0 |
| HSL | 248.13º | 1% | 0.58% | - |
| HSV(B) | 248.13º | 0.84% | 1% | - |
| XYZ | 21.37 | 10.11 | 95.43 | - |
| YUV | 74.07 | 230.11 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 255 | 0.73 | 0.84 | 0 | 0 | 248.13 | 1 | 0.58 |
| Hex | 46 | 29 | FF | 49 | 54 | 0 | 0 | F8 | 64 | 3A |
| Octal | 106 | 51 | 377 | 111 | 124 | 0 | 0 | 370 | 144 | 72 |
| Binary | 1000110 | 101001 | 11111111 | 1001001 | 1010100 | 0 | 0 | 11111000 | 1100100 | 111010 |
Color Harmonies of #4629FF
Complementary color
Monochromatic Colors of #4629FF
Black with #4629FF
Text Example
Text Example
White with #4629FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629FF; }
p { color: rgb(70,41,255); }
H1.HeaderClassName
{
color: #4629FF;
}
.AnyTagClassName
{
color: #4629FF;
}
</style>
background-color css
<style>
a { background-color: #4629FF; }
a { background-color: rgb(70,41,255); }
div.DivClassName
{
background-color: #4629FF;
}
.BgClassName
{
background-color: #4629FF;
}
</style>
border-color css
<style>
span { border-color: #4629FF; }
span { border-color: rgb(70,41,255); }
td.TdClassName
{
border-color: #4629FF;
}
.TagClassName
{
border-color: #4629FF;
}
</style>