Shades of Han Purple #4127FF
Tints of Han Purple #4127FF
RGB
CMYK
RGB Variations
Color information
#4127FF (or 0x4127FF) is known color: Han Purple. HEX triplet: 41, 27 and FF. RGB value is (65,39,255). Sum of RGB (Red+Green+Blue) = 65+39+255=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #4127FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4127FF is #BED800. Grayscale: #464646. Windows color (decimal): -12507137 or 16721729. OLE color: 16721729.
HSL color Cylindrical-coordinate representation of color #4127FF: hue angle of 247.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4127FF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 39 | 255 | - |
| CMYK | 0.75 | 0.85 | 0 | 0 |
| HSL | 247.22º | 1% | 0.58% | - |
| HSV(B) | 247.22º | 0.85% | 1% | - |
| XYZ | 20.96 | 9.79 | 95.39 | - |
| YUV | 71.4 | 231.61 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 255 | 0.75 | 0.85 | 0 | 0 | 247.22 | 1 | 0.58 |
| Hex | 41 | 27 | FF | 4B | 55 | 0 | 0 | F7 | 64 | 3A |
| Octal | 101 | 47 | 377 | 113 | 125 | 0 | 0 | 367 | 144 | 72 |
| Binary | 1000001 | 100111 | 11111111 | 1001011 | 1010101 | 0 | 0 | 11110111 | 1100100 | 111010 |
Color Harmonies of #4127FF
Complementary color
Monochromatic Colors of #4127FF
Black with #4127FF
Text Example
Text Example
White with #4127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4127FF; }
p { color: rgb(65,39,255); }
H1.HeaderClassName
{
color: #4127FF;
}
.AnyTagClassName
{
color: #4127FF;
}
</style>
background-color css
<style>
a { background-color: #4127FF; }
a { background-color: rgb(65,39,255); }
div.DivClassName
{
background-color: #4127FF;
}
.BgClassName
{
background-color: #4127FF;
}
</style>
border-color css
<style>
span { border-color: #4127FF; }
span { border-color: rgb(65,39,255); }
td.TdClassName
{
border-color: #4127FF;
}
.TagClassName
{
border-color: #4127FF;
}
</style>