Shades of Han Purple #410BE3
Tints of Han Purple #410BE3
RGB
CMYK
RGB Variations
Color information
#410BE3 (or 0x410BE3) is known color: Han Purple. HEX triplet: 41, 0B and E3. RGB value is (65,11,227). Sum of RGB (Red+Green+Blue) = 65+11+227=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #410BE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BE3 is #BEF41C. Grayscale: #323232. Windows color (decimal): -12514333 or 14879553. OLE color: 14879553.
HSL color Cylindrical-coordinate representation of color #410BE3: hue angle of 255º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410BE3 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 11 | 227 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.11 |
| HSL | 255º | 0.91% | 0.47% | - |
| HSV(B) | 255º | 0.95% | 0.89% | - |
| XYZ | 16.16 | 6.91 | 73.15 | - |
| YUV | 51.77 | 226.89 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 227 | 0.71 | 0.95 | 0 | 0.11 | 255 | 0.91 | 0.47 |
| Hex | 41 | B | E3 | 47 | 5F | 0 | B | FF | 5B | 2F |
| Octal | 101 | 13 | 343 | 107 | 137 | 0 | 13 | 377 | 133 | 57 |
| Binary | 1000001 | 1011 | 11100011 | 1000111 | 1011111 | 0 | 1011 | 11111111 | 1011011 | 101111 |
Color Harmonies of #410BE3
Complementary color
Monochromatic Colors of #410BE3
Black with #410BE3
Text Example
Text Example
White with #410BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BE3; }
p { color: rgb(65,11,227); }
H1.HeaderClassName
{
color: #410BE3;
}
.AnyTagClassName
{
color: #410BE3;
}
</style>
background-color css
<style>
a { background-color: #410BE3; }
a { background-color: rgb(65,11,227); }
div.DivClassName
{
background-color: #410BE3;
}
.BgClassName
{
background-color: #410BE3;
}
</style>
border-color css
<style>
span { border-color: #410BE3; }
span { border-color: rgb(65,11,227); }
td.TdClassName
{
border-color: #410BE3;
}
.TagClassName
{
border-color: #410BE3;
}
</style>