Shades of Han Purple #402CFC
Tints of Han Purple #402CFC
RGB
CMYK
RGB Variations
Color information
#402CFC (or 0x402CFC) is known color: Han Purple. HEX triplet: 40, 2C and FC. RGB value is (64,44,252). Sum of RGB (Red+Green+Blue) = 64+44+252=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #402CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CFC is #BFD303. Grayscale: #484848. Windows color (decimal): -12571396 or 16526400. OLE color: 16526400.
HSL color Cylindrical-coordinate representation of color #402CFC: hue angle of 245.77º 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 #402CFC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 44 | 252 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 245.77º | 0.97% | 0.58% | - |
| HSV(B) | 245.77º | 0.83% | 0.99% | - |
| XYZ | 20.59 | 9.92 | 92.93 | - |
| YUV | 73.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 252 | 0.75 | 0.83 | 0 | 0.01 | 245.77 | 0.97 | 0.58 |
| Hex | 40 | 2C | FC | 4B | 53 | 0 | 1 | F6 | 61 | 3A |
| Octal | 100 | 54 | 374 | 113 | 123 | 0 | 1 | 366 | 141 | 72 |
| Binary | 1000000 | 101100 | 11111100 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100001 | 111010 |
Color Harmonies of #402CFC
Complementary color
Monochromatic Colors of #402CFC
Black with #402CFC
Text Example
Text Example
White with #402CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CFC; }
p { color: rgb(64,44,252); }
H1.HeaderClassName
{
color: #402CFC;
}
.AnyTagClassName
{
color: #402CFC;
}
</style>
background-color css
<style>
a { background-color: #402CFC; }
a { background-color: rgb(64,44,252); }
div.DivClassName
{
background-color: #402CFC;
}
.BgClassName
{
background-color: #402CFC;
}
</style>
border-color css
<style>
span { border-color: #402CFC; }
span { border-color: rgb(64,44,252); }
td.TdClassName
{
border-color: #402CFC;
}
.TagClassName
{
border-color: #402CFC;
}
</style>