Shades of Han Purple #401BE9
Tints of Han Purple #401BE9
RGB
CMYK
RGB Variations
Color information
#401BE9 (or 0x401BE9) is known color: Han Purple. HEX triplet: 40, 1B and E9. RGB value is (64,27,233). Sum of RGB (Red+Green+Blue) = 64+27+233=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #401BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BE9 is #BFE416. Grayscale: #3C3C3C. Windows color (decimal): -12575767 or 15276864. OLE color: 15276864.
HSL color Cylindrical-coordinate representation of color #401BE9: hue angle of 250.78º degrees, saturation: 0.82, 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 #401BE9 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 27 | 233 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.09 |
| HSL | 250.78º | 0.82% | 0.51% | - |
| HSV(B) | 250.78º | 0.88% | 0.91% | - |
| XYZ | 17.21 | 7.76 | 77.68 | - |
| YUV | 61.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 233 | 0.73 | 0.88 | 0 | 0.09 | 250.78 | 0.82 | 0.51 |
| Hex | 40 | 1B | E9 | 49 | 58 | 0 | 9 | FB | 52 | 33 |
| Octal | 100 | 33 | 351 | 111 | 130 | 0 | 11 | 373 | 122 | 63 |
| Binary | 1000000 | 11011 | 11101001 | 1001001 | 1011000 | 0 | 1001 | 11111011 | 1010010 | 110011 |
Color Harmonies of #401BE9
Complementary color
Monochromatic Colors of #401BE9
Black with #401BE9
Text Example
Text Example
White with #401BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BE9; }
p { color: rgb(64,27,233); }
H1.HeaderClassName
{
color: #401BE9;
}
.AnyTagClassName
{
color: #401BE9;
}
</style>
background-color css
<style>
a { background-color: #401BE9; }
a { background-color: rgb(64,27,233); }
div.DivClassName
{
background-color: #401BE9;
}
.BgClassName
{
background-color: #401BE9;
}
</style>
border-color css
<style>
span { border-color: #401BE9; }
span { border-color: rgb(64,27,233); }
td.TdClassName
{
border-color: #401BE9;
}
.TagClassName
{
border-color: #401BE9;
}
</style>