Shades of Han Purple #3A0FCA
Tints of Han Purple #3A0FCA
RGB
CMYK
RGB Variations
Color information
#3A0FCA (or 0x3A0FCA) is known color: Han Purple. HEX triplet: 3A, 0F and CA. RGB value is (58,15,202). Sum of RGB (Red+Green+Blue) = 58+15+202=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A0FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FCA is #C5F035. Grayscale: #303030. Windows color (decimal): -12972086 or 13242170. OLE color: 13242170.
HSL color Cylindrical-coordinate representation of color #3A0FCA: hue angle of 253.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0FCA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 15 | 202 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.21 |
| HSL | 253.8º | 0.86% | 0.43% | - |
| HSV(B) | 253.8º | 0.93% | 0.79% | - |
| XYZ | 12.58 | 5.51 | 56.28 | - |
| YUV | 49.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 202 | 0.71 | 0.93 | 0 | 0.21 | 253.8 | 0.86 | 0.43 |
| Hex | 3A | F | CA | 47 | 5D | 0 | 15 | FE | 56 | 2B |
| Octal | 72 | 17 | 312 | 107 | 135 | 0 | 25 | 376 | 126 | 53 |
| Binary | 111010 | 1111 | 11001010 | 1000111 | 1011101 | 0 | 10101 | 11111110 | 1010110 | 101011 |
Color Harmonies of #3A0FCA
Complementary color
Monochromatic Colors of #3A0FCA
Black with #3A0FCA
Text Example
Text Example
White with #3A0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FCA; }
p { color: rgb(58,15,202); }
H1.HeaderClassName
{
color: #3A0FCA;
}
.AnyTagClassName
{
color: #3A0FCA;
}
</style>
background-color css
<style>
a { background-color: #3A0FCA; }
a { background-color: rgb(58,15,202); }
div.DivClassName
{
background-color: #3A0FCA;
}
.BgClassName
{
background-color: #3A0FCA;
}
</style>
border-color css
<style>
span { border-color: #3A0FCA; }
span { border-color: rgb(58,15,202); }
td.TdClassName
{
border-color: #3A0FCA;
}
.TagClassName
{
border-color: #3A0FCA;
}
</style>