Shades of Han Purple #400FCD
Tints of Han Purple #400FCD
RGB
CMYK
RGB Variations
Color information
#400FCD (or 0x400FCD) is known color: Han Purple. HEX triplet: 40, 0F and CD. RGB value is (64,15,205). Sum of RGB (Red+Green+Blue) = 64+15+205=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #400FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FCD is #BFF032. Grayscale: #323232. Windows color (decimal): -12578867 or 13438784. OLE color: 13438784.
HSL color Cylindrical-coordinate representation of color #400FCD: hue angle of 255.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FCD is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 15 | 205 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.20 |
| HSL | 255.47º | 0.86% | 0.43% | - |
| HSV(B) | 255.47º | 0.93% | 0.8% | - |
| XYZ | 13.3 | 5.84 | 58.18 | - |
| YUV | 51.31 | 214.73 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 205 | 0.69 | 0.93 | 0 | 0.20 | 255.47 | 0.86 | 0.43 |
| Hex | 40 | F | CD | 45 | 5D | 0 | 14 | FF | 56 | 2B |
| Octal | 100 | 17 | 315 | 105 | 135 | 0 | 24 | 377 | 126 | 53 |
| Binary | 1000000 | 1111 | 11001101 | 1000101 | 1011101 | 0 | 10100 | 11111111 | 1010110 | 101011 |
Color Harmonies of #400FCD
Complementary color
Monochromatic Colors of #400FCD
Black with #400FCD
Text Example
Text Example
White with #400FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FCD; }
p { color: rgb(64,15,205); }
H1.HeaderClassName
{
color: #400FCD;
}
.AnyTagClassName
{
color: #400FCD;
}
</style>
background-color css
<style>
a { background-color: #400FCD; }
a { background-color: rgb(64,15,205); }
div.DivClassName
{
background-color: #400FCD;
}
.BgClassName
{
background-color: #400FCD;
}
</style>
border-color css
<style>
span { border-color: #400FCD; }
span { border-color: rgb(64,15,205); }
td.TdClassName
{
border-color: #400FCD;
}
.TagClassName
{
border-color: #400FCD;
}
</style>