Shades of Han Purple #4121FF
Tints of Han Purple #4121FF
RGB
CMYK
RGB Variations
Color information
#4121FF (or 0x4121FF) is known color: Han Purple. HEX triplet: 41, 21 and FF. RGB value is (65,33,255). Sum of RGB (Red+Green+Blue) = 65+33+255=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #4121FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4121FF is #BEDE00. Grayscale: #434343. Windows color (decimal): -12508673 or 16720193. OLE color: 16720193.
HSL color Cylindrical-coordinate representation of color #4121FF: hue angle of 248.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4121FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 33 | 255 | - |
| CMYK | 0.75 | 0.87 | 0 | 0 |
| HSL | 248.65º | 1% | 0.56% | - |
| HSV(B) | 248.65º | 0.87% | 1% | - |
| XYZ | 20.77 | 9.43 | 95.33 | - |
| YUV | 67.88 | 233.6 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 255 | 0.75 | 0.87 | 0 | 0 | 248.65 | 1 | 0.56 |
| Hex | 41 | 21 | FF | 4B | 57 | 0 | 0 | F9 | 64 | 38 |
| Octal | 101 | 41 | 377 | 113 | 127 | 0 | 0 | 371 | 144 | 70 |
| Binary | 1000001 | 100001 | 11111111 | 1001011 | 1010111 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #4121FF
Complementary color
Monochromatic Colors of #4121FF
Black with #4121FF
Text Example
Text Example
White with #4121FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121FF; }
p { color: rgb(65,33,255); }
H1.HeaderClassName
{
color: #4121FF;
}
.AnyTagClassName
{
color: #4121FF;
}
</style>
background-color css
<style>
a { background-color: #4121FF; }
a { background-color: rgb(65,33,255); }
div.DivClassName
{
background-color: #4121FF;
}
.BgClassName
{
background-color: #4121FF;
}
</style>
border-color css
<style>
span { border-color: #4121FF; }
span { border-color: rgb(65,33,255); }
td.TdClassName
{
border-color: #4121FF;
}
.TagClassName
{
border-color: #4121FF;
}
</style>