Shades of Han Purple #411BE7
Tints of Han Purple #411BE7
RGB
CMYK
RGB Variations
Color information
#411BE7 (or 0x411BE7) is known color: Han Purple. HEX triplet: 41, 1B and E7. RGB value is (65,27,231). Sum of RGB (Red+Green+Blue) = 65+27+231=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #411BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BE7 is #BEE418. Grayscale: #3C3C3C. Windows color (decimal): -12510233 or 15145793. OLE color: 15145793.
HSL color Cylindrical-coordinate representation of color #411BE7: hue angle of 251.18º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411BE7 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 27 | 231 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.09 |
| HSL | 251.18º | 0.81% | 0.51% | - |
| HSV(B) | 251.18º | 0.88% | 0.91% | - |
| XYZ | 17 | 7.68 | 76.19 | - |
| YUV | 61.62 | 223.59 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 231 | 0.72 | 0.88 | 0 | 0.09 | 251.18 | 0.81 | 0.51 |
| Hex | 41 | 1B | E7 | 48 | 58 | 0 | 9 | FB | 51 | 33 |
| Octal | 101 | 33 | 347 | 110 | 130 | 0 | 11 | 373 | 121 | 63 |
| Binary | 1000001 | 11011 | 11100111 | 1001000 | 1011000 | 0 | 1001 | 11111011 | 1010001 | 110011 |
Color Harmonies of #411BE7
Complementary color
Monochromatic Colors of #411BE7
Black with #411BE7
Text Example
Text Example
White with #411BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BE7; }
p { color: rgb(65,27,231); }
H1.HeaderClassName
{
color: #411BE7;
}
.AnyTagClassName
{
color: #411BE7;
}
</style>
background-color css
<style>
a { background-color: #411BE7; }
a { background-color: rgb(65,27,231); }
div.DivClassName
{
background-color: #411BE7;
}
.BgClassName
{
background-color: #411BE7;
}
</style>
border-color css
<style>
span { border-color: #411BE7; }
span { border-color: rgb(65,27,231); }
td.TdClassName
{
border-color: #411BE7;
}
.TagClassName
{
border-color: #411BE7;
}
</style>