Shades of Han Purple #3A00E8
Tints of Han Purple #3A00E8
RGB
CMYK
RGB Variations
Color information
#3A00E8 (or 0x3A00E8) is known color: Han Purple. HEX triplet: 3A, 00 and E8. RGB value is (58,0,232). Sum of RGB (Red+Green+Blue) = 58+0+232=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 232 (91.02% from 255 or 80% from 290); Max value from RGB is 232 - color contains mainly: blue. Hex color #3A00E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00E8 is #C5FF17. Grayscale: #2A2A2A. Windows color (decimal): -12975896 or 15204410. OLE color: 15204410.
HSL color Cylindrical-coordinate representation of color #3A00E8: hue angle of 255º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00E8 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 0 | 232 | - |
| CMYK | 0.75 | 1 | 0 | 0.09 |
| HSL | 255º | 1% | 0.45% | - |
| HSV(B) | 255º | 1% | 0.91% | - |
| XYZ | 16.31 | 6.73 | 76.78 | - |
| YUV | 43.79 | 234.22 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 232 | 0.75 | 1 | 0 | 0.09 | 255 | 1 | 0.45 |
| Hex | 3A | 0 | E8 | 4B | 64 | 0 | 9 | FF | 64 | 2D |
| Octal | 72 | 0 | 350 | 113 | 144 | 0 | 11 | 377 | 144 | 55 |
| Binary | 111010 | 0 | 11101000 | 1001011 | 1100100 | 0 | 1001 | 11111111 | 1100100 | 101101 |
Color Harmonies of #3A00E8
Complementary color
Monochromatic Colors of #3A00E8
Black with #3A00E8
Text Example
Text Example
White with #3A00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00E8; }
p { color: rgb(58,0,232); }
H1.HeaderClassName
{
color: #3A00E8;
}
.AnyTagClassName
{
color: #3A00E8;
}
</style>
background-color css
<style>
a { background-color: #3A00E8; }
a { background-color: rgb(58,0,232); }
div.DivClassName
{
background-color: #3A00E8;
}
.BgClassName
{
background-color: #3A00E8;
}
</style>
border-color css
<style>
span { border-color: #3A00E8; }
span { border-color: rgb(58,0,232); }
td.TdClassName
{
border-color: #3A00E8;
}
.TagClassName
{
border-color: #3A00E8;
}
</style>