Shades of Han Purple #411BFD
Tints of Han Purple #411BFD
RGB
CMYK
RGB Variations
Color information
#411BFD (or 0x411BFD) is known color: Han Purple. HEX triplet: 41, 1B and FD. RGB value is (65,27,253). Sum of RGB (Red+Green+Blue) = 65+27+253=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #411BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BFD is #BEE402. Grayscale: #3F3F3F. Windows color (decimal): -12510211 or 16587585. OLE color: 16587585.
HSL color Cylindrical-coordinate representation of color #411BFD: hue angle of 250.09º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BFD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 27 | 253 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 250.09º | 0.98% | 0.55% | - |
| HSV(B) | 250.09º | 0.89% | 0.99% | - |
| XYZ | 20.3 | 9 | 93.6 | - |
| YUV | 64.13 | 234.59 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 253 | 0.74 | 0.89 | 0 | 0.01 | 250.09 | 0.98 | 0.55 |
| Hex | 41 | 1B | FD | 4A | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 101 | 33 | 375 | 112 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000001 | 11011 | 11111101 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #411BFD
Complementary color
Monochromatic Colors of #411BFD
Black with #411BFD
Text Example
Text Example
White with #411BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BFD; }
p { color: rgb(65,27,253); }
H1.HeaderClassName
{
color: #411BFD;
}
.AnyTagClassName
{
color: #411BFD;
}
</style>
background-color css
<style>
a { background-color: #411BFD; }
a { background-color: rgb(65,27,253); }
div.DivClassName
{
background-color: #411BFD;
}
.BgClassName
{
background-color: #411BFD;
}
</style>
border-color css
<style>
span { border-color: #411BFD; }
span { border-color: rgb(65,27,253); }
td.TdClassName
{
border-color: #411BFD;
}
.TagClassName
{
border-color: #411BFD;
}
</style>