Shades of Han Purple #4124FA
Tints of Han Purple #4124FA
RGB
CMYK
RGB Variations
Color information
#4124FA (or 0x4124FA) is known color: Han Purple. HEX triplet: 41, 24 and FA. RGB value is (65,36,250). Sum of RGB (Red+Green+Blue) = 65+36+250=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #4124FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124FA is #BEDB05. Grayscale: #444444. Windows color (decimal): -12507910 or 16393281. OLE color: 16393281.
HSL color Cylindrical-coordinate representation of color #4124FA: hue angle of 248.13º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4124FA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 36 | 250 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.02 |
| HSL | 248.13º | 0.96% | 0.56% | - |
| HSV(B) | 248.13º | 0.86% | 0.98% | - |
| XYZ | 20.07 | 9.29 | 91.18 | - |
| YUV | 69.07 | 230.11 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 250 | 0.74 | 0.86 | 0 | 0.02 | 248.13 | 0.96 | 0.56 |
| Hex | 41 | 24 | FA | 4A | 56 | 0 | 2 | F8 | 60 | 38 |
| Octal | 101 | 44 | 372 | 112 | 126 | 0 | 2 | 370 | 140 | 70 |
| Binary | 1000001 | 100100 | 11111010 | 1001010 | 1010110 | 0 | 10 | 11111000 | 1100000 | 111000 |
Color Harmonies of #4124FA
Complementary color
Monochromatic Colors of #4124FA
Black with #4124FA
Text Example
Text Example
White with #4124FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4124FA; }
p { color: rgb(65,36,250); }
H1.HeaderClassName
{
color: #4124FA;
}
.AnyTagClassName
{
color: #4124FA;
}
</style>
background-color css
<style>
a { background-color: #4124FA; }
a { background-color: rgb(65,36,250); }
div.DivClassName
{
background-color: #4124FA;
}
.BgClassName
{
background-color: #4124FA;
}
</style>
border-color css
<style>
span { border-color: #4124FA; }
span { border-color: rgb(65,36,250); }
td.TdClassName
{
border-color: #4124FA;
}
.TagClassName
{
border-color: #4124FA;
}
</style>