Shades of Han Purple #4A30DF
Tints of Han Purple #4A30DF
RGB
CMYK
RGB Variations
Color information
#4A30DF (or 0x4A30DF) is known color: Han Purple. HEX triplet: 4A, 30 and DF. RGB value is (74,48,223). Sum of RGB (Red+Green+Blue) = 74+48+223=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30DF is #B5CF20. Grayscale: #4B4B4B. Windows color (decimal): -11915041 or 14626890. OLE color: 14626890.
HSL color Cylindrical-coordinate representation of color #4A30DF: hue angle of 248.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A30DF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 48 | 223 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.13 |
| HSL | 248.91º | 0.73% | 0.53% | - |
| HSV(B) | 248.91º | 0.78% | 0.87% | - |
| XYZ | 17.2 | 8.9 | 70.62 | - |
| YUV | 75.72 | 211.11 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 223 | 0.67 | 0.78 | 0 | 0.13 | 248.91 | 0.73 | 0.53 |
| Hex | 4A | 30 | DF | 43 | 4E | 0 | D | F9 | 49 | 35 |
| Octal | 112 | 60 | 337 | 103 | 116 | 0 | 15 | 371 | 111 | 65 |
| Binary | 1001010 | 110000 | 11011111 | 1000011 | 1001110 | 0 | 1101 | 11111001 | 1001001 | 110101 |
Color Harmonies of #4A30DF
Complementary color
Monochromatic Colors of #4A30DF
Black with #4A30DF
Text Example
Text Example
White with #4A30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30DF; }
p { color: rgb(74,48,223); }
H1.HeaderClassName
{
color: #4A30DF;
}
.AnyTagClassName
{
color: #4A30DF;
}
</style>
background-color css
<style>
a { background-color: #4A30DF; }
a { background-color: rgb(74,48,223); }
div.DivClassName
{
background-color: #4A30DF;
}
.BgClassName
{
background-color: #4A30DF;
}
</style>
border-color css
<style>
span { border-color: #4A30DF; }
span { border-color: rgb(74,48,223); }
td.TdClassName
{
border-color: #4A30DF;
}
.TagClassName
{
border-color: #4A30DF;
}
</style>