Shades of Han Purple #4109CC
Tints of Han Purple #4109CC
RGB
CMYK
RGB Variations
Color information
#4109CC (or 0x4109CC) is known color: Han Purple. HEX triplet: 41, 09 and CC. RGB value is (65,9,204). Sum of RGB (Red+Green+Blue) = 65+9+204=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #4109CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4109CC is #BEF633. Grayscale: #2F2F2F. Windows color (decimal): -12514868 or 13371713. OLE color: 13371713.
HSL color Cylindrical-coordinate representation of color #4109CC: hue angle of 257.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4109CC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 9 | 204 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.2 |
| HSL | 257.23º | 0.92% | 0.42% | - |
| HSV(B) | 257.23º | 0.96% | 0.8% | - |
| XYZ | 13.18 | 5.68 | 57.53 | - |
| YUV | 47.97 | 216.05 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 204 | 0.68 | 0.96 | 0 | 0.2 | 257.23 | 0.92 | 0.42 |
| Hex | 41 | 9 | CC | 44 | 60 | 0 | 14 | 101 | 5C | 2A |
| Octal | 101 | 11 | 314 | 104 | 140 | 0 | 24 | 401 | 134 | 52 |
| Binary | 1000001 | 1001 | 11001100 | 1000100 | 1100000 | 0 | 10100 | 100000001 | 1011100 | 101010 |
Color Harmonies of #4109CC
Complementary color
Monochromatic Colors of #4109CC
Black with #4109CC
Text Example
Text Example
White with #4109CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109CC; }
p { color: rgb(65,9,204); }
H1.HeaderClassName
{
color: #4109CC;
}
.AnyTagClassName
{
color: #4109CC;
}
</style>
background-color css
<style>
a { background-color: #4109CC; }
a { background-color: rgb(65,9,204); }
div.DivClassName
{
background-color: #4109CC;
}
.BgClassName
{
background-color: #4109CC;
}
</style>
border-color css
<style>
span { border-color: #4109CC; }
span { border-color: rgb(65,9,204); }
td.TdClassName
{
border-color: #4109CC;
}
.TagClassName
{
border-color: #4109CC;
}
</style>