Shades of Han Purple #4113DF
Tints of Han Purple #4113DF
RGB
CMYK
RGB Variations
Color information
#4113DF (or 0x4113DF) is known color: Han Purple. HEX triplet: 41, 13 and DF. RGB value is (65,19,223). Sum of RGB (Red+Green+Blue) = 65+19+223=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #4113DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113DF is #BEEC20. Grayscale: #373737. Windows color (decimal): -12512289 or 14619457. OLE color: 14619457.
HSL color Cylindrical-coordinate representation of color #4113DF: hue angle of 253.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113DF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 19 | 223 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 253.53º | 0.84% | 0.47% | - |
| HSV(B) | 253.53º | 0.91% | 0.87% | - |
| XYZ | 15.73 | 6.92 | 70.32 | - |
| YUV | 56.01 | 222.24 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 223 | 0.71 | 0.91 | 0 | 0.13 | 253.53 | 0.84 | 0.47 |
| Hex | 41 | 13 | DF | 47 | 5B | 0 | D | FE | 54 | 2F |
| Octal | 101 | 23 | 337 | 107 | 133 | 0 | 15 | 376 | 124 | 57 |
| Binary | 1000001 | 10011 | 11011111 | 1000111 | 1011011 | 0 | 1101 | 11111110 | 1010100 | 101111 |
Color Harmonies of #4113DF
Complementary color
Monochromatic Colors of #4113DF
Black with #4113DF
Text Example
Text Example
White with #4113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113DF; }
p { color: rgb(65,19,223); }
H1.HeaderClassName
{
color: #4113DF;
}
.AnyTagClassName
{
color: #4113DF;
}
</style>
background-color css
<style>
a { background-color: #4113DF; }
a { background-color: rgb(65,19,223); }
div.DivClassName
{
background-color: #4113DF;
}
.BgClassName
{
background-color: #4113DF;
}
</style>
border-color css
<style>
span { border-color: #4113DF; }
span { border-color: rgb(65,19,223); }
td.TdClassName
{
border-color: #4113DF;
}
.TagClassName
{
border-color: #4113DF;
}
</style>