Shades of Han Purple #461AFB
Tints of Han Purple #461AFB
RGB
CMYK
RGB Variations
Color information
#461AFB (or 0x461AFB) is known color: Han Purple. HEX triplet: 46, 1A and FB. RGB value is (70,26,251). Sum of RGB (Red+Green+Blue) = 70+26+251=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #461AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461AFB is #B9E504. Grayscale: #3F3F3F. Windows color (decimal): -12182789 or 16456262. OLE color: 16456262.
HSL color Cylindrical-coordinate representation of color #461AFB: hue angle of 251.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461AFB is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 26 | 251 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.02 |
| HSL | 251.73º | 0.97% | 0.54% | - |
| HSV(B) | 251.73º | 0.9% | 0.98% | - |
| XYZ | 20.31 | 9.01 | 91.93 | - |
| YUV | 64.81 | 233.08 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 251 | 0.72 | 0.90 | 0 | 0.02 | 251.73 | 0.97 | 0.54 |
| Hex | 46 | 1A | FB | 48 | 5A | 0 | 2 | FC | 61 | 36 |
| Octal | 106 | 32 | 373 | 110 | 132 | 0 | 2 | 374 | 141 | 66 |
| Binary | 1000110 | 11010 | 11111011 | 1001000 | 1011010 | 0 | 10 | 11111100 | 1100001 | 110110 |
Color Harmonies of #461AFB
Complementary color
Monochromatic Colors of #461AFB
Black with #461AFB
Text Example
Text Example
White with #461AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461AFB; }
p { color: rgb(70,26,251); }
H1.HeaderClassName
{
color: #461AFB;
}
.AnyTagClassName
{
color: #461AFB;
}
</style>
background-color css
<style>
a { background-color: #461AFB; }
a { background-color: rgb(70,26,251); }
div.DivClassName
{
background-color: #461AFB;
}
.BgClassName
{
background-color: #461AFB;
}
</style>
border-color css
<style>
span { border-color: #461AFB; }
span { border-color: rgb(70,26,251); }
td.TdClassName
{
border-color: #461AFB;
}
.TagClassName
{
border-color: #461AFB;
}
</style>