Shades of Han Purple #402DFB
Tints of Han Purple #402DFB
RGB
CMYK
RGB Variations
Color information
#402DFB (or 0x402DFB) is known color: Han Purple. HEX triplet: 40, 2D and FB. RGB value is (64,45,251). Sum of RGB (Red+Green+Blue) = 64+45+251=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #402DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DFB is #BFD204. Grayscale: #494949. Windows color (decimal): -12571141 or 16461120. OLE color: 16461120.
HSL color Cylindrical-coordinate representation of color #402DFB: hue angle of 245.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402DFB is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 45 | 251 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.02 |
| HSL | 245.53º | 0.96% | 0.58% | - |
| HSV(B) | 245.53º | 0.82% | 0.98% | - |
| XYZ | 20.47 | 9.93 | 92.11 | - |
| YUV | 74.17 | 227.79 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 251 | 0.75 | 0.82 | 0 | 0.02 | 245.53 | 0.96 | 0.58 |
| Hex | 40 | 2D | FB | 4B | 52 | 0 | 2 | F6 | 60 | 3A |
| Octal | 100 | 55 | 373 | 113 | 122 | 0 | 2 | 366 | 140 | 72 |
| Binary | 1000000 | 101101 | 11111011 | 1001011 | 1010010 | 0 | 10 | 11110110 | 1100000 | 111010 |
Color Harmonies of #402DFB
Complementary color
Monochromatic Colors of #402DFB
Black with #402DFB
Text Example
Text Example
White with #402DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DFB; }
p { color: rgb(64,45,251); }
H1.HeaderClassName
{
color: #402DFB;
}
.AnyTagClassName
{
color: #402DFB;
}
</style>
background-color css
<style>
a { background-color: #402DFB; }
a { background-color: rgb(64,45,251); }
div.DivClassName
{
background-color: #402DFB;
}
.BgClassName
{
background-color: #402DFB;
}
</style>
border-color css
<style>
span { border-color: #402DFB; }
span { border-color: rgb(64,45,251); }
td.TdClassName
{
border-color: #402DFB;
}
.TagClassName
{
border-color: #402DFB;
}
</style>