Shades of Han Purple #4630FD
Tints of Han Purple #4630FD
RGB
CMYK
RGB Variations
Color information
#4630FD (or 0x4630FD) is known color: Han Purple. HEX triplet: 46, 30 and FD. RGB value is (70,48,253). Sum of RGB (Red+Green+Blue) = 70+48+253=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #4630FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4630FD is #B9CF02. Grayscale: #4D4D4D. Windows color (decimal): -12177155 or 16592966. OLE color: 16592966.
HSL color Cylindrical-coordinate representation of color #4630FD: hue angle of 246.44º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4630FD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 48 | 253 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.01 |
| HSL | 246.44º | 0.98% | 0.59% | - |
| HSV(B) | 246.44º | 0.81% | 0.99% | - |
| XYZ | 21.31 | 10.51 | 93.83 | - |
| YUV | 77.95 | 226.79 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 253 | 0.72 | 0.81 | 0 | 0.01 | 246.44 | 0.98 | 0.59 |
| Hex | 46 | 30 | FD | 48 | 51 | 0 | 1 | F6 | 62 | 3B |
| Octal | 106 | 60 | 375 | 110 | 121 | 0 | 1 | 366 | 142 | 73 |
| Binary | 1000110 | 110000 | 11111101 | 1001000 | 1010001 | 0 | 1 | 11110110 | 1100010 | 111011 |
Color Harmonies of #4630FD
Complementary color
Monochromatic Colors of #4630FD
Black with #4630FD
Text Example
Text Example
White with #4630FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630FD; }
p { color: rgb(70,48,253); }
H1.HeaderClassName
{
color: #4630FD;
}
.AnyTagClassName
{
color: #4630FD;
}
</style>
background-color css
<style>
a { background-color: #4630FD; }
a { background-color: rgb(70,48,253); }
div.DivClassName
{
background-color: #4630FD;
}
.BgClassName
{
background-color: #4630FD;
}
</style>
border-color css
<style>
span { border-color: #4630FD; }
span { border-color: rgb(70,48,253); }
td.TdClassName
{
border-color: #4630FD;
}
.TagClassName
{
border-color: #4630FD;
}
</style>