Shades of Han Purple #4C01D5
Tints of Han Purple #4C01D5
RGB
CMYK
RGB Variations
Color information
#4C01D5 (or 0x4C01D5) is known color: Han Purple. HEX triplet: 4C, 01 and D5. RGB value is (76,1,213). Sum of RGB (Red+Green+Blue) = 76+1+213=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 213 (83.59% from 255 or 73.45% from 290); Max value from RGB is 213 - color contains mainly: blue. Hex color #4C01D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C01D5 is #B3FE2A. Grayscale: #2E2E2E. Windows color (decimal): -11796011 or 13959500. OLE color: 13959500.
HSL color Cylindrical-coordinate representation of color #4C01D5: hue angle of 261.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01D5 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 1 | 213 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.16 |
| HSL | 261.23º | 0.99% | 0.42% | - |
| HSV(B) | 261.23º | 1% | 0.84% | - |
| XYZ | 15 | 6.36 | 63.39 | - |
| YUV | 47.59 | 221.35 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 213 | 0.64 | 1.00 | 0 | 0.16 | 261.23 | 0.99 | 0.42 |
| Hex | 4C | 1 | D5 | 40 | 64 | 0 | 10 | 105 | 63 | 2A |
| Octal | 114 | 1 | 325 | 100 | 144 | 0 | 20 | 405 | 143 | 52 |
| Binary | 1001100 | 1 | 11010101 | 1000000 | 1100100 | 0 | 10000 | 100000101 | 1100011 | 101010 |
Color Harmonies of #4C01D5
Complementary color
Monochromatic Colors of #4C01D5
Black with #4C01D5
Text Example
Text Example
White with #4C01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01D5; }
p { color: rgb(76,1,213); }
H1.HeaderClassName
{
color: #4C01D5;
}
.AnyTagClassName
{
color: #4C01D5;
}
</style>
background-color css
<style>
a { background-color: #4C01D5; }
a { background-color: rgb(76,1,213); }
div.DivClassName
{
background-color: #4C01D5;
}
.BgClassName
{
background-color: #4C01D5;
}
</style>
border-color css
<style>
span { border-color: #4C01D5; }
span { border-color: rgb(76,1,213); }
td.TdClassName
{
border-color: #4C01D5;
}
.TagClassName
{
border-color: #4C01D5;
}
</style>