Shades of Han Purple #4023FC
Tints of Han Purple #4023FC
RGB
CMYK
RGB Variations
Color information
#4023FC (or 0x4023FC) is known color: Han Purple. HEX triplet: 40, 23 and FC. RGB value is (64,35,252). Sum of RGB (Red+Green+Blue) = 64+35+252=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #4023FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4023FC is #BFDC03. Grayscale: #434343. Windows color (decimal): -12573700 or 16524096. OLE color: 16524096.
HSL color Cylindrical-coordinate representation of color #4023FC: hue angle of 248.02º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4023FC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 35 | 252 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.01 |
| HSL | 248.02º | 0.97% | 0.56% | - |
| HSV(B) | 248.02º | 0.86% | 0.99% | - |
| XYZ | 20.29 | 9.32 | 92.83 | - |
| YUV | 68.41 | 231.61 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 252 | 0.75 | 0.86 | 0 | 0.01 | 248.02 | 0.97 | 0.56 |
| Hex | 40 | 23 | FC | 4B | 56 | 0 | 1 | F8 | 61 | 38 |
| Octal | 100 | 43 | 374 | 113 | 126 | 0 | 1 | 370 | 141 | 70 |
| Binary | 1000000 | 100011 | 11111100 | 1001011 | 1010110 | 0 | 1 | 11111000 | 1100001 | 111000 |
Color Harmonies of #4023FC
Complementary color
Monochromatic Colors of #4023FC
Black with #4023FC
Text Example
Text Example
White with #4023FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023FC; }
p { color: rgb(64,35,252); }
H1.HeaderClassName
{
color: #4023FC;
}
.AnyTagClassName
{
color: #4023FC;
}
</style>
background-color css
<style>
a { background-color: #4023FC; }
a { background-color: rgb(64,35,252); }
div.DivClassName
{
background-color: #4023FC;
}
.BgClassName
{
background-color: #4023FC;
}
</style>
border-color css
<style>
span { border-color: #4023FC; }
span { border-color: rgb(64,35,252); }
td.TdClassName
{
border-color: #4023FC;
}
.TagClassName
{
border-color: #4023FC;
}
</style>