Shades of Han Purple #3A02EB
Tints of Han Purple #3A02EB
RGB
CMYK
RGB Variations
Color information
#3A02EB (or 0x3A02EB) is known color: Han Purple. HEX triplet: 3A, 02 and EB. RGB value is (58,2,235). Sum of RGB (Red+Green+Blue) = 58+2+235=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A02EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A02EB is #C5FD14. Grayscale: #2C2C2C. Windows color (decimal): -12975381 or 15401530. OLE color: 15401530.
HSL color Cylindrical-coordinate representation of color #3A02EB: hue angle of 254.42º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02EB is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 2 | 235 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.08 |
| HSL | 254.42º | 0.98% | 0.46% | - |
| HSV(B) | 254.42º | 0.99% | 0.92% | - |
| XYZ | 16.76 | 6.94 | 79.05 | - |
| YUV | 45.31 | 235.05 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 235 | 0.75 | 0.99 | 0 | 0.08 | 254.42 | 0.98 | 0.46 |
| Hex | 3A | 2 | EB | 4B | 63 | 0 | 8 | FE | 62 | 2E |
| Octal | 72 | 2 | 353 | 113 | 143 | 0 | 10 | 376 | 142 | 56 |
| Binary | 111010 | 10 | 11101011 | 1001011 | 1100011 | 0 | 1000 | 11111110 | 1100010 | 101110 |
Color Harmonies of #3A02EB
Complementary color
Monochromatic Colors of #3A02EB
Black with #3A02EB
Text Example
Text Example
White with #3A02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02EB; }
p { color: rgb(58,2,235); }
H1.HeaderClassName
{
color: #3A02EB;
}
.AnyTagClassName
{
color: #3A02EB;
}
</style>
background-color css
<style>
a { background-color: #3A02EB; }
a { background-color: rgb(58,2,235); }
div.DivClassName
{
background-color: #3A02EB;
}
.BgClassName
{
background-color: #3A02EB;
}
</style>
border-color css
<style>
span { border-color: #3A02EB; }
span { border-color: rgb(58,2,235); }
td.TdClassName
{
border-color: #3A02EB;
}
.TagClassName
{
border-color: #3A02EB;
}
</style>