Shades of Han Purple #3A00E9
Tints of Han Purple #3A00E9
RGB
CMYK
RGB Variations
Color information
#3A00E9 (or 0x3A00E9) is known color: Han Purple. HEX triplet: 3A, 00 and E9. RGB value is (58,0,233). Sum of RGB (Red+Green+Blue) = 58+0+233=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 233 (91.41% from 255 or 80.07% from 291); Max value from RGB is 233 - color contains mainly: blue. Hex color #3A00E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00E9 is #C5FF16. Grayscale: #2B2B2B. Windows color (decimal): -12975895 or 15269946. OLE color: 15269946.
HSL color Cylindrical-coordinate representation of color #3A00E9: hue angle of 254.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00E9 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 0 | 233 | - |
| CMYK | 0.75 | 1 | 0 | 0.09 |
| HSL | 254.94º | 1% | 0.46% | - |
| HSV(B) | 254.94º | 1% | 0.91% | - |
| XYZ | 16.45 | 6.78 | 77.53 | - |
| YUV | 43.9 | 234.72 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 233 | 0.75 | 1 | 0 | 0.09 | 254.94 | 1 | 0.46 |
| Hex | 3A | 0 | E9 | 4B | 64 | 0 | 9 | FF | 64 | 2E |
| Octal | 72 | 0 | 351 | 113 | 144 | 0 | 11 | 377 | 144 | 56 |
| Binary | 111010 | 0 | 11101001 | 1001011 | 1100100 | 0 | 1001 | 11111111 | 1100100 | 101110 |
Color Harmonies of #3A00E9
Complementary color
Monochromatic Colors of #3A00E9
Black with #3A00E9
Text Example
Text Example
White with #3A00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00E9; }
p { color: rgb(58,0,233); }
H1.HeaderClassName
{
color: #3A00E9;
}
.AnyTagClassName
{
color: #3A00E9;
}
</style>
background-color css
<style>
a { background-color: #3A00E9; }
a { background-color: rgb(58,0,233); }
div.DivClassName
{
background-color: #3A00E9;
}
.BgClassName
{
background-color: #3A00E9;
}
</style>
border-color css
<style>
span { border-color: #3A00E9; }
span { border-color: rgb(58,0,233); }
td.TdClassName
{
border-color: #3A00E9;
}
.TagClassName
{
border-color: #3A00E9;
}
</style>