Shades of Han Purple #3A04CE
Tints of Han Purple #3A04CE
RGB
CMYK
RGB Variations
Color information
#3A04CE (or 0x3A04CE) is known color: Han Purple. HEX triplet: 3A, 04 and CE. RGB value is (58,4,206). Sum of RGB (Red+Green+Blue) = 58+4+206=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04CE is #C5FB31. Grayscale: #2A2A2A. Windows color (decimal): -12974898 or 13501498. OLE color: 13501498.
HSL color Cylindrical-coordinate representation of color #3A04CE: hue angle of 256.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04CE is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 4 | 206 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.19 |
| HSL | 256.04º | 0.96% | 0.41% | - |
| HSV(B) | 256.04º | 0.98% | 0.81% | - |
| XYZ | 12.93 | 5.44 | 58.76 | - |
| YUV | 43.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 206 | 0.72 | 0.98 | 0 | 0.19 | 256.04 | 0.96 | 0.41 |
| Hex | 3A | 4 | CE | 48 | 62 | 0 | 13 | 100 | 60 | 29 |
| Octal | 72 | 4 | 316 | 110 | 142 | 0 | 23 | 400 | 140 | 51 |
| Binary | 111010 | 100 | 11001110 | 1001000 | 1100010 | 0 | 10011 | 100000000 | 1100000 | 101001 |
Color Harmonies of #3A04CE
Complementary color
Monochromatic Colors of #3A04CE
Black with #3A04CE
Text Example
Text Example
White with #3A04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04CE; }
p { color: rgb(58,4,206); }
H1.HeaderClassName
{
color: #3A04CE;
}
.AnyTagClassName
{
color: #3A04CE;
}
</style>
background-color css
<style>
a { background-color: #3A04CE; }
a { background-color: rgb(58,4,206); }
div.DivClassName
{
background-color: #3A04CE;
}
.BgClassName
{
background-color: #3A04CE;
}
</style>
border-color css
<style>
span { border-color: #3A04CE; }
span { border-color: rgb(58,4,206); }
td.TdClassName
{
border-color: #3A04CE;
}
.TagClassName
{
border-color: #3A04CE;
}
</style>