Shades of Han Purple #461DF4
Tints of Han Purple #461DF4
RGB
CMYK
RGB Variations
Color information
#461DF4 (or 0x461DF4) is known color: Han Purple. HEX triplet: 46, 1D and F4. RGB value is (70,29,244). Sum of RGB (Red+Green+Blue) = 70+29+244=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #461DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461DF4 is #B9E20B. Grayscale: #404040. Windows color (decimal): -12182028 or 15998278. OLE color: 15998278.
HSL color Cylindrical-coordinate representation of color #461DF4: hue angle of 251.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461DF4 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 29 | 244 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.04 |
| HSL | 251.44º | 0.91% | 0.54% | - |
| HSV(B) | 251.44º | 0.88% | 0.96% | - |
| XYZ | 19.29 | 8.71 | 86.25 | - |
| YUV | 65.77 | 228.58 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 244 | 0.71 | 0.88 | 0 | 0.04 | 251.44 | 0.91 | 0.54 |
| Hex | 46 | 1D | F4 | 47 | 58 | 0 | 4 | FB | 5B | 36 |
| Octal | 106 | 35 | 364 | 107 | 130 | 0 | 4 | 373 | 133 | 66 |
| Binary | 1000110 | 11101 | 11110100 | 1000111 | 1011000 | 0 | 100 | 11111011 | 1011011 | 110110 |
Color Harmonies of #461DF4
Complementary color
Monochromatic Colors of #461DF4
Black with #461DF4
Text Example
Text Example
White with #461DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DF4; }
p { color: rgb(70,29,244); }
H1.HeaderClassName
{
color: #461DF4;
}
.AnyTagClassName
{
color: #461DF4;
}
</style>
background-color css
<style>
a { background-color: #461DF4; }
a { background-color: rgb(70,29,244); }
div.DivClassName
{
background-color: #461DF4;
}
.BgClassName
{
background-color: #461DF4;
}
</style>
border-color css
<style>
span { border-color: #461DF4; }
span { border-color: rgb(70,29,244); }
td.TdClassName
{
border-color: #461DF4;
}
.TagClassName
{
border-color: #461DF4;
}
</style>