Shades of Han Purple #461BFA
Tints of Han Purple #461BFA
RGB
CMYK
RGB Variations
Color information
#461BFA (or 0x461BFA) is known color: Han Purple. HEX triplet: 46, 1B and FA. RGB value is (70,27,250). Sum of RGB (Red+Green+Blue) = 70+27+250=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #461BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BFA is #B9E405. Grayscale: #404040. Windows color (decimal): -12182534 or 16390982. OLE color: 16390982.
HSL color Cylindrical-coordinate representation of color #461BFA: hue angle of 251.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461BFA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 27 | 250 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.02 |
| HSL | 251.57º | 0.96% | 0.54% | - |
| HSV(B) | 251.57º | 0.89% | 0.98% | - |
| XYZ | 20.17 | 8.99 | 91.11 | - |
| YUV | 65.28 | 232.25 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 250 | 0.72 | 0.89 | 0 | 0.02 | 251.57 | 0.96 | 0.54 |
| Hex | 46 | 1B | FA | 48 | 59 | 0 | 2 | FC | 60 | 36 |
| Octal | 106 | 33 | 372 | 110 | 131 | 0 | 2 | 374 | 140 | 66 |
| Binary | 1000110 | 11011 | 11111010 | 1001000 | 1011001 | 0 | 10 | 11111100 | 1100000 | 110110 |
Color Harmonies of #461BFA
Complementary color
Monochromatic Colors of #461BFA
Black with #461BFA
Text Example
Text Example
White with #461BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BFA; }
p { color: rgb(70,27,250); }
H1.HeaderClassName
{
color: #461BFA;
}
.AnyTagClassName
{
color: #461BFA;
}
</style>
background-color css
<style>
a { background-color: #461BFA; }
a { background-color: rgb(70,27,250); }
div.DivClassName
{
background-color: #461BFA;
}
.BgClassName
{
background-color: #461BFA;
}
</style>
border-color css
<style>
span { border-color: #461BFA; }
span { border-color: rgb(70,27,250); }
td.TdClassName
{
border-color: #461BFA;
}
.TagClassName
{
border-color: #461BFA;
}
</style>