Shades of Han Purple #3403ED
Tints of Han Purple #3403ED
RGB
CMYK
RGB Variations
Color information
#3403ED (or 0x3403ED) is known color: Han Purple. HEX triplet: 34, 03 and ED. RGB value is (52,3,237). Sum of RGB (Red+Green+Blue) = 52+3+237=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 237 (92.97% from 255 or 81.16% from 292); Max value from RGB is 237 - color contains mainly: blue. Hex color #3403ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3403ED is #CBFC12. Grayscale: #2B2B2B. Windows color (decimal): -13368339 or 15532852. OLE color: 15532852.
HSL color Cylindrical-coordinate representation of color #3403ED: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403ED is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 3 | 237 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.07 |
| HSL | 252.56º | 0.98% | 0.47% | - |
| HSV(B) | 252.56º | 0.99% | 0.93% | - |
| XYZ | 16.73 | 6.91 | 80.57 | - |
| YUV | 44.33 | 236.73 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 237 | 0.78 | 0.99 | 0 | 0.07 | 252.56 | 0.98 | 0.47 |
| Hex | 34 | 3 | ED | 4E | 63 | 0 | 7 | FD | 62 | 2F |
| Octal | 64 | 3 | 355 | 116 | 143 | 0 | 7 | 375 | 142 | 57 |
| Binary | 110100 | 11 | 11101101 | 1001110 | 1100011 | 0 | 111 | 11111101 | 1100010 | 101111 |
Color Harmonies of #3403ED
Complementary color
Monochromatic Colors of #3403ED
Black with #3403ED
Text Example
Text Example
White with #3403ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403ED; }
p { color: rgb(52,3,237); }
H1.HeaderClassName
{
color: #3403ED;
}
.AnyTagClassName
{
color: #3403ED;
}
</style>
background-color css
<style>
a { background-color: #3403ED; }
a { background-color: rgb(52,3,237); }
div.DivClassName
{
background-color: #3403ED;
}
.BgClassName
{
background-color: #3403ED;
}
</style>
border-color css
<style>
span { border-color: #3403ED; }
span { border-color: rgb(52,3,237); }
td.TdClassName
{
border-color: #3403ED;
}
.TagClassName
{
border-color: #3403ED;
}
</style>