Shades of Han Purple #390AED
Tints of Han Purple #390AED
RGB
CMYK
RGB Variations
Color information
#390AED (or 0x390AED) is known color: Han Purple. HEX triplet: 39, 0A and ED. RGB value is (57,10,237). Sum of RGB (Red+Green+Blue) = 57+10+237=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #390AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AED is #C6F512. Grayscale: #313131. Windows color (decimal): -13038867 or 15534649. OLE color: 15534649.
HSL color Cylindrical-coordinate representation of color #390AED: hue angle of 252.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390AED is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 10 | 237 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.07 |
| HSL | 252.42º | 0.92% | 0.48% | - |
| HSV(B) | 252.42º | 0.96% | 0.93% | - |
| XYZ | 17.08 | 7.2 | 80.61 | - |
| YUV | 49.93 | 233.57 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 237 | 0.76 | 0.96 | 0 | 0.07 | 252.42 | 0.92 | 0.48 |
| Hex | 39 | A | ED | 4C | 60 | 0 | 7 | FC | 5C | 30 |
| Octal | 71 | 12 | 355 | 114 | 140 | 0 | 7 | 374 | 134 | 60 |
| Binary | 111001 | 1010 | 11101101 | 1001100 | 1100000 | 0 | 111 | 11111100 | 1011100 | 110000 |
Color Harmonies of #390AED
Complementary color
Monochromatic Colors of #390AED
Black with #390AED
Text Example
Text Example
White with #390AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AED; }
p { color: rgb(57,10,237); }
H1.HeaderClassName
{
color: #390AED;
}
.AnyTagClassName
{
color: #390AED;
}
</style>
background-color css
<style>
a { background-color: #390AED; }
a { background-color: rgb(57,10,237); }
div.DivClassName
{
background-color: #390AED;
}
.BgClassName
{
background-color: #390AED;
}
</style>
border-color css
<style>
span { border-color: #390AED; }
span { border-color: rgb(57,10,237); }
td.TdClassName
{
border-color: #390AED;
}
.TagClassName
{
border-color: #390AED;
}
</style>