Shades of Han Purple #400CCF
Tints of Han Purple #400CCF
RGB
CMYK
RGB Variations
Color information
#400CCF (or 0x400CCF) is known color: Han Purple. HEX triplet: 40, 0C and CF. RGB value is (64,12,207). Sum of RGB (Red+Green+Blue) = 64+12+207=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #400CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CCF is #BFF330. Grayscale: #313131. Windows color (decimal): -12579633 or 13569088. OLE color: 13569088.
HSL color Cylindrical-coordinate representation of color #400CCF: hue angle of 256º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CCF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 12 | 207 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.19 |
| HSL | 256º | 0.89% | 0.43% | - |
| HSV(B) | 256º | 0.94% | 0.81% | - |
| XYZ | 13.51 | 5.86 | 59.45 | - |
| YUV | 49.78 | 216.73 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 207 | 0.69 | 0.94 | 0 | 0.19 | 256 | 0.89 | 0.43 |
| Hex | 40 | C | CF | 45 | 5E | 0 | 13 | 100 | 59 | 2B |
| Octal | 100 | 14 | 317 | 105 | 136 | 0 | 23 | 400 | 131 | 53 |
| Binary | 1000000 | 1100 | 11001111 | 1000101 | 1011110 | 0 | 10011 | 100000000 | 1011001 | 101011 |
Color Harmonies of #400CCF
Complementary color
Monochromatic Colors of #400CCF
Black with #400CCF
Text Example
Text Example
White with #400CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CCF; }
p { color: rgb(64,12,207); }
H1.HeaderClassName
{
color: #400CCF;
}
.AnyTagClassName
{
color: #400CCF;
}
</style>
background-color css
<style>
a { background-color: #400CCF; }
a { background-color: rgb(64,12,207); }
div.DivClassName
{
background-color: #400CCF;
}
.BgClassName
{
background-color: #400CCF;
}
</style>
border-color css
<style>
span { border-color: #400CCF; }
span { border-color: rgb(64,12,207); }
td.TdClassName
{
border-color: #400CCF;
}
.TagClassName
{
border-color: #400CCF;
}
</style>