Shades of Han Purple #412DFD
Tints of Han Purple #412DFD
RGB
CMYK
RGB Variations
Color information
#412DFD (or 0x412DFD) is known color: Han Purple. HEX triplet: 41, 2D and FD. RGB value is (65,45,253). Sum of RGB (Red+Green+Blue) = 65+45+253=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #412DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DFD is #BED202. Grayscale: #494949. Windows color (decimal): -12505603 or 16592193. OLE color: 16592193.
HSL color Cylindrical-coordinate representation of color #412DFD: hue angle of 245.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412DFD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 45 | 253 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.01 |
| HSL | 245.77º | 0.98% | 0.58% | - |
| HSV(B) | 245.77º | 0.82% | 0.99% | - |
| XYZ | 20.85 | 10.09 | 93.78 | - |
| YUV | 74.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 253 | 0.74 | 0.82 | 0 | 0.01 | 245.77 | 0.98 | 0.58 |
| Hex | 41 | 2D | FD | 4A | 52 | 0 | 1 | F6 | 62 | 3A |
| Octal | 101 | 55 | 375 | 112 | 122 | 0 | 1 | 366 | 142 | 72 |
| Binary | 1000001 | 101101 | 11111101 | 1001010 | 1010010 | 0 | 1 | 11110110 | 1100010 | 111010 |
Color Harmonies of #412DFD
Complementary color
Monochromatic Colors of #412DFD
Black with #412DFD
Text Example
Text Example
White with #412DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DFD; }
p { color: rgb(65,45,253); }
H1.HeaderClassName
{
color: #412DFD;
}
.AnyTagClassName
{
color: #412DFD;
}
</style>
background-color css
<style>
a { background-color: #412DFD; }
a { background-color: rgb(65,45,253); }
div.DivClassName
{
background-color: #412DFD;
}
.BgClassName
{
background-color: #412DFD;
}
</style>
border-color css
<style>
span { border-color: #412DFD; }
span { border-color: rgb(65,45,253); }
td.TdClassName
{
border-color: #412DFD;
}
.TagClassName
{
border-color: #412DFD;
}
</style>