Shades of Han Purple #4101CF
Tints of Han Purple #4101CF
RGB
CMYK
RGB Variations
Color information
#4101CF (or 0x4101CF) is known color: Han Purple. HEX triplet: 41, 01 and CF. RGB value is (65,1,207). Sum of RGB (Red+Green+Blue) = 65+1+207=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #4101CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4101CF is #BEFE30. Grayscale: #2A2A2A. Windows color (decimal): -12516913 or 13566273. OLE color: 13566273.
HSL color Cylindrical-coordinate representation of color #4101CF: hue angle of 258.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101CF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 1 | 207 | - |
| CMYK | 0.69 | 1.00 | 0 | 0.19 |
| HSL | 258.64º | 0.99% | 0.41% | - |
| HSV(B) | 258.64º | 1% | 0.81% | - |
| XYZ | 13.45 | 5.65 | 59.41 | - |
| YUV | 43.62 | 220.2 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 207 | 0.69 | 1.00 | 0 | 0.19 | 258.64 | 0.99 | 0.41 |
| Hex | 41 | 1 | CF | 45 | 64 | 0 | 13 | 103 | 63 | 29 |
| Octal | 101 | 1 | 317 | 105 | 144 | 0 | 23 | 403 | 143 | 51 |
| Binary | 1000001 | 1 | 11001111 | 1000101 | 1100100 | 0 | 10011 | 100000011 | 1100011 | 101001 |
Color Harmonies of #4101CF
Complementary color
Monochromatic Colors of #4101CF
Black with #4101CF
Text Example
Text Example
White with #4101CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101CF; }
p { color: rgb(65,1,207); }
H1.HeaderClassName
{
color: #4101CF;
}
.AnyTagClassName
{
color: #4101CF;
}
</style>
background-color css
<style>
a { background-color: #4101CF; }
a { background-color: rgb(65,1,207); }
div.DivClassName
{
background-color: #4101CF;
}
.BgClassName
{
background-color: #4101CF;
}
</style>
border-color css
<style>
span { border-color: #4101CF; }
span { border-color: rgb(65,1,207); }
td.TdClassName
{
border-color: #4101CF;
}
.TagClassName
{
border-color: #4101CF;
}
</style>