Shades of Han Purple #4601DF
Tints of Han Purple #4601DF
RGB
CMYK
RGB Variations
Color information
#4601DF (or 0x4601DF) is known color: Han Purple. HEX triplet: 46, 01 and DF. RGB value is (70,1,223). Sum of RGB (Red+Green+Blue) = 70+1+223=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #4601DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601DF is #B9FE20. Grayscale: #2E2E2E. Windows color (decimal): -12189217 or 14614854. OLE color: 14614854.
HSL color Cylindrical-coordinate representation of color #4601DF: hue angle of 258.65º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4601DF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 1 | 223 | - |
| CMYK | 0.69 | 1.00 | 0 | 0.13 |
| HSL | 258.65º | 0.99% | 0.44% | - |
| HSV(B) | 258.65º | 1% | 0.87% | - |
| XYZ | 15.86 | 6.65 | 70.26 | - |
| YUV | 46.94 | 227.36 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 223 | 0.69 | 1.00 | 0 | 0.13 | 258.65 | 0.99 | 0.44 |
| Hex | 46 | 1 | DF | 45 | 64 | 0 | D | 103 | 63 | 2C |
| Octal | 106 | 1 | 337 | 105 | 144 | 0 | 15 | 403 | 143 | 54 |
| Binary | 1000110 | 1 | 11011111 | 1000101 | 1100100 | 0 | 1101 | 100000011 | 1100011 | 101100 |
Color Harmonies of #4601DF
Complementary color
Monochromatic Colors of #4601DF
Black with #4601DF
Text Example
Text Example
White with #4601DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601DF; }
p { color: rgb(70,1,223); }
H1.HeaderClassName
{
color: #4601DF;
}
.AnyTagClassName
{
color: #4601DF;
}
</style>
background-color css
<style>
a { background-color: #4601DF; }
a { background-color: rgb(70,1,223); }
div.DivClassName
{
background-color: #4601DF;
}
.BgClassName
{
background-color: #4601DF;
}
</style>
border-color css
<style>
span { border-color: #4601DF; }
span { border-color: rgb(70,1,223); }
td.TdClassName
{
border-color: #4601DF;
}
.TagClassName
{
border-color: #4601DF;
}
</style>