Shades of Han Purple #4C30FF
Tints of Han Purple #4C30FF
RGB
CMYK
RGB Variations
Color information
#4C30FF (or 0x4C30FF) is known color: Han Purple. HEX triplet: 4C, 30 and FF. RGB value is (76,48,255). Sum of RGB (Red+Green+Blue) = 76+48+255=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C30FF is #B3CF00. Grayscale: #4F4F4F. Windows color (decimal): -11783937 or 16724044. OLE color: 16724044.
HSL color Cylindrical-coordinate representation of color #4C30FF: hue angle of 248.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C30FF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 48 | 255 | - |
| CMYK | 0.70 | 0.81 | 0 | 0 |
| HSL | 248.12º | 1% | 0.59% | - |
| HSV(B) | 248.12º | 0.81% | 1% | - |
| XYZ | 22.09 | 10.87 | 95.54 | - |
| YUV | 79.97 | 226.78 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 255 | 0.70 | 0.81 | 0 | 0 | 248.12 | 1 | 0.59 |
| Hex | 4C | 30 | FF | 46 | 51 | 0 | 0 | F8 | 64 | 3B |
| Octal | 114 | 60 | 377 | 106 | 121 | 0 | 0 | 370 | 144 | 73 |
| Binary | 1001100 | 110000 | 11111111 | 1000110 | 1010001 | 0 | 0 | 11111000 | 1100100 | 111011 |
Color Harmonies of #4C30FF
Complementary color
Monochromatic Colors of #4C30FF
Black with #4C30FF
Text Example
Text Example
White with #4C30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C30FF; }
p { color: rgb(76,48,255); }
H1.HeaderClassName
{
color: #4C30FF;
}
.AnyTagClassName
{
color: #4C30FF;
}
</style>
background-color css
<style>
a { background-color: #4C30FF; }
a { background-color: rgb(76,48,255); }
div.DivClassName
{
background-color: #4C30FF;
}
.BgClassName
{
background-color: #4C30FF;
}
</style>
border-color css
<style>
span { border-color: #4C30FF; }
span { border-color: rgb(76,48,255); }
td.TdClassName
{
border-color: #4C30FF;
}
.TagClassName
{
border-color: #4C30FF;
}
</style>