Shades of Han Purple #461CFE
Tints of Han Purple #461CFE
RGB
CMYK
RGB Variations
Color information
#461CFE (or 0x461CFE) is known color: Han Purple. HEX triplet: 46, 1C and FE. RGB value is (70,28,254). Sum of RGB (Red+Green+Blue) = 70+28+254=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #461CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFE is #B9E301. Grayscale: #414141. Windows color (decimal): -12182274 or 16653382. OLE color: 16653382.
HSL color Cylindrical-coordinate representation of color #461CFE: hue angle of 251.15º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 28 | 254 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.00 |
| HSL | 251.15º | 0.99% | 0.55% | - |
| HSV(B) | 251.15º | 0.89% | 1% | - |
| XYZ | 20.83 | 9.29 | 94.46 | - |
| YUV | 66.32 | 233.91 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 254 | 0.72 | 0.89 | 0 | 0.00 | 251.15 | 0.99 | 0.55 |
| Hex | 46 | 1C | FE | 48 | 59 | 0 | 0 | FB | 63 | 37 |
| Octal | 106 | 34 | 376 | 110 | 131 | 0 | 0 | 373 | 143 | 67 |
| Binary | 1000110 | 11100 | 11111110 | 1001000 | 1011001 | 0 | 0 | 11111011 | 1100011 | 110111 |
Color Harmonies of #461CFE
Complementary color
Monochromatic Colors of #461CFE
Black with #461CFE
Text Example
Text Example
White with #461CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CFE; }
p { color: rgb(70,28,254); }
H1.HeaderClassName
{
color: #461CFE;
}
.AnyTagClassName
{
color: #461CFE;
}
</style>
background-color css
<style>
a { background-color: #461CFE; }
a { background-color: rgb(70,28,254); }
div.DivClassName
{
background-color: #461CFE;
}
.BgClassName
{
background-color: #461CFE;
}
</style>
border-color css
<style>
span { border-color: #461CFE; }
span { border-color: rgb(70,28,254); }
td.TdClassName
{
border-color: #461CFE;
}
.TagClassName
{
border-color: #461CFE;
}
</style>