Shades of Han Purple #3A02F3
Tints of Han Purple #3A02F3
RGB
CMYK
RGB Variations
Color information
#3A02F3 (or 0x3A02F3) is known color: Han Purple. HEX triplet: 3A, 02 and F3. RGB value is (58,2,243). Sum of RGB (Red+Green+Blue) = 58+2+243=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #3A02F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A02F3 is #C5FD0C. Grayscale: #2D2D2D. Windows color (decimal): -12975373 or 15925818. OLE color: 15925818.
HSL color Cylindrical-coordinate representation of color #3A02F3: hue angle of 253.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02F3 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 2 | 243 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.05 |
| HSL | 253.94º | 0.98% | 0.48% | - |
| HSV(B) | 253.94º | 0.99% | 0.95% | - |
| XYZ | 17.94 | 7.41 | 85.28 | - |
| YUV | 46.22 | 239.05 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 243 | 0.76 | 0.99 | 0 | 0.05 | 253.94 | 0.98 | 0.48 |
| Hex | 3A | 2 | F3 | 4C | 63 | 0 | 5 | FE | 62 | 30 |
| Octal | 72 | 2 | 363 | 114 | 143 | 0 | 5 | 376 | 142 | 60 |
| Binary | 111010 | 10 | 11110011 | 1001100 | 1100011 | 0 | 101 | 11111110 | 1100010 | 110000 |
Color Harmonies of #3A02F3
Complementary color
Monochromatic Colors of #3A02F3
Black with #3A02F3
Text Example
Text Example
White with #3A02F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02F3; }
p { color: rgb(58,2,243); }
H1.HeaderClassName
{
color: #3A02F3;
}
.AnyTagClassName
{
color: #3A02F3;
}
</style>
background-color css
<style>
a { background-color: #3A02F3; }
a { background-color: rgb(58,2,243); }
div.DivClassName
{
background-color: #3A02F3;
}
.BgClassName
{
background-color: #3A02F3;
}
</style>
border-color css
<style>
span { border-color: #3A02F3; }
span { border-color: rgb(58,2,243); }
td.TdClassName
{
border-color: #3A02F3;
}
.TagClassName
{
border-color: #3A02F3;
}
</style>