Shades of Han Purple #4121FE
Tints of Han Purple #4121FE
RGB
CMYK
RGB Variations
Color information
#4121FE (or 0x4121FE) is known color: Han Purple. HEX triplet: 41, 21 and FE. RGB value is (65,33,254). Sum of RGB (Red+Green+Blue) = 65+33+254=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #4121FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4121FE is #BEDE01. Grayscale: #424242. Windows color (decimal): -12508674 or 16654657. OLE color: 16654657.
HSL color Cylindrical-coordinate representation of color #4121FE: hue angle of 248.69º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4121FE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 33 | 254 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.00 |
| HSL | 248.69º | 0.99% | 0.56% | - |
| HSV(B) | 248.69º | 0.87% | 1% | - |
| XYZ | 20.61 | 9.37 | 94.49 | - |
| YUV | 67.76 | 233.1 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 254 | 0.74 | 0.87 | 0 | 0.00 | 248.69 | 0.99 | 0.56 |
| Hex | 41 | 21 | FE | 4A | 57 | 0 | 0 | F9 | 63 | 38 |
| Octal | 101 | 41 | 376 | 112 | 127 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000001 | 100001 | 11111110 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #4121FE
Complementary color
Monochromatic Colors of #4121FE
Black with #4121FE
Text Example
Text Example
White with #4121FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121FE; }
p { color: rgb(65,33,254); }
H1.HeaderClassName
{
color: #4121FE;
}
.AnyTagClassName
{
color: #4121FE;
}
</style>
background-color css
<style>
a { background-color: #4121FE; }
a { background-color: rgb(65,33,254); }
div.DivClassName
{
background-color: #4121FE;
}
.BgClassName
{
background-color: #4121FE;
}
</style>
border-color css
<style>
span { border-color: #4121FE; }
span { border-color: rgb(65,33,254); }
td.TdClassName
{
border-color: #4121FE;
}
.TagClassName
{
border-color: #4121FE;
}
</style>