Shades of Han Purple #411CEB
Tints of Han Purple #411CEB
RGB
CMYK
RGB Variations
Color information
#411CEB (or 0x411CEB) is known color: Han Purple. HEX triplet: 41, 1C and EB. RGB value is (65,28,235). Sum of RGB (Red+Green+Blue) = 65+28+235=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #411CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CEB is #BEE314. Grayscale: #3D3D3D. Windows color (decimal): -12509973 or 15408193. OLE color: 15408193.
HSL color Cylindrical-coordinate representation of color #411CEB: hue angle of 250.72º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411CEB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 28 | 235 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.08 |
| HSL | 250.72º | 0.84% | 0.52% | - |
| HSV(B) | 250.72º | 0.88% | 0.92% | - |
| XYZ | 17.59 | 7.95 | 79.21 | - |
| YUV | 62.66 | 225.26 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 235 | 0.72 | 0.88 | 0 | 0.08 | 250.72 | 0.84 | 0.52 |
| Hex | 41 | 1C | EB | 48 | 58 | 0 | 8 | FB | 54 | 34 |
| Octal | 101 | 34 | 353 | 110 | 130 | 0 | 10 | 373 | 124 | 64 |
| Binary | 1000001 | 11100 | 11101011 | 1001000 | 1011000 | 0 | 1000 | 11111011 | 1010100 | 110100 |
Color Harmonies of #411CEB
Complementary color
Monochromatic Colors of #411CEB
Black with #411CEB
Text Example
Text Example
White with #411CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CEB; }
p { color: rgb(65,28,235); }
H1.HeaderClassName
{
color: #411CEB;
}
.AnyTagClassName
{
color: #411CEB;
}
</style>
background-color css
<style>
a { background-color: #411CEB; }
a { background-color: rgb(65,28,235); }
div.DivClassName
{
background-color: #411CEB;
}
.BgClassName
{
background-color: #411CEB;
}
</style>
border-color css
<style>
span { border-color: #411CEB; }
span { border-color: rgb(65,28,235); }
td.TdClassName
{
border-color: #411CEB;
}
.TagClassName
{
border-color: #411CEB;
}
</style>