Shades of Han Purple #461CF9
Tints of Han Purple #461CF9
RGB
CMYK
RGB Variations
Color information
#461CF9 (or 0x461CF9) is known color: Han Purple. HEX triplet: 46, 1C and F9. RGB value is (70,28,249). Sum of RGB (Red+Green+Blue) = 70+28+249=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #461CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CF9 is #B9E306. Grayscale: #404040. Windows color (decimal): -12182279 or 16325702. OLE color: 16325702.
HSL color Cylindrical-coordinate representation of color #461CF9: hue angle of 251.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CF9 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 28 | 249 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.02 |
| HSL | 251.4º | 0.95% | 0.54% | - |
| HSV(B) | 251.4º | 0.89% | 0.98% | - |
| XYZ | 20.04 | 8.97 | 90.3 | - |
| YUV | 65.75 | 231.41 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 249 | 0.72 | 0.89 | 0 | 0.02 | 251.4 | 0.95 | 0.54 |
| Hex | 46 | 1C | F9 | 48 | 59 | 0 | 2 | FB | 5F | 36 |
| Octal | 106 | 34 | 371 | 110 | 131 | 0 | 2 | 373 | 137 | 66 |
| Binary | 1000110 | 11100 | 11111001 | 1001000 | 1011001 | 0 | 10 | 11111011 | 1011111 | 110110 |
Color Harmonies of #461CF9
Complementary color
Monochromatic Colors of #461CF9
Black with #461CF9
Text Example
Text Example
White with #461CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CF9; }
p { color: rgb(70,28,249); }
H1.HeaderClassName
{
color: #461CF9;
}
.AnyTagClassName
{
color: #461CF9;
}
</style>
background-color css
<style>
a { background-color: #461CF9; }
a { background-color: rgb(70,28,249); }
div.DivClassName
{
background-color: #461CF9;
}
.BgClassName
{
background-color: #461CF9;
}
</style>
border-color css
<style>
span { border-color: #461CF9; }
span { border-color: rgb(70,28,249); }
td.TdClassName
{
border-color: #461CF9;
}
.TagClassName
{
border-color: #461CF9;
}
</style>