Shades of Han Purple #3A0AFD
Tints of Han Purple #3A0AFD
RGB
CMYK
RGB Variations
Color information
#3A0AFD (or 0x3A0AFD) is known color: Han Purple. HEX triplet: 3A, 0A and FD. RGB value is (58,10,253). Sum of RGB (Red+Green+Blue) = 58+10+253=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A0AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0AFD is #C5F502. Grayscale: #333333. Windows color (decimal): -12973315 or 16583226. OLE color: 16583226.
HSL color Cylindrical-coordinate representation of color #3A0AFD: hue angle of 251.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0AFD is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 10 | 253 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.01 |
| HSL | 251.85º | 0.98% | 0.52% | - |
| HSV(B) | 251.85º | 0.96% | 0.99% | - |
| XYZ | 19.58 | 8.21 | 93.48 | - |
| YUV | 52.05 | 241.4 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 253 | 0.77 | 0.96 | 0 | 0.01 | 251.85 | 0.98 | 0.52 |
| Hex | 3A | A | FD | 4D | 60 | 0 | 1 | FC | 62 | 34 |
| Octal | 72 | 12 | 375 | 115 | 140 | 0 | 1 | 374 | 142 | 64 |
| Binary | 111010 | 1010 | 11111101 | 1001101 | 1100000 | 0 | 1 | 11111100 | 1100010 | 110100 |
Color Harmonies of #3A0AFD
Complementary color
Monochromatic Colors of #3A0AFD
Black with #3A0AFD
Text Example
Text Example
White with #3A0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0AFD; }
p { color: rgb(58,10,253); }
H1.HeaderClassName
{
color: #3A0AFD;
}
.AnyTagClassName
{
color: #3A0AFD;
}
</style>
background-color css
<style>
a { background-color: #3A0AFD; }
a { background-color: rgb(58,10,253); }
div.DivClassName
{
background-color: #3A0AFD;
}
.BgClassName
{
background-color: #3A0AFD;
}
</style>
border-color css
<style>
span { border-color: #3A0AFD; }
span { border-color: rgb(58,10,253); }
td.TdClassName
{
border-color: #3A0AFD;
}
.TagClassName
{
border-color: #3A0AFD;
}
</style>