Shades of Han Purple #4008F2
Tints of Han Purple #4008F2
RGB
CMYK
RGB Variations
Color information
#4008F2 (or 0x4008F2) is known color: Han Purple. HEX triplet: 40, 08 and F2. RGB value is (64,8,242). Sum of RGB (Red+Green+Blue) = 64+8+242=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 242 (94.92% from 255 or 77.07% from 314); Max value from RGB is 242 - color contains mainly: blue. Hex color #4008F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4008F2 is #BFF70D. Grayscale: #323232. Windows color (decimal): -12580622 or 15861824. OLE color: 15861824.
HSL color Cylindrical-coordinate representation of color #4008F2: hue angle of 254.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4008F2 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 8 | 242 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.05 |
| HSL | 254.36º | 0.94% | 0.49% | - |
| HSV(B) | 254.36º | 0.97% | 0.95% | - |
| XYZ | 18.23 | 7.67 | 84.52 | - |
| YUV | 51.42 | 235.55 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 242 | 0.74 | 0.97 | 0 | 0.05 | 254.36 | 0.94 | 0.49 |
| Hex | 40 | 8 | F2 | 4A | 61 | 0 | 5 | FE | 5E | 31 |
| Octal | 100 | 10 | 362 | 112 | 141 | 0 | 5 | 376 | 136 | 61 |
| Binary | 1000000 | 1000 | 11110010 | 1001010 | 1100001 | 0 | 101 | 11111110 | 1011110 | 110001 |
Color Harmonies of #4008F2
Complementary color
Monochromatic Colors of #4008F2
Black with #4008F2
Text Example
Text Example
White with #4008F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4008F2; }
p { color: rgb(64,8,242); }
H1.HeaderClassName
{
color: #4008F2;
}
.AnyTagClassName
{
color: #4008F2;
}
</style>
background-color css
<style>
a { background-color: #4008F2; }
a { background-color: rgb(64,8,242); }
div.DivClassName
{
background-color: #4008F2;
}
.BgClassName
{
background-color: #4008F2;
}
</style>
border-color css
<style>
span { border-color: #4008F2; }
span { border-color: rgb(64,8,242); }
td.TdClassName
{
border-color: #4008F2;
}
.TagClassName
{
border-color: #4008F2;
}
</style>