Shades of Han Purple #4100DF
Tints of Han Purple #4100DF
RGB
CMYK
RGB Variations
Color information
#4100DF (or 0x4100DF) is known color: Han Purple. HEX triplet: 41, 00 and DF. RGB value is (65,0,223). Sum of RGB (Red+Green+Blue) = 65+0+223=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #4100DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100DF is #BEFF20. Grayscale: #2C2C2C. Windows color (decimal): -12517153 or 14614593. OLE color: 14614593.
HSL color Cylindrical-coordinate representation of color #4100DF: hue angle of 257.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100DF is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 0 | 223 | - |
| CMYK | 0.71 | 1 | 0 | 0.13 |
| HSL | 257.49º | 1% | 0.44% | - |
| HSV(B) | 257.49º | 1% | 0.87% | - |
| XYZ | 15.5 | 6.45 | 70.24 | - |
| YUV | 44.86 | 228.53 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 223 | 0.71 | 1 | 0 | 0.13 | 257.49 | 1 | 0.44 |
| Hex | 41 | 0 | DF | 47 | 64 | 0 | D | 101 | 64 | 2C |
| Octal | 101 | 0 | 337 | 107 | 144 | 0 | 15 | 401 | 144 | 54 |
| Binary | 1000001 | 0 | 11011111 | 1000111 | 1100100 | 0 | 1101 | 100000001 | 1100100 | 101100 |
Color Harmonies of #4100DF
Complementary color
Monochromatic Colors of #4100DF
Black with #4100DF
Text Example
Text Example
White with #4100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100DF; }
p { color: rgb(65,0,223); }
H1.HeaderClassName
{
color: #4100DF;
}
.AnyTagClassName
{
color: #4100DF;
}
</style>
background-color css
<style>
a { background-color: #4100DF; }
a { background-color: rgb(65,0,223); }
div.DivClassName
{
background-color: #4100DF;
}
.BgClassName
{
background-color: #4100DF;
}
</style>
border-color css
<style>
span { border-color: #4100DF; }
span { border-color: rgb(65,0,223); }
td.TdClassName
{
border-color: #4100DF;
}
.TagClassName
{
border-color: #4100DF;
}
</style>