Shades of Han Purple #400ACF
Tints of Han Purple #400ACF
RGB
CMYK
RGB Variations
Color information
#400ACF (or 0x400ACF) is known color: Han Purple. HEX triplet: 40, 0A and CF. RGB value is (64,10,207). Sum of RGB (Red+Green+Blue) = 64+10+207=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #400ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ACF is #BFF530. Grayscale: #2F2F2F. Windows color (decimal): -12580145 or 13568576. OLE color: 13568576.
HSL color Cylindrical-coordinate representation of color #400ACF: hue angle of 256.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400ACF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 10 | 207 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.19 |
| HSL | 256.45º | 0.91% | 0.43% | - |
| HSV(B) | 256.45º | 0.95% | 0.81% | - |
| XYZ | 13.49 | 5.81 | 59.44 | - |
| YUV | 48.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 207 | 0.69 | 0.95 | 0 | 0.19 | 256.45 | 0.91 | 0.43 |
| Hex | 40 | A | CF | 45 | 5F | 0 | 13 | 100 | 5B | 2B |
| Octal | 100 | 12 | 317 | 105 | 137 | 0 | 23 | 400 | 133 | 53 |
| Binary | 1000000 | 1010 | 11001111 | 1000101 | 1011111 | 0 | 10011 | 100000000 | 1011011 | 101011 |
Color Harmonies of #400ACF
Complementary color
Monochromatic Colors of #400ACF
Black with #400ACF
Text Example
Text Example
White with #400ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ACF; }
p { color: rgb(64,10,207); }
H1.HeaderClassName
{
color: #400ACF;
}
.AnyTagClassName
{
color: #400ACF;
}
</style>
background-color css
<style>
a { background-color: #400ACF; }
a { background-color: rgb(64,10,207); }
div.DivClassName
{
background-color: #400ACF;
}
.BgClassName
{
background-color: #400ACF;
}
</style>
border-color css
<style>
span { border-color: #400ACF; }
span { border-color: rgb(64,10,207); }
td.TdClassName
{
border-color: #400ACF;
}
.TagClassName
{
border-color: #400ACF;
}
</style>