Shades of Han Purple #4122FF
Tints of Han Purple #4122FF
RGB
CMYK
RGB Variations
Color information
#4122FF (or 0x4122FF) is known color: Han Purple. HEX triplet: 41, 22 and FF. RGB value is (65,34,255). Sum of RGB (Red+Green+Blue) = 65+34+255=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #4122FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4122FF is #BEDD00. Grayscale: #434343. Windows color (decimal): -12508417 or 16720449. OLE color: 16720449.
HSL color Cylindrical-coordinate representation of color #4122FF: hue angle of 248.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4122FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 34 | 255 | - |
| CMYK | 0.75 | 0.87 | 0 | 0 |
| HSL | 248.42º | 1% | 0.57% | - |
| HSV(B) | 248.42º | 0.87% | 1% | - |
| XYZ | 20.8 | 9.49 | 95.34 | - |
| YUV | 68.46 | 233.27 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 255 | 0.75 | 0.87 | 0 | 0 | 248.42 | 1 | 0.57 |
| Hex | 41 | 22 | FF | 4B | 57 | 0 | 0 | F8 | 64 | 39 |
| Octal | 101 | 42 | 377 | 113 | 127 | 0 | 0 | 370 | 144 | 71 |
| Binary | 1000001 | 100010 | 11111111 | 1001011 | 1010111 | 0 | 0 | 11111000 | 1100100 | 111001 |
Color Harmonies of #4122FF
Complementary color
Monochromatic Colors of #4122FF
Black with #4122FF
Text Example
Text Example
White with #4122FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122FF; }
p { color: rgb(65,34,255); }
H1.HeaderClassName
{
color: #4122FF;
}
.AnyTagClassName
{
color: #4122FF;
}
</style>
background-color css
<style>
a { background-color: #4122FF; }
a { background-color: rgb(65,34,255); }
div.DivClassName
{
background-color: #4122FF;
}
.BgClassName
{
background-color: #4122FF;
}
</style>
border-color css
<style>
span { border-color: #4122FF; }
span { border-color: rgb(65,34,255); }
td.TdClassName
{
border-color: #4122FF;
}
.TagClassName
{
border-color: #4122FF;
}
</style>