Shades of Han Purple #3A04DC
Tints of Han Purple #3A04DC
RGB
CMYK
RGB Variations
Color information
#3A04DC (or 0x3A04DC) is known color: Han Purple. HEX triplet: 3A, 04 and DC. RGB value is (58,4,220). Sum of RGB (Red+Green+Blue) = 58+4+220=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A04DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04DC is #C5FB23. Grayscale: #2B2B2B. Windows color (decimal): -12974884 or 14419002. OLE color: 14419002.
HSL color Cylindrical-coordinate representation of color #3A04DC: hue angle of 255º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04DC is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 4 | 220 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.14 |
| HSL | 255º | 0.96% | 0.44% | - |
| HSV(B) | 255º | 0.98% | 0.86% | - |
| XYZ | 14.71 | 6.15 | 68.12 | - |
| YUV | 44.77 | 226.89 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 220 | 0.74 | 0.98 | 0 | 0.14 | 255 | 0.96 | 0.44 |
| Hex | 3A | 4 | DC | 4A | 62 | 0 | E | FF | 60 | 2C |
| Octal | 72 | 4 | 334 | 112 | 142 | 0 | 16 | 377 | 140 | 54 |
| Binary | 111010 | 100 | 11011100 | 1001010 | 1100010 | 0 | 1110 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3A04DC
Complementary color
Monochromatic Colors of #3A04DC
Black with #3A04DC
Text Example
Text Example
White with #3A04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04DC; }
p { color: rgb(58,4,220); }
H1.HeaderClassName
{
color: #3A04DC;
}
.AnyTagClassName
{
color: #3A04DC;
}
</style>
background-color css
<style>
a { background-color: #3A04DC; }
a { background-color: rgb(58,4,220); }
div.DivClassName
{
background-color: #3A04DC;
}
.BgClassName
{
background-color: #3A04DC;
}
</style>
border-color css
<style>
span { border-color: #3A04DC; }
span { border-color: rgb(58,4,220); }
td.TdClassName
{
border-color: #3A04DC;
}
.TagClassName
{
border-color: #3A04DC;
}
</style>