Shades of Han Purple #3A02EF
Tints of Han Purple #3A02EF
RGB
CMYK
RGB Variations
Color information
#3A02EF (or 0x3A02EF) is known color: Han Purple. HEX triplet: 3A, 02 and EF. RGB value is (58,2,239). Sum of RGB (Red+Green+Blue) = 58+2+239=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A02EF is #C5FD10. Grayscale: #2C2C2C. Windows color (decimal): -12975377 or 15663674. OLE color: 15663674.
HSL color Cylindrical-coordinate representation of color #3A02EF: hue angle of 254.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02EF is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 2 | 239 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.06 |
| HSL | 254.18º | 0.98% | 0.47% | - |
| HSV(B) | 254.18º | 0.99% | 0.94% | - |
| XYZ | 17.35 | 7.17 | 82.13 | - |
| YUV | 45.76 | 237.05 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 239 | 0.76 | 0.99 | 0 | 0.06 | 254.18 | 0.98 | 0.47 |
| Hex | 3A | 2 | EF | 4C | 63 | 0 | 6 | FE | 62 | 2F |
| Octal | 72 | 2 | 357 | 114 | 143 | 0 | 6 | 376 | 142 | 57 |
| Binary | 111010 | 10 | 11101111 | 1001100 | 1100011 | 0 | 110 | 11111110 | 1100010 | 101111 |
Color Harmonies of #3A02EF
Complementary color
Monochromatic Colors of #3A02EF
Black with #3A02EF
Text Example
Text Example
White with #3A02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02EF; }
p { color: rgb(58,2,239); }
H1.HeaderClassName
{
color: #3A02EF;
}
.AnyTagClassName
{
color: #3A02EF;
}
</style>
background-color css
<style>
a { background-color: #3A02EF; }
a { background-color: rgb(58,2,239); }
div.DivClassName
{
background-color: #3A02EF;
}
.BgClassName
{
background-color: #3A02EF;
}
</style>
border-color css
<style>
span { border-color: #3A02EF; }
span { border-color: rgb(58,2,239); }
td.TdClassName
{
border-color: #3A02EF;
}
.TagClassName
{
border-color: #3A02EF;
}
</style>