Shades of Han Purple #461EFF
Tints of Han Purple #461EFF
RGB
CMYK
RGB Variations
Color information
#461EFF (or 0x461EFF) is known color: Han Purple. HEX triplet: 46, 1E and FF. RGB value is (70,30,255). Sum of RGB (Red+Green+Blue) = 70+30+255=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #461EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EFF is #B9E100. Grayscale: #424242. Windows color (decimal): -12181761 or 16719430. OLE color: 16719430.
HSL color Cylindrical-coordinate representation of color #461EFF: hue angle of 250.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461EFF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 30 | 255 | - |
| CMYK | 0.73 | 0.88 | 0 | 0 |
| HSL | 250.67º | 1% | 0.56% | - |
| HSV(B) | 250.67º | 0.88% | 1% | - |
| XYZ | 21.04 | 9.45 | 95.32 | - |
| YUV | 67.61 | 233.75 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 255 | 0.73 | 0.88 | 0 | 0 | 250.67 | 1 | 0.56 |
| Hex | 46 | 1E | FF | 49 | 58 | 0 | 0 | FB | 64 | 38 |
| Octal | 106 | 36 | 377 | 111 | 130 | 0 | 0 | 373 | 144 | 70 |
| Binary | 1000110 | 11110 | 11111111 | 1001001 | 1011000 | 0 | 0 | 11111011 | 1100100 | 111000 |
Color Harmonies of #461EFF
Complementary color
Monochromatic Colors of #461EFF
Black with #461EFF
Text Example
Text Example
White with #461EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EFF; }
p { color: rgb(70,30,255); }
H1.HeaderClassName
{
color: #461EFF;
}
.AnyTagClassName
{
color: #461EFF;
}
</style>
background-color css
<style>
a { background-color: #461EFF; }
a { background-color: rgb(70,30,255); }
div.DivClassName
{
background-color: #461EFF;
}
.BgClassName
{
background-color: #461EFF;
}
</style>
border-color css
<style>
span { border-color: #461EFF; }
span { border-color: rgb(70,30,255); }
td.TdClassName
{
border-color: #461EFF;
}
.TagClassName
{
border-color: #461EFF;
}
</style>