Shades of Han Purple #4109CB
Tints of Han Purple #4109CB
RGB
CMYK
RGB Variations
Color information
#4109CB (or 0x4109CB) is known color: Han Purple. HEX triplet: 41, 09 and CB. RGB value is (65,9,203). Sum of RGB (Red+Green+Blue) = 65+9+203=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #4109CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4109CB is #BEF634. Grayscale: #2F2F2F. Windows color (decimal): -12514869 or 13306177. OLE color: 13306177.
HSL color Cylindrical-coordinate representation of color #4109CB: hue angle of 257.32º 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 #4109CB is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 9 | 203 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.20 |
| HSL | 257.32º | 0.92% | 0.42% | - |
| HSV(B) | 257.32º | 0.96% | 0.8% | - |
| XYZ | 13.06 | 5.63 | 56.9 | - |
| YUV | 47.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 203 | 0.68 | 0.96 | 0 | 0.20 | 257.32 | 0.92 | 0.42 |
| Hex | 41 | 9 | CB | 44 | 60 | 0 | 14 | 101 | 5C | 2A |
| Octal | 101 | 11 | 313 | 104 | 140 | 0 | 24 | 401 | 134 | 52 |
| Binary | 1000001 | 1001 | 11001011 | 1000100 | 1100000 | 0 | 10100 | 100000001 | 1011100 | 101010 |
Color Harmonies of #4109CB
Complementary color
Monochromatic Colors of #4109CB
Black with #4109CB
Text Example
Text Example
White with #4109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109CB; }
p { color: rgb(65,9,203); }
H1.HeaderClassName
{
color: #4109CB;
}
.AnyTagClassName
{
color: #4109CB;
}
</style>
background-color css
<style>
a { background-color: #4109CB; }
a { background-color: rgb(65,9,203); }
div.DivClassName
{
background-color: #4109CB;
}
.BgClassName
{
background-color: #4109CB;
}
</style>
border-color css
<style>
span { border-color: #4109CB; }
span { border-color: rgb(65,9,203); }
td.TdClassName
{
border-color: #4109CB;
}
.TagClassName
{
border-color: #4109CB;
}
</style>