Shades of Han Purple #3403FD
Tints of Han Purple #3403FD
RGB
CMYK
RGB Variations
Color information
#3403FD (or 0x3403FD) is known color: Han Purple. HEX triplet: 34, 03 and FD. RGB value is (52,3,253). Sum of RGB (Red+Green+Blue) = 52+3+253=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #3403FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3403FD is #CBFC02. Grayscale: #2D2D2D. Windows color (decimal): -13368323 or 16581428. OLE color: 16581428.
HSL color Cylindrical-coordinate representation of color #3403FD: hue angle of 251.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403FD is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 3 | 253 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.01 |
| HSL | 251.76º | 0.98% | 0.5% | - |
| HSV(B) | 251.76º | 0.99% | 0.99% | - |
| XYZ | 19.18 | 7.89 | 93.44 | - |
| YUV | 46.15 | 244.73 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 253 | 0.79 | 0.99 | 0 | 0.01 | 251.76 | 0.98 | 0.5 |
| Hex | 34 | 3 | FD | 4F | 63 | 0 | 1 | FC | 62 | 32 |
| Octal | 64 | 3 | 375 | 117 | 143 | 0 | 1 | 374 | 142 | 62 |
| Binary | 110100 | 11 | 11111101 | 1001111 | 1100011 | 0 | 1 | 11111100 | 1100010 | 110010 |
Color Harmonies of #3403FD
Complementary color
Monochromatic Colors of #3403FD
Black with #3403FD
Text Example
Text Example
White with #3403FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403FD; }
p { color: rgb(52,3,253); }
H1.HeaderClassName
{
color: #3403FD;
}
.AnyTagClassName
{
color: #3403FD;
}
</style>
background-color css
<style>
a { background-color: #3403FD; }
a { background-color: rgb(52,3,253); }
div.DivClassName
{
background-color: #3403FD;
}
.BgClassName
{
background-color: #3403FD;
}
</style>
border-color css
<style>
span { border-color: #3403FD; }
span { border-color: rgb(52,3,253); }
td.TdClassName
{
border-color: #3403FD;
}
.TagClassName
{
border-color: #3403FD;
}
</style>