Shades of Han Purple #4108D7
Tints of Han Purple #4108D7
RGB
CMYK
RGB Variations
Color information
#4108D7 (or 0x4108D7) is known color: Han Purple. HEX triplet: 41, 08 and D7. RGB value is (65,8,215). Sum of RGB (Red+Green+Blue) = 65+8+215=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 215 (84.38% from 255 or 74.65% from 288); Max value from RGB is 215 - color contains mainly: blue. Hex color #4108D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4108D7 is #BEF728. Grayscale: #2F2F2F. Windows color (decimal): -12515113 or 14092353. OLE color: 14092353.
HSL color Cylindrical-coordinate representation of color #4108D7: hue angle of 256.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4108D7 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 8 | 215 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.16 |
| HSL | 256.52º | 0.93% | 0.44% | - |
| HSV(B) | 256.52º | 0.96% | 0.84% | - |
| XYZ | 14.53 | 6.2 | 64.72 | - |
| YUV | 48.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 215 | 0.70 | 0.96 | 0 | 0.16 | 256.52 | 0.93 | 0.44 |
| Hex | 41 | 8 | D7 | 46 | 60 | 0 | 10 | 101 | 5D | 2C |
| Octal | 101 | 10 | 327 | 106 | 140 | 0 | 20 | 401 | 135 | 54 |
| Binary | 1000001 | 1000 | 11010111 | 1000110 | 1100000 | 0 | 10000 | 100000001 | 1011101 | 101100 |
Color Harmonies of #4108D7
Complementary color
Monochromatic Colors of #4108D7
Black with #4108D7
Text Example
Text Example
White with #4108D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4108D7; }
p { color: rgb(65,8,215); }
H1.HeaderClassName
{
color: #4108D7;
}
.AnyTagClassName
{
color: #4108D7;
}
</style>
background-color css
<style>
a { background-color: #4108D7; }
a { background-color: rgb(65,8,215); }
div.DivClassName
{
background-color: #4108D7;
}
.BgClassName
{
background-color: #4108D7;
}
</style>
border-color css
<style>
span { border-color: #4108D7; }
span { border-color: rgb(65,8,215); }
td.TdClassName
{
border-color: #4108D7;
}
.TagClassName
{
border-color: #4108D7;
}
</style>