Shades of Han Purple #4105CC
Tints of Han Purple #4105CC
RGB
CMYK
RGB Variations
Color information
#4105CC (or 0x4105CC) is known color: Han Purple. HEX triplet: 41, 05 and CC. RGB value is (65,5,204). Sum of RGB (Red+Green+Blue) = 65+5+204=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #4105CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4105CC is #BEFA33. Grayscale: #2C2C2C. Windows color (decimal): -12515892 or 13370689. OLE color: 13370689.
HSL color Cylindrical-coordinate representation of color #4105CC: hue angle of 258.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4105CC is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 5 | 204 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.2 |
| HSL | 258.09º | 0.95% | 0.41% | - |
| HSV(B) | 258.09º | 0.98% | 0.8% | - |
| XYZ | 13.13 | 5.59 | 57.51 | - |
| YUV | 45.63 | 217.38 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 204 | 0.68 | 0.98 | 0 | 0.2 | 258.09 | 0.95 | 0.41 |
| Hex | 41 | 5 | CC | 44 | 62 | 0 | 14 | 102 | 5F | 29 |
| Octal | 101 | 5 | 314 | 104 | 142 | 0 | 24 | 402 | 137 | 51 |
| Binary | 1000001 | 101 | 11001100 | 1000100 | 1100010 | 0 | 10100 | 100000010 | 1011111 | 101001 |
Color Harmonies of #4105CC
Complementary color
Monochromatic Colors of #4105CC
Black with #4105CC
Text Example
Text Example
White with #4105CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4105CC; }
p { color: rgb(65,5,204); }
H1.HeaderClassName
{
color: #4105CC;
}
.AnyTagClassName
{
color: #4105CC;
}
</style>
background-color css
<style>
a { background-color: #4105CC; }
a { background-color: rgb(65,5,204); }
div.DivClassName
{
background-color: #4105CC;
}
.BgClassName
{
background-color: #4105CC;
}
</style>
border-color css
<style>
span { border-color: #4105CC; }
span { border-color: rgb(65,5,204); }
td.TdClassName
{
border-color: #4105CC;
}
.TagClassName
{
border-color: #4105CC;
}
</style>