Shades of Han Purple #400DF3
Tints of Han Purple #400DF3
RGB
CMYK
RGB Variations
Color information
#400DF3 (or 0x400DF3) is known color: Han Purple. HEX triplet: 40, 0D and F3. RGB value is (64,13,243). Sum of RGB (Red+Green+Blue) = 64+13+243=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #400DF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DF3 is #BFF20C. Grayscale: #353535. Windows color (decimal): -12579341 or 15928640. OLE color: 15928640.
HSL color Cylindrical-coordinate representation of color #400DF3: hue angle of 253.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DF3 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 13 | 243 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.05 |
| HSL | 253.3º | 0.91% | 0.5% | - |
| HSV(B) | 253.3º | 0.95% | 0.95% | - |
| XYZ | 18.44 | 7.85 | 85.34 | - |
| YUV | 54.47 | 234.4 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 243 | 0.74 | 0.95 | 0 | 0.05 | 253.3 | 0.91 | 0.5 |
| Hex | 40 | D | F3 | 4A | 5F | 0 | 5 | FD | 5B | 32 |
| Octal | 100 | 15 | 363 | 112 | 137 | 0 | 5 | 375 | 133 | 62 |
| Binary | 1000000 | 1101 | 11110011 | 1001010 | 1011111 | 0 | 101 | 11111101 | 1011011 | 110010 |
Color Harmonies of #400DF3
Complementary color
Monochromatic Colors of #400DF3
Black with #400DF3
Text Example
Text Example
White with #400DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DF3; }
p { color: rgb(64,13,243); }
H1.HeaderClassName
{
color: #400DF3;
}
.AnyTagClassName
{
color: #400DF3;
}
</style>
background-color css
<style>
a { background-color: #400DF3; }
a { background-color: rgb(64,13,243); }
div.DivClassName
{
background-color: #400DF3;
}
.BgClassName
{
background-color: #400DF3;
}
</style>
border-color css
<style>
span { border-color: #400DF3; }
span { border-color: rgb(64,13,243); }
td.TdClassName
{
border-color: #400DF3;
}
.TagClassName
{
border-color: #400DF3;
}
</style>