Shades of Han Purple #3A06CC
Tints of Han Purple #3A06CC
RGB
CMYK
RGB Variations
Color information
#3A06CC (or 0x3A06CC) is known color: Han Purple. HEX triplet: 3A, 06 and CC. RGB value is (58,6,204). Sum of RGB (Red+Green+Blue) = 58+6+204=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A06CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06CC is #C5F933. Grayscale: #2B2B2B. Windows color (decimal): -12974388 or 13370938. OLE color: 13370938.
HSL color Cylindrical-coordinate representation of color #3A06CC: hue angle of 255.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06CC is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 6 | 204 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.2 |
| HSL | 255.76º | 0.94% | 0.41% | - |
| HSV(B) | 255.76º | 0.97% | 0.8% | - |
| XYZ | 12.71 | 5.39 | 57.5 | - |
| YUV | 44.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 204 | 0.72 | 0.97 | 0 | 0.2 | 255.76 | 0.94 | 0.41 |
| Hex | 3A | 6 | CC | 48 | 61 | 0 | 14 | 100 | 5E | 29 |
| Octal | 72 | 6 | 314 | 110 | 141 | 0 | 24 | 400 | 136 | 51 |
| Binary | 111010 | 110 | 11001100 | 1001000 | 1100001 | 0 | 10100 | 100000000 | 1011110 | 101001 |
Color Harmonies of #3A06CC
Complementary color
Monochromatic Colors of #3A06CC
Black with #3A06CC
Text Example
Text Example
White with #3A06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A06CC; }
p { color: rgb(58,6,204); }
H1.HeaderClassName
{
color: #3A06CC;
}
.AnyTagClassName
{
color: #3A06CC;
}
</style>
background-color css
<style>
a { background-color: #3A06CC; }
a { background-color: rgb(58,6,204); }
div.DivClassName
{
background-color: #3A06CC;
}
.BgClassName
{
background-color: #3A06CC;
}
</style>
border-color css
<style>
span { border-color: #3A06CC; }
span { border-color: rgb(58,6,204); }
td.TdClassName
{
border-color: #3A06CC;
}
.TagClassName
{
border-color: #3A06CC;
}
</style>