Shades of Han Purple #461EF3
Tints of Han Purple #461EF3
RGB
CMYK
RGB Variations
Color information
#461EF3 (or 0x461EF3) is known color: Han Purple. HEX triplet: 46, 1E and F3. RGB value is (70,30,243). Sum of RGB (Red+Green+Blue) = 70+30+243=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #461EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EF3 is #B9E10C. Grayscale: #414141. Windows color (decimal): -12181773 or 15932998. OLE color: 15932998.
HSL color Cylindrical-coordinate representation of color #461EF3: hue angle of 251.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461EF3 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 30 | 243 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.05 |
| HSL | 251.27º | 0.9% | 0.54% | - |
| HSV(B) | 251.27º | 0.88% | 0.95% | - |
| XYZ | 19.17 | 8.7 | 85.46 | - |
| YUV | 66.24 | 227.75 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 243 | 0.71 | 0.88 | 0 | 0.05 | 251.27 | 0.9 | 0.54 |
| Hex | 46 | 1E | F3 | 47 | 58 | 0 | 5 | FB | 5A | 36 |
| Octal | 106 | 36 | 363 | 107 | 130 | 0 | 5 | 373 | 132 | 66 |
| Binary | 1000110 | 11110 | 11110011 | 1000111 | 1011000 | 0 | 101 | 11111011 | 1011010 | 110110 |
Color Harmonies of #461EF3
Complementary color
Monochromatic Colors of #461EF3
Black with #461EF3
Text Example
Text Example
White with #461EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EF3; }
p { color: rgb(70,30,243); }
H1.HeaderClassName
{
color: #461EF3;
}
.AnyTagClassName
{
color: #461EF3;
}
</style>
background-color css
<style>
a { background-color: #461EF3; }
a { background-color: rgb(70,30,243); }
div.DivClassName
{
background-color: #461EF3;
}
.BgClassName
{
background-color: #461EF3;
}
</style>
border-color css
<style>
span { border-color: #461EF3; }
span { border-color: rgb(70,30,243); }
td.TdClassName
{
border-color: #461EF3;
}
.TagClassName
{
border-color: #461EF3;
}
</style>