Shades of Han Purple #3D19EA
Tints of Han Purple #3D19EA
RGB
CMYK
RGB Variations
Color information
#3D19EA (or 0x3D19EA) is known color: Han Purple. HEX triplet: 3D, 19 and EA. RGB value is (61,25,234). Sum of RGB (Red+Green+Blue) = 61+25+234=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D19EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D19EA is #C2E615. Grayscale: #3A3A3A. Windows color (decimal): -12772886 or 15341885. OLE color: 15341885.
HSL color Cylindrical-coordinate representation of color #3D19EA: hue angle of 250.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D19EA is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 25 | 234 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.08 |
| HSL | 250.33º | 0.83% | 0.51% | - |
| HSV(B) | 250.33º | 0.89% | 0.92% | - |
| XYZ | 17.12 | 7.63 | 78.41 | - |
| YUV | 59.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 234 | 0.74 | 0.89 | 0 | 0.08 | 250.33 | 0.83 | 0.51 |
| Hex | 3D | 19 | EA | 4A | 59 | 0 | 8 | FA | 53 | 33 |
| Octal | 75 | 31 | 352 | 112 | 131 | 0 | 10 | 372 | 123 | 63 |
| Binary | 111101 | 11001 | 11101010 | 1001010 | 1011001 | 0 | 1000 | 11111010 | 1010011 | 110011 |
Color Harmonies of #3D19EA
Complementary color
Monochromatic Colors of #3D19EA
Black with #3D19EA
Text Example
Text Example
White with #3D19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19EA; }
p { color: rgb(61,25,234); }
H1.HeaderClassName
{
color: #3D19EA;
}
.AnyTagClassName
{
color: #3D19EA;
}
</style>
background-color css
<style>
a { background-color: #3D19EA; }
a { background-color: rgb(61,25,234); }
div.DivClassName
{
background-color: #3D19EA;
}
.BgClassName
{
background-color: #3D19EA;
}
</style>
border-color css
<style>
span { border-color: #3D19EA; }
span { border-color: rgb(61,25,234); }
td.TdClassName
{
border-color: #3D19EA;
}
.TagClassName
{
border-color: #3D19EA;
}
</style>