Shades of Han Purple #461BF2
Tints of Han Purple #461BF2
RGB
CMYK
RGB Variations
Color information
#461BF2 (or 0x461BF2) is known color: Han Purple. HEX triplet: 46, 1B and F2. RGB value is (70,27,242). Sum of RGB (Red+Green+Blue) = 70+27+242=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #461BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BF2 is #B9E40D. Grayscale: #3F3F3F. Windows color (decimal): -12182542 or 15866694. OLE color: 15866694.
HSL color Cylindrical-coordinate representation of color #461BF2: hue angle of 252º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461BF2 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 27 | 242 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.05 |
| HSL | 252º | 0.89% | 0.53% | - |
| HSV(B) | 252º | 0.89% | 0.95% | - |
| XYZ | 18.94 | 8.5 | 84.65 | - |
| YUV | 64.37 | 228.25 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 242 | 0.71 | 0.89 | 0 | 0.05 | 252 | 0.89 | 0.53 |
| Hex | 46 | 1B | F2 | 47 | 59 | 0 | 5 | FC | 59 | 35 |
| Octal | 106 | 33 | 362 | 107 | 131 | 0 | 5 | 374 | 131 | 65 |
| Binary | 1000110 | 11011 | 11110010 | 1000111 | 1011001 | 0 | 101 | 11111100 | 1011001 | 110101 |
Color Harmonies of #461BF2
Complementary color
Monochromatic Colors of #461BF2
Black with #461BF2
Text Example
Text Example
White with #461BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BF2; }
p { color: rgb(70,27,242); }
H1.HeaderClassName
{
color: #461BF2;
}
.AnyTagClassName
{
color: #461BF2;
}
</style>
background-color css
<style>
a { background-color: #461BF2; }
a { background-color: rgb(70,27,242); }
div.DivClassName
{
background-color: #461BF2;
}
.BgClassName
{
background-color: #461BF2;
}
</style>
border-color css
<style>
span { border-color: #461BF2; }
span { border-color: rgb(70,27,242); }
td.TdClassName
{
border-color: #461BF2;
}
.TagClassName
{
border-color: #461BF2;
}
</style>