Shades of Han Purple #461EFC
Tints of Han Purple #461EFC
RGB
CMYK
RGB Variations
Color information
#461EFC (or 0x461EFC) is known color: Han Purple. HEX triplet: 46, 1E and FC. RGB value is (70,30,252). Sum of RGB (Red+Green+Blue) = 70+30+252=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #461EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EFC is #B9E103. Grayscale: #424242. Windows color (decimal): -12181764 or 16522822. OLE color: 16522822.
HSL color Cylindrical-coordinate representation of color #461EFC: hue angle of 250.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461EFC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 30 | 252 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.01 |
| HSL | 250.81º | 0.97% | 0.55% | - |
| HSV(B) | 250.81º | 0.88% | 0.99% | - |
| XYZ | 20.56 | 9.26 | 92.8 | - |
| YUV | 67.27 | 232.25 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 252 | 0.72 | 0.88 | 0 | 0.01 | 250.81 | 0.97 | 0.55 |
| Hex | 46 | 1E | FC | 48 | 58 | 0 | 1 | FB | 61 | 37 |
| Octal | 106 | 36 | 374 | 110 | 130 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000110 | 11110 | 11111100 | 1001000 | 1011000 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #461EFC
Complementary color
Monochromatic Colors of #461EFC
Black with #461EFC
Text Example
Text Example
White with #461EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EFC; }
p { color: rgb(70,30,252); }
H1.HeaderClassName
{
color: #461EFC;
}
.AnyTagClassName
{
color: #461EFC;
}
</style>
background-color css
<style>
a { background-color: #461EFC; }
a { background-color: rgb(70,30,252); }
div.DivClassName
{
background-color: #461EFC;
}
.BgClassName
{
background-color: #461EFC;
}
</style>
border-color css
<style>
span { border-color: #461EFC; }
span { border-color: rgb(70,30,252); }
td.TdClassName
{
border-color: #461EFC;
}
.TagClassName
{
border-color: #461EFC;
}
</style>