Shades of Han Purple #402BFD
Tints of Han Purple #402BFD
RGB
CMYK
RGB Variations
Color information
#402BFD (or 0x402BFD) is known color: Han Purple. HEX triplet: 40, 2B and FD. RGB value is (64,43,253). Sum of RGB (Red+Green+Blue) = 64+43+253=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #402BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BFD is #BFD402. Grayscale: #484848. Windows color (decimal): -12571651 or 16591680. OLE color: 16591680.
HSL color Cylindrical-coordinate representation of color #402BFD: hue angle of 246º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #402BFD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 43 | 253 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 246º | 0.98% | 0.58% | - |
| HSV(B) | 246º | 0.83% | 0.99% | - |
| XYZ | 20.71 | 9.91 | 93.75 | - |
| YUV | 73.22 | 229.46 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 253 | 0.75 | 0.83 | 0 | 0.01 | 246 | 0.98 | 0.58 |
| Hex | 40 | 2B | FD | 4B | 53 | 0 | 1 | F6 | 62 | 3A |
| Octal | 100 | 53 | 375 | 113 | 123 | 0 | 1 | 366 | 142 | 72 |
| Binary | 1000000 | 101011 | 11111101 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100010 | 111010 |
Color Harmonies of #402BFD
Complementary color
Monochromatic Colors of #402BFD
Black with #402BFD
Text Example
Text Example
White with #402BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BFD; }
p { color: rgb(64,43,253); }
H1.HeaderClassName
{
color: #402BFD;
}
.AnyTagClassName
{
color: #402BFD;
}
</style>
background-color css
<style>
a { background-color: #402BFD; }
a { background-color: rgb(64,43,253); }
div.DivClassName
{
background-color: #402BFD;
}
.BgClassName
{
background-color: #402BFD;
}
</style>
border-color css
<style>
span { border-color: #402BFD; }
span { border-color: rgb(64,43,253); }
td.TdClassName
{
border-color: #402BFD;
}
.TagClassName
{
border-color: #402BFD;
}
</style>