Shades of Han Purple #461CF0
Tints of Han Purple #461CF0
RGB
CMYK
RGB Variations
Color information
#461CF0 (or 0x461CF0) is known color: Han Purple. HEX triplet: 46, 1C and F0. RGB value is (70,28,240). Sum of RGB (Red+Green+Blue) = 70+28+240=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #461CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CF0 is #B9E30F. Grayscale: #3F3F3F. Windows color (decimal): -12182288 or 15735878. OLE color: 15735878.
HSL color Cylindrical-coordinate representation of color #461CF0: hue angle of 251.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CF0 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 28 | 240 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.06 |
| HSL | 251.89º | 0.88% | 0.53% | - |
| HSV(B) | 251.89º | 0.88% | 0.94% | - |
| XYZ | 18.67 | 8.42 | 83.08 | - |
| YUV | 64.73 | 226.91 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 240 | 0.71 | 0.88 | 0 | 0.06 | 251.89 | 0.88 | 0.53 |
| Hex | 46 | 1C | F0 | 47 | 58 | 0 | 6 | FC | 58 | 35 |
| Octal | 106 | 34 | 360 | 107 | 130 | 0 | 6 | 374 | 130 | 65 |
| Binary | 1000110 | 11100 | 11110000 | 1000111 | 1011000 | 0 | 110 | 11111100 | 1011000 | 110101 |
Color Harmonies of #461CF0
Complementary color
Monochromatic Colors of #461CF0
Black with #461CF0
Text Example
Text Example
White with #461CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CF0; }
p { color: rgb(70,28,240); }
H1.HeaderClassName
{
color: #461CF0;
}
.AnyTagClassName
{
color: #461CF0;
}
</style>
background-color css
<style>
a { background-color: #461CF0; }
a { background-color: rgb(70,28,240); }
div.DivClassName
{
background-color: #461CF0;
}
.BgClassName
{
background-color: #461CF0;
}
</style>
border-color css
<style>
span { border-color: #461CF0; }
span { border-color: rgb(70,28,240); }
td.TdClassName
{
border-color: #461CF0;
}
.TagClassName
{
border-color: #461CF0;
}
</style>