Shades of Han Purple #3401ED
Tints of Han Purple #3401ED
RGB
CMYK
RGB Variations
Color information
#3401ED (or 0x3401ED) is known color: Han Purple. HEX triplet: 34, 01 and ED. RGB value is (52,1,237). Sum of RGB (Red+Green+Blue) = 52+1+237=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #3401ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3401ED is #CBFE12. Grayscale: #2A2A2A. Windows color (decimal): -13368851 or 15532340. OLE color: 15532340.
HSL color Cylindrical-coordinate representation of color #3401ED: hue angle of 252.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3401ED is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 1 | 237 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.07 |
| HSL | 252.97º | 0.99% | 0.47% | - |
| HSV(B) | 252.97º | 1% | 0.93% | - |
| XYZ | 16.71 | 6.87 | 80.57 | - |
| YUV | 43.15 | 237.4 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 237 | 0.78 | 1.00 | 0 | 0.07 | 252.97 | 0.99 | 0.47 |
| Hex | 34 | 1 | ED | 4E | 64 | 0 | 7 | FD | 63 | 2F |
| Octal | 64 | 1 | 355 | 116 | 144 | 0 | 7 | 375 | 143 | 57 |
| Binary | 110100 | 1 | 11101101 | 1001110 | 1100100 | 0 | 111 | 11111101 | 1100011 | 101111 |
Color Harmonies of #3401ED
Complementary color
Monochromatic Colors of #3401ED
Black with #3401ED
Text Example
Text Example
White with #3401ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401ED; }
p { color: rgb(52,1,237); }
H1.HeaderClassName
{
color: #3401ED;
}
.AnyTagClassName
{
color: #3401ED;
}
</style>
background-color css
<style>
a { background-color: #3401ED; }
a { background-color: rgb(52,1,237); }
div.DivClassName
{
background-color: #3401ED;
}
.BgClassName
{
background-color: #3401ED;
}
</style>
border-color css
<style>
span { border-color: #3401ED; }
span { border-color: rgb(52,1,237); }
td.TdClassName
{
border-color: #3401ED;
}
.TagClassName
{
border-color: #3401ED;
}
</style>