Shades of Han Purple #461FFC
Tints of Han Purple #461FFC
RGB
CMYK
RGB Variations
Color information
#461FFC (or 0x461FFC) is known color: Han Purple. HEX triplet: 46, 1F and FC. RGB value is (70,31,252). Sum of RGB (Red+Green+Blue) = 70+31+252=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #461FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FFC is #B9E003. Grayscale: #434343. Windows color (decimal): -12181508 or 16523078. OLE color: 16523078.
HSL color Cylindrical-coordinate representation of color #461FFC: hue angle of 250.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461FFC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 31 | 252 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.01 |
| HSL | 250.59º | 0.97% | 0.55% | - |
| HSV(B) | 250.59º | 0.88% | 0.99% | - |
| XYZ | 20.59 | 9.31 | 92.81 | - |
| YUV | 67.86 | 231.92 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 252 | 0.72 | 0.88 | 0 | 0.01 | 250.59 | 0.97 | 0.55 |
| Hex | 46 | 1F | FC | 48 | 58 | 0 | 1 | FB | 61 | 37 |
| Octal | 106 | 37 | 374 | 110 | 130 | 0 | 1 | 373 | 141 | 67 |
| Binary | 1000110 | 11111 | 11111100 | 1001000 | 1011000 | 0 | 1 | 11111011 | 1100001 | 110111 |
Color Harmonies of #461FFC
Complementary color
Monochromatic Colors of #461FFC
Black with #461FFC
Text Example
Text Example
White with #461FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FFC; }
p { color: rgb(70,31,252); }
H1.HeaderClassName
{
color: #461FFC;
}
.AnyTagClassName
{
color: #461FFC;
}
</style>
background-color css
<style>
a { background-color: #461FFC; }
a { background-color: rgb(70,31,252); }
div.DivClassName
{
background-color: #461FFC;
}
.BgClassName
{
background-color: #461FFC;
}
</style>
border-color css
<style>
span { border-color: #461FFC; }
span { border-color: rgb(70,31,252); }
td.TdClassName
{
border-color: #461FFC;
}
.TagClassName
{
border-color: #461FFC;
}
</style>