Shades of Han Purple #461CF4
Tints of Han Purple #461CF4
RGB
CMYK
RGB Variations
Color information
#461CF4 (or 0x461CF4) is known color: Han Purple. HEX triplet: 46, 1C and F4. RGB value is (70,28,244). Sum of RGB (Red+Green+Blue) = 70+28+244=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 244 (95.70% from 255 or 71.35% from 342); Max value from RGB is 244 - color contains mainly: blue. Hex color #461CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CF4 is #B9E30B. Grayscale: #404040. Windows color (decimal): -12182284 or 15998022. OLE color: 15998022.
HSL color Cylindrical-coordinate representation of color #461CF4: hue angle of 251.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CF4 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 28 | 244 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.04 |
| HSL | 251.67º | 0.91% | 0.53% | - |
| HSV(B) | 251.67º | 0.89% | 0.96% | - |
| XYZ | 19.27 | 8.66 | 86.24 | - |
| YUV | 65.18 | 228.91 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 244 | 0.71 | 0.89 | 0 | 0.04 | 251.67 | 0.91 | 0.53 |
| Hex | 46 | 1C | F4 | 47 | 59 | 0 | 4 | FC | 5B | 35 |
| Octal | 106 | 34 | 364 | 107 | 131 | 0 | 4 | 374 | 133 | 65 |
| Binary | 1000110 | 11100 | 11110100 | 1000111 | 1011001 | 0 | 100 | 11111100 | 1011011 | 110101 |
Color Harmonies of #461CF4
Complementary color
Monochromatic Colors of #461CF4
Black with #461CF4
Text Example
Text Example
White with #461CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CF4; }
p { color: rgb(70,28,244); }
H1.HeaderClassName
{
color: #461CF4;
}
.AnyTagClassName
{
color: #461CF4;
}
</style>
background-color css
<style>
a { background-color: #461CF4; }
a { background-color: rgb(70,28,244); }
div.DivClassName
{
background-color: #461CF4;
}
.BgClassName
{
background-color: #461CF4;
}
</style>
border-color css
<style>
span { border-color: #461CF4; }
span { border-color: rgb(70,28,244); }
td.TdClassName
{
border-color: #461CF4;
}
.TagClassName
{
border-color: #461CF4;
}
</style>