Shades of Han Purple #3A0FCC
Tints of Han Purple #3A0FCC
RGB
CMYK
RGB Variations
Color information
#3A0FCC (or 0x3A0FCC) is known color: Han Purple. HEX triplet: 3A, 0F and CC. RGB value is (58,15,204). Sum of RGB (Red+Green+Blue) = 58+15+204=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A0FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FCC is #C5F033. Grayscale: #303030. Windows color (decimal): -12972084 or 13373242. OLE color: 13373242.
HSL color Cylindrical-coordinate representation of color #3A0FCC: hue angle of 253.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0FCC is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 15 | 204 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.2 |
| HSL | 253.65º | 0.86% | 0.43% | - |
| HSV(B) | 253.65º | 0.93% | 0.8% | - |
| XYZ | 12.81 | 5.6 | 57.53 | - |
| YUV | 49.4 | 215.25 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 204 | 0.72 | 0.93 | 0 | 0.2 | 253.65 | 0.86 | 0.43 |
| Hex | 3A | F | CC | 48 | 5D | 0 | 14 | FE | 56 | 2B |
| Octal | 72 | 17 | 314 | 110 | 135 | 0 | 24 | 376 | 126 | 53 |
| Binary | 111010 | 1111 | 11001100 | 1001000 | 1011101 | 0 | 10100 | 11111110 | 1010110 | 101011 |
Color Harmonies of #3A0FCC
Complementary color
Monochromatic Colors of #3A0FCC
Black with #3A0FCC
Text Example
Text Example
White with #3A0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FCC; }
p { color: rgb(58,15,204); }
H1.HeaderClassName
{
color: #3A0FCC;
}
.AnyTagClassName
{
color: #3A0FCC;
}
</style>
background-color css
<style>
a { background-color: #3A0FCC; }
a { background-color: rgb(58,15,204); }
div.DivClassName
{
background-color: #3A0FCC;
}
.BgClassName
{
background-color: #3A0FCC;
}
</style>
border-color css
<style>
span { border-color: #3A0FCC; }
span { border-color: rgb(58,15,204); }
td.TdClassName
{
border-color: #3A0FCC;
}
.TagClassName
{
border-color: #3A0FCC;
}
</style>