Shades of Han Purple #4000DF
Tints of Han Purple #4000DF
RGB
CMYK
RGB Variations
Color information
#4000DF (or 0x4000DF) is known color: Han Purple. HEX triplet: 40, 00 and DF. RGB value is (64,0,223). Sum of RGB (Red+Green+Blue) = 64+0+223=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #4000DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000DF is #BFFF20. Grayscale: #2B2B2B. Windows color (decimal): -12582689 or 14614592. OLE color: 14614592.
HSL color Cylindrical-coordinate representation of color #4000DF: hue angle of 257.22º 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 #4000DF is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 0 | 223 | - |
| CMYK | 0.71 | 1 | 0 | 0.13 |
| HSL | 257.22º | 1% | 0.44% | - |
| HSV(B) | 257.22º | 1% | 0.87% | - |
| XYZ | 15.43 | 6.42 | 70.24 | - |
| YUV | 44.56 | 228.7 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 223 | 0.71 | 1 | 0 | 0.13 | 257.22 | 1 | 0.44 |
| Hex | 40 | 0 | DF | 47 | 64 | 0 | D | 101 | 64 | 2C |
| Octal | 100 | 0 | 337 | 107 | 144 | 0 | 15 | 401 | 144 | 54 |
| Binary | 1000000 | 0 | 11011111 | 1000111 | 1100100 | 0 | 1101 | 100000001 | 1100100 | 101100 |
Color Harmonies of #4000DF
Complementary color
Monochromatic Colors of #4000DF
Black with #4000DF
Text Example
Text Example
White with #4000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4000DF; }
p { color: rgb(64,0,223); }
H1.HeaderClassName
{
color: #4000DF;
}
.AnyTagClassName
{
color: #4000DF;
}
</style>
background-color css
<style>
a { background-color: #4000DF; }
a { background-color: rgb(64,0,223); }
div.DivClassName
{
background-color: #4000DF;
}
.BgClassName
{
background-color: #4000DF;
}
</style>
border-color css
<style>
span { border-color: #4000DF; }
span { border-color: rgb(64,0,223); }
td.TdClassName
{
border-color: #4000DF;
}
.TagClassName
{
border-color: #4000DF;
}
</style>