Shades of Han Purple #4C02CF
Tints of Han Purple #4C02CF
RGB
CMYK
RGB Variations
Color information
#4C02CF (or 0x4C02CF) is known color: Han Purple. HEX triplet: 4C, 02 and CF. RGB value is (76,2,207). Sum of RGB (Red+Green+Blue) = 76+2+207=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C02CF is #B3FD30. Grayscale: #2E2E2E. Windows color (decimal): -11795761 or 13566540. OLE color: 13566540.
HSL color Cylindrical-coordinate representation of color #4C02CF: hue angle of 261.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02CF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 2 | 207 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.19 |
| HSL | 261.66º | 0.98% | 0.41% | - |
| HSV(B) | 261.66º | 0.99% | 0.81% | - |
| XYZ | 14.26 | 6.08 | 59.45 | - |
| YUV | 47.5 | 218.02 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 207 | 0.63 | 0.99 | 0 | 0.19 | 261.66 | 0.98 | 0.41 |
| Hex | 4C | 2 | CF | 3F | 63 | 0 | 13 | 106 | 62 | 29 |
| Octal | 114 | 2 | 317 | 77 | 143 | 0 | 23 | 406 | 142 | 51 |
| Binary | 1001100 | 10 | 11001111 | 111111 | 1100011 | 0 | 10011 | 100000110 | 1100010 | 101001 |
Color Harmonies of #4C02CF
Complementary color
Monochromatic Colors of #4C02CF
Black with #4C02CF
Text Example
Text Example
White with #4C02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02CF; }
p { color: rgb(76,2,207); }
H1.HeaderClassName
{
color: #4C02CF;
}
.AnyTagClassName
{
color: #4C02CF;
}
</style>
background-color css
<style>
a { background-color: #4C02CF; }
a { background-color: rgb(76,2,207); }
div.DivClassName
{
background-color: #4C02CF;
}
.BgClassName
{
background-color: #4C02CF;
}
</style>
border-color css
<style>
span { border-color: #4C02CF; }
span { border-color: rgb(76,2,207); }
td.TdClassName
{
border-color: #4C02CF;
}
.TagClassName
{
border-color: #4C02CF;
}
</style>