Shades of Han Purple #3A02DC
Tints of Han Purple #3A02DC
RGB
CMYK
RGB Variations
Color information
#3A02DC (or 0x3A02DC) is known color: Han Purple. HEX triplet: 3A, 02 and DC. RGB value is (58,2,220). Sum of RGB (Red+Green+Blue) = 58+2+220=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02DC is #C5FD23. Grayscale: #2A2A2A. Windows color (decimal): -12975396 or 14418490. OLE color: 14418490.
HSL color Cylindrical-coordinate representation of color #3A02DC: hue angle of 255.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02DC is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 2 | 220 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.14 |
| HSL | 255.41º | 0.98% | 0.44% | - |
| HSV(B) | 255.41º | 0.99% | 0.86% | - |
| XYZ | 14.68 | 6.11 | 68.12 | - |
| YUV | 43.6 | 227.55 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 220 | 0.74 | 0.99 | 0 | 0.14 | 255.41 | 0.98 | 0.44 |
| Hex | 3A | 2 | DC | 4A | 63 | 0 | E | FF | 62 | 2C |
| Octal | 72 | 2 | 334 | 112 | 143 | 0 | 16 | 377 | 142 | 54 |
| Binary | 111010 | 10 | 11011100 | 1001010 | 1100011 | 0 | 1110 | 11111111 | 1100010 | 101100 |
Color Harmonies of #3A02DC
Complementary color
Monochromatic Colors of #3A02DC
Black with #3A02DC
Text Example
Text Example
White with #3A02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02DC; }
p { color: rgb(58,2,220); }
H1.HeaderClassName
{
color: #3A02DC;
}
.AnyTagClassName
{
color: #3A02DC;
}
</style>
background-color css
<style>
a { background-color: #3A02DC; }
a { background-color: rgb(58,2,220); }
div.DivClassName
{
background-color: #3A02DC;
}
.BgClassName
{
background-color: #3A02DC;
}
</style>
border-color css
<style>
span { border-color: #3A02DC; }
span { border-color: rgb(58,2,220); }
td.TdClassName
{
border-color: #3A02DC;
}
.TagClassName
{
border-color: #3A02DC;
}
</style>