Shades of Han Purple #4108DC
Tints of Han Purple #4108DC
RGB
CMYK
RGB Variations
Color information
#4108DC (or 0x4108DC) is known color: Han Purple. HEX triplet: 41, 08 and DC. RGB value is (65,8,220). Sum of RGB (Red+Green+Blue) = 65+8+220=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #4108DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4108DC is #BEF723. Grayscale: #303030. Windows color (decimal): -12515108 or 14420033. OLE color: 14420033.
HSL color Cylindrical-coordinate representation of color #4108DC: hue angle of 256.13º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4108DC is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 8 | 220 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.14 |
| HSL | 256.13º | 0.93% | 0.45% | - |
| HSV(B) | 256.13º | 0.96% | 0.86% | - |
| XYZ | 15.19 | 6.46 | 68.16 | - |
| YUV | 49.21 | 224.38 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 220 | 0.70 | 0.96 | 0 | 0.14 | 256.13 | 0.93 | 0.45 |
| Hex | 41 | 8 | DC | 46 | 60 | 0 | E | 100 | 5D | 2D |
| Octal | 101 | 10 | 334 | 106 | 140 | 0 | 16 | 400 | 135 | 55 |
| Binary | 1000001 | 1000 | 11011100 | 1000110 | 1100000 | 0 | 1110 | 100000000 | 1011101 | 101101 |
Color Harmonies of #4108DC
Complementary color
Monochromatic Colors of #4108DC
Black with #4108DC
Text Example
Text Example
White with #4108DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4108DC; }
p { color: rgb(65,8,220); }
H1.HeaderClassName
{
color: #4108DC;
}
.AnyTagClassName
{
color: #4108DC;
}
</style>
background-color css
<style>
a { background-color: #4108DC; }
a { background-color: rgb(65,8,220); }
div.DivClassName
{
background-color: #4108DC;
}
.BgClassName
{
background-color: #4108DC;
}
</style>
border-color css
<style>
span { border-color: #4108DC; }
span { border-color: rgb(65,8,220); }
td.TdClassName
{
border-color: #4108DC;
}
.TagClassName
{
border-color: #4108DC;
}
</style>