Shades of Han Purple #410DFB
Tints of Han Purple #410DFB
RGB
CMYK
RGB Variations
Color information
#410DFB (or 0x410DFB) is known color: Han Purple. HEX triplet: 41, 0D and FB. RGB value is (65,13,251). Sum of RGB (Red+Green+Blue) = 65+13+251=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #410DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410DFB is #BEF204. Grayscale: #363636. Windows color (decimal): -12513797 or 16452929. OLE color: 16452929.
HSL color Cylindrical-coordinate representation of color #410DFB: hue angle of 253.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410DFB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 13 | 251 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.02 |
| HSL | 253.11º | 0.97% | 0.52% | - |
| HSV(B) | 253.11º | 0.95% | 0.98% | - |
| XYZ | 19.74 | 8.38 | 91.84 | - |
| YUV | 55.68 | 238.23 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 251 | 0.74 | 0.95 | 0 | 0.02 | 253.11 | 0.97 | 0.52 |
| Hex | 41 | D | FB | 4A | 5F | 0 | 2 | FD | 61 | 34 |
| Octal | 101 | 15 | 373 | 112 | 137 | 0 | 2 | 375 | 141 | 64 |
| Binary | 1000001 | 1101 | 11111011 | 1001010 | 1011111 | 0 | 10 | 11111101 | 1100001 | 110100 |
Color Harmonies of #410DFB
Complementary color
Monochromatic Colors of #410DFB
Black with #410DFB
Text Example
Text Example
White with #410DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410DFB; }
p { color: rgb(65,13,251); }
H1.HeaderClassName
{
color: #410DFB;
}
.AnyTagClassName
{
color: #410DFB;
}
</style>
background-color css
<style>
a { background-color: #410DFB; }
a { background-color: rgb(65,13,251); }
div.DivClassName
{
background-color: #410DFB;
}
.BgClassName
{
background-color: #410DFB;
}
</style>
border-color css
<style>
span { border-color: #410DFB; }
span { border-color: rgb(65,13,251); }
td.TdClassName
{
border-color: #410DFB;
}
.TagClassName
{
border-color: #410DFB;
}
</style>