Shades of Han Purple #402BFC
Tints of Han Purple #402BFC
RGB
CMYK
RGB Variations
Color information
#402BFC (or 0x402BFC) is known color: Han Purple. HEX triplet: 40, 2B and FC. RGB value is (64,43,252). Sum of RGB (Red+Green+Blue) = 64+43+252=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #402BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402BFC is #BFD403. Grayscale: #484848. Windows color (decimal): -12571652 or 16526144. OLE color: 16526144.
HSL color Cylindrical-coordinate representation of color #402BFC: hue angle of 246.03º degrees, saturation: 0.97, 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 #402BFC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 43 | 252 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 246.03º | 0.97% | 0.58% | - |
| HSV(B) | 246.03º | 0.83% | 0.99% | - |
| XYZ | 20.55 | 9.85 | 92.91 | - |
| YUV | 73.11 | 228.96 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 252 | 0.75 | 0.83 | 0 | 0.01 | 246.03 | 0.97 | 0.58 |
| Hex | 40 | 2B | FC | 4B | 53 | 0 | 1 | F6 | 61 | 3A |
| Octal | 100 | 53 | 374 | 113 | 123 | 0 | 1 | 366 | 141 | 72 |
| Binary | 1000000 | 101011 | 11111100 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100001 | 111010 |
Color Harmonies of #402BFC
Complementary color
Monochromatic Colors of #402BFC
Black with #402BFC
Text Example
Text Example
White with #402BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BFC; }
p { color: rgb(64,43,252); }
H1.HeaderClassName
{
color: #402BFC;
}
.AnyTagClassName
{
color: #402BFC;
}
</style>
background-color css
<style>
a { background-color: #402BFC; }
a { background-color: rgb(64,43,252); }
div.DivClassName
{
background-color: #402BFC;
}
.BgClassName
{
background-color: #402BFC;
}
</style>
border-color css
<style>
span { border-color: #402BFC; }
span { border-color: rgb(64,43,252); }
td.TdClassName
{
border-color: #402BFC;
}
.TagClassName
{
border-color: #402BFC;
}
</style>