Shades of Han Purple #4001CF
Tints of Han Purple #4001CF
RGB
CMYK
RGB Variations
Color information
#4001CF (or 0x4001CF) is known color: Han Purple. HEX triplet: 40, 01 and CF. RGB value is (64,1,207). Sum of RGB (Red+Green+Blue) = 64+1+207=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #4001CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4001CF is #BFFE30. Grayscale: #2A2A2A. Windows color (decimal): -12582449 or 13566272. OLE color: 13566272.
HSL color Cylindrical-coordinate representation of color #4001CF: hue angle of 258.35º 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 #4001CF is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 1 | 207 | - |
| CMYK | 0.69 | 1.00 | 0 | 0.19 |
| HSL | 258.35º | 0.99% | 0.41% | - |
| HSV(B) | 258.35º | 1% | 0.81% | - |
| XYZ | 13.39 | 5.62 | 59.41 | - |
| YUV | 43.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 207 | 0.69 | 1.00 | 0 | 0.19 | 258.35 | 0.99 | 0.41 |
| Hex | 40 | 1 | CF | 45 | 64 | 0 | 13 | 102 | 63 | 29 |
| Octal | 100 | 1 | 317 | 105 | 144 | 0 | 23 | 402 | 143 | 51 |
| Binary | 1000000 | 1 | 11001111 | 1000101 | 1100100 | 0 | 10011 | 100000010 | 1100011 | 101001 |
Color Harmonies of #4001CF
Complementary color
Monochromatic Colors of #4001CF
Black with #4001CF
Text Example
Text Example
White with #4001CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001CF; }
p { color: rgb(64,1,207); }
H1.HeaderClassName
{
color: #4001CF;
}
.AnyTagClassName
{
color: #4001CF;
}
</style>
background-color css
<style>
a { background-color: #4001CF; }
a { background-color: rgb(64,1,207); }
div.DivClassName
{
background-color: #4001CF;
}
.BgClassName
{
background-color: #4001CF;
}
</style>
border-color css
<style>
span { border-color: #4001CF; }
span { border-color: rgb(64,1,207); }
td.TdClassName
{
border-color: #4001CF;
}
.TagClassName
{
border-color: #4001CF;
}
</style>