Shades of Han Purple #4A30DB
Tints of Han Purple #4A30DB
RGB
CMYK
RGB Variations
Color information
#4A30DB (or 0x4A30DB) is known color: Han Purple. HEX triplet: 4A, 30 and DB. RGB value is (74,48,219). Sum of RGB (Red+Green+Blue) = 74+48+219=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30DB is #B5CF24. Grayscale: #4A4A4A. Windows color (decimal): -11915045 or 14364746. OLE color: 14364746.
HSL color Cylindrical-coordinate representation of color #4A30DB: hue angle of 249.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A30DB is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 48 | 219 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.14 |
| HSL | 249.12º | 0.7% | 0.52% | - |
| HSV(B) | 249.12º | 0.78% | 0.86% | - |
| XYZ | 16.67 | 8.68 | 67.82 | - |
| YUV | 75.27 | 209.11 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 219 | 0.66 | 0.78 | 0 | 0.14 | 249.12 | 0.7 | 0.52 |
| Hex | 4A | 30 | DB | 42 | 4E | 0 | E | F9 | 46 | 34 |
| Octal | 112 | 60 | 333 | 102 | 116 | 0 | 16 | 371 | 106 | 64 |
| Binary | 1001010 | 110000 | 11011011 | 1000010 | 1001110 | 0 | 1110 | 11111001 | 1000110 | 110100 |
Color Harmonies of #4A30DB
Complementary color
Monochromatic Colors of #4A30DB
Black with #4A30DB
Text Example
Text Example
White with #4A30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30DB; }
p { color: rgb(74,48,219); }
H1.HeaderClassName
{
color: #4A30DB;
}
.AnyTagClassName
{
color: #4A30DB;
}
</style>
background-color css
<style>
a { background-color: #4A30DB; }
a { background-color: rgb(74,48,219); }
div.DivClassName
{
background-color: #4A30DB;
}
.BgClassName
{
background-color: #4A30DB;
}
</style>
border-color css
<style>
span { border-color: #4A30DB; }
span { border-color: rgb(74,48,219); }
td.TdClassName
{
border-color: #4A30DB;
}
.TagClassName
{
border-color: #4A30DB;
}
</style>