Shades of Han Purple #401FD2
Tints of Han Purple #401FD2
RGB
CMYK
RGB Variations
Color information
#401FD2 (or 0x401FD2) is known color: Han Purple. HEX triplet: 40, 1F and D2. RGB value is (64,31,210). Sum of RGB (Red+Green+Blue) = 64+31+210=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #401FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FD2 is #BFE02D. Grayscale: #3C3C3C. Windows color (decimal): -12574766 or 13770560. OLE color: 13770560.
HSL color Cylindrical-coordinate representation of color #401FD2: hue angle of 251.06º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FD2 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 31 | 210 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.18 |
| HSL | 251.06º | 0.74% | 0.47% | - |
| HSV(B) | 251.06º | 0.85% | 0.82% | - |
| XYZ | 14.24 | 6.72 | 61.52 | - |
| YUV | 61.27 | 211.93 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 210 | 0.70 | 0.85 | 0 | 0.18 | 251.06 | 0.74 | 0.47 |
| Hex | 40 | 1F | D2 | 46 | 55 | 0 | 12 | FB | 4A | 2F |
| Octal | 100 | 37 | 322 | 106 | 125 | 0 | 22 | 373 | 112 | 57 |
| Binary | 1000000 | 11111 | 11010010 | 1000110 | 1010101 | 0 | 10010 | 11111011 | 1001010 | 101111 |
Color Harmonies of #401FD2
Complementary color
Monochromatic Colors of #401FD2
Black with #401FD2
Text Example
Text Example
White with #401FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FD2; }
p { color: rgb(64,31,210); }
H1.HeaderClassName
{
color: #401FD2;
}
.AnyTagClassName
{
color: #401FD2;
}
</style>
background-color css
<style>
a { background-color: #401FD2; }
a { background-color: rgb(64,31,210); }
div.DivClassName
{
background-color: #401FD2;
}
.BgClassName
{
background-color: #401FD2;
}
</style>
border-color css
<style>
span { border-color: #401FD2; }
span { border-color: rgb(64,31,210); }
td.TdClassName
{
border-color: #401FD2;
}
.TagClassName
{
border-color: #401FD2;
}
</style>