Shades of Han Purple #4A09DC
Tints of Han Purple #4A09DC
RGB
CMYK
RGB Variations
Color information
#4A09DC (or 0x4A09DC) is known color: Han Purple. HEX triplet: 4A, 09 and DC. RGB value is (74,9,220). Sum of RGB (Red+Green+Blue) = 74+9+220=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A09DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A09DC is #B5F623. Grayscale: #333333. Windows color (decimal): -11925028 or 14420298. OLE color: 14420298.
HSL color Cylindrical-coordinate representation of color #4A09DC: hue angle of 258.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09DC is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 9 | 220 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.14 |
| HSL | 258.48º | 0.92% | 0.45% | - |
| HSV(B) | 258.48º | 0.96% | 0.86% | - |
| XYZ | 15.84 | 6.82 | 68.19 | - |
| YUV | 52.49 | 222.53 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 220 | 0.66 | 0.96 | 0 | 0.14 | 258.48 | 0.92 | 0.45 |
| Hex | 4A | 9 | DC | 42 | 60 | 0 | E | 102 | 5C | 2D |
| Octal | 112 | 11 | 334 | 102 | 140 | 0 | 16 | 402 | 134 | 55 |
| Binary | 1001010 | 1001 | 11011100 | 1000010 | 1100000 | 0 | 1110 | 100000010 | 1011100 | 101101 |
Color Harmonies of #4A09DC
Complementary color
Monochromatic Colors of #4A09DC
Black with #4A09DC
Text Example
Text Example
White with #4A09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A09DC; }
p { color: rgb(74,9,220); }
H1.HeaderClassName
{
color: #4A09DC;
}
.AnyTagClassName
{
color: #4A09DC;
}
</style>
background-color css
<style>
a { background-color: #4A09DC; }
a { background-color: rgb(74,9,220); }
div.DivClassName
{
background-color: #4A09DC;
}
.BgClassName
{
background-color: #4A09DC;
}
</style>
border-color css
<style>
span { border-color: #4A09DC; }
span { border-color: rgb(74,9,220); }
td.TdClassName
{
border-color: #4A09DC;
}
.TagClassName
{
border-color: #4A09DC;
}
</style>