Shades of Han Purple #461FEA
Tints of Han Purple #461FEA
RGB
CMYK
RGB Variations
Color information
#461FEA (or 0x461FEA) is known color: Han Purple. HEX triplet: 46, 1F and EA. RGB value is (70,31,234). Sum of RGB (Red+Green+Blue) = 70+31+234=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #461FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FEA is #B9E015. Grayscale: #414141. Windows color (decimal): -12181526 or 15343430. OLE color: 15343430.
HSL color Cylindrical-coordinate representation of color #461FEA: hue angle of 251.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461FEA is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 31 | 234 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.08 |
| HSL | 251.53º | 0.83% | 0.52% | - |
| HSV(B) | 251.53º | 0.87% | 0.92% | - |
| XYZ | 17.87 | 8.22 | 78.49 | - |
| YUV | 65.8 | 222.92 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 234 | 0.70 | 0.87 | 0 | 0.08 | 251.53 | 0.83 | 0.52 |
| Hex | 46 | 1F | EA | 46 | 57 | 0 | 8 | FC | 53 | 34 |
| Octal | 106 | 37 | 352 | 106 | 127 | 0 | 10 | 374 | 123 | 64 |
| Binary | 1000110 | 11111 | 11101010 | 1000110 | 1010111 | 0 | 1000 | 11111100 | 1010011 | 110100 |
Color Harmonies of #461FEA
Complementary color
Monochromatic Colors of #461FEA
Black with #461FEA
Text Example
Text Example
White with #461FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FEA; }
p { color: rgb(70,31,234); }
H1.HeaderClassName
{
color: #461FEA;
}
.AnyTagClassName
{
color: #461FEA;
}
</style>
background-color css
<style>
a { background-color: #461FEA; }
a { background-color: rgb(70,31,234); }
div.DivClassName
{
background-color: #461FEA;
}
.BgClassName
{
background-color: #461FEA;
}
</style>
border-color css
<style>
span { border-color: #461FEA; }
span { border-color: rgb(70,31,234); }
td.TdClassName
{
border-color: #461FEA;
}
.TagClassName
{
border-color: #461FEA;
}
</style>