Shades of Han Purple #4106CB
Tints of Han Purple #4106CB
RGB
CMYK
RGB Variations
Color information
#4106CB (or 0x4106CB) is known color: Han Purple. HEX triplet: 41, 06 and CB. RGB value is (65,6,203). Sum of RGB (Red+Green+Blue) = 65+6+203=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #4106CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4106CB is #BEF934. Grayscale: #2D2D2D. Windows color (decimal): -12515637 or 13305409. OLE color: 13305409.
HSL color Cylindrical-coordinate representation of color #4106CB: hue angle of 257.97º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4106CB is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 6 | 203 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.20 |
| HSL | 257.97º | 0.94% | 0.41% | - |
| HSV(B) | 257.97º | 0.97% | 0.8% | - |
| XYZ | 13.02 | 5.57 | 56.89 | - |
| YUV | 46.1 | 216.55 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 203 | 0.68 | 0.97 | 0 | 0.20 | 257.97 | 0.94 | 0.41 |
| Hex | 41 | 6 | CB | 44 | 61 | 0 | 14 | 102 | 5E | 29 |
| Octal | 101 | 6 | 313 | 104 | 141 | 0 | 24 | 402 | 136 | 51 |
| Binary | 1000001 | 110 | 11001011 | 1000100 | 1100001 | 0 | 10100 | 100000010 | 1011110 | 101001 |
Color Harmonies of #4106CB
Complementary color
Monochromatic Colors of #4106CB
Black with #4106CB
Text Example
Text Example
White with #4106CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4106CB; }
p { color: rgb(65,6,203); }
H1.HeaderClassName
{
color: #4106CB;
}
.AnyTagClassName
{
color: #4106CB;
}
</style>
background-color css
<style>
a { background-color: #4106CB; }
a { background-color: rgb(65,6,203); }
div.DivClassName
{
background-color: #4106CB;
}
.BgClassName
{
background-color: #4106CB;
}
</style>
border-color css
<style>
span { border-color: #4106CB; }
span { border-color: rgb(65,6,203); }
td.TdClassName
{
border-color: #4106CB;
}
.TagClassName
{
border-color: #4106CB;
}
</style>