Shades of Han Purple #4015F9
Tints of Han Purple #4015F9
RGB
CMYK
RGB Variations
Color information
#4015F9 (or 0x4015F9) is known color: Han Purple. HEX triplet: 40, 15 and F9. RGB value is (64,21,249). Sum of RGB (Red+Green+Blue) = 64+21+249=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #4015F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4015F9 is #BFEA06. Grayscale: #3A3A3A. Windows color (decimal): -12577287 or 16323904. OLE color: 16323904.
HSL color Cylindrical-coordinate representation of color #4015F9: hue angle of 251.32º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4015F9 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 21 | 249 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 251.32º | 0.95% | 0.53% | - |
| HSV(B) | 251.32º | 0.92% | 0.98% | - |
| XYZ | 19.48 | 8.47 | 90.23 | - |
| YUV | 59.85 | 234.75 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 249 | 0.74 | 0.92 | 0 | 0.02 | 251.32 | 0.95 | 0.53 |
| Hex | 40 | 15 | F9 | 4A | 5C | 0 | 2 | FB | 5F | 35 |
| Octal | 100 | 25 | 371 | 112 | 134 | 0 | 2 | 373 | 137 | 65 |
| Binary | 1000000 | 10101 | 11111001 | 1001010 | 1011100 | 0 | 10 | 11111011 | 1011111 | 110101 |
Color Harmonies of #4015F9
Complementary color
Monochromatic Colors of #4015F9
Black with #4015F9
Text Example
Text Example
White with #4015F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015F9; }
p { color: rgb(64,21,249); }
H1.HeaderClassName
{
color: #4015F9;
}
.AnyTagClassName
{
color: #4015F9;
}
</style>
background-color css
<style>
a { background-color: #4015F9; }
a { background-color: rgb(64,21,249); }
div.DivClassName
{
background-color: #4015F9;
}
.BgClassName
{
background-color: #4015F9;
}
</style>
border-color css
<style>
span { border-color: #4015F9; }
span { border-color: rgb(64,21,249); }
td.TdClassName
{
border-color: #4015F9;
}
.TagClassName
{
border-color: #4015F9;
}
</style>