Shades of Han Purple #461AFF
Tints of Han Purple #461AFF
RGB
CMYK
RGB Variations
Color information
#461AFF (or 0x461AFF) is known color: Han Purple. HEX triplet: 46, 1A and FF. RGB value is (70,26,255). Sum of RGB (Red+Green+Blue) = 70+26+255=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #461AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AFF is #B9E500. Grayscale: #404040. Windows color (decimal): -12182785 or 16718406. OLE color: 16718406.
HSL color Cylindrical-coordinate representation of color #461AFF: hue angle of 251.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461AFF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 26 | 255 | - |
| CMYK | 0.73 | 0.90 | 0 | 0 |
| HSL | 251.53º | 1% | 0.55% | - |
| HSV(B) | 251.53º | 0.9% | 1% | - |
| XYZ | 20.95 | 9.26 | 95.29 | - |
| YUV | 65.26 | 235.08 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 255 | 0.73 | 0.90 | 0 | 0 | 251.53 | 1 | 0.55 |
| Hex | 46 | 1A | FF | 49 | 5A | 0 | 0 | FC | 64 | 37 |
| Octal | 106 | 32 | 377 | 111 | 132 | 0 | 0 | 374 | 144 | 67 |
| Binary | 1000110 | 11010 | 11111111 | 1001001 | 1011010 | 0 | 0 | 11111100 | 1100100 | 110111 |
Color Harmonies of #461AFF
Complementary color
Monochromatic Colors of #461AFF
Black with #461AFF
Text Example
Text Example
White with #461AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461AFF; }
p { color: rgb(70,26,255); }
H1.HeaderClassName
{
color: #461AFF;
}
.AnyTagClassName
{
color: #461AFF;
}
</style>
background-color css
<style>
a { background-color: #461AFF; }
a { background-color: rgb(70,26,255); }
div.DivClassName
{
background-color: #461AFF;
}
.BgClassName
{
background-color: #461AFF;
}
</style>
border-color css
<style>
span { border-color: #461AFF; }
span { border-color: rgb(70,26,255); }
td.TdClassName
{
border-color: #461AFF;
}
.TagClassName
{
border-color: #461AFF;
}
</style>