Shades of Han Purple #410BFE
Tints of Han Purple #410BFE
RGB
CMYK
RGB Variations
Color information
#410BFE (or 0x410BFE) is known color: Han Purple. HEX triplet: 41, 0B and FE. RGB value is (65,11,254). Sum of RGB (Red+Green+Blue) = 65+11+254=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #410BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410BFE is #BEF401. Grayscale: #353535. Windows color (decimal): -12514306 or 16649025. OLE color: 16649025.
HSL color Cylindrical-coordinate representation of color #410BFE: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410BFE is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 11 | 254 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.00 |
| HSL | 253.33º | 0.99% | 0.52% | - |
| HSV(B) | 253.33º | 0.96% | 1% | - |
| XYZ | 20.19 | 8.52 | 94.35 | - |
| YUV | 54.85 | 240.39 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 254 | 0.74 | 0.96 | 0 | 0.00 | 253.33 | 0.99 | 0.52 |
| Hex | 41 | B | FE | 4A | 60 | 0 | 0 | FD | 63 | 34 |
| Octal | 101 | 13 | 376 | 112 | 140 | 0 | 0 | 375 | 143 | 64 |
| Binary | 1000001 | 1011 | 11111110 | 1001010 | 1100000 | 0 | 0 | 11111101 | 1100011 | 110100 |
Color Harmonies of #410BFE
Complementary color
Monochromatic Colors of #410BFE
Black with #410BFE
Text Example
Text Example
White with #410BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BFE; }
p { color: rgb(65,11,254); }
H1.HeaderClassName
{
color: #410BFE;
}
.AnyTagClassName
{
color: #410BFE;
}
</style>
background-color css
<style>
a { background-color: #410BFE; }
a { background-color: rgb(65,11,254); }
div.DivClassName
{
background-color: #410BFE;
}
.BgClassName
{
background-color: #410BFE;
}
</style>
border-color css
<style>
span { border-color: #410BFE; }
span { border-color: rgb(65,11,254); }
td.TdClassName
{
border-color: #410BFE;
}
.TagClassName
{
border-color: #410BFE;
}
</style>