Shades of Han Purple #3413FD
Tints of Han Purple #3413FD
RGB
CMYK
RGB Variations
Color information
#3413FD (or 0x3413FD) is known color: Han Purple. HEX triplet: 34, 13 and FD. RGB value is (52,19,253). Sum of RGB (Red+Green+Blue) = 52+19+253=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #3413FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3413FD is #CBEC02. Grayscale: #363636. Windows color (decimal): -13364227 or 16585524. OLE color: 16585524.
HSL color Cylindrical-coordinate representation of color #3413FD: hue angle of 248.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3413FD is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 19 | 253 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.01 |
| HSL | 248.46º | 0.98% | 0.53% | - |
| HSV(B) | 248.46º | 0.92% | 0.99% | - |
| XYZ | 19.38 | 8.29 | 93.51 | - |
| YUV | 55.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 253 | 0.79 | 0.92 | 0 | 0.01 | 248.46 | 0.98 | 0.53 |
| Hex | 34 | 13 | FD | 4F | 5C | 0 | 1 | F8 | 62 | 35 |
| Octal | 64 | 23 | 375 | 117 | 134 | 0 | 1 | 370 | 142 | 65 |
| Binary | 110100 | 10011 | 11111101 | 1001111 | 1011100 | 0 | 1 | 11111000 | 1100010 | 110101 |
Color Harmonies of #3413FD
Complementary color
Monochromatic Colors of #3413FD
Black with #3413FD
Text Example
Text Example
White with #3413FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3413FD; }
p { color: rgb(52,19,253); }
H1.HeaderClassName
{
color: #3413FD;
}
.AnyTagClassName
{
color: #3413FD;
}
</style>
background-color css
<style>
a { background-color: #3413FD; }
a { background-color: rgb(52,19,253); }
div.DivClassName
{
background-color: #3413FD;
}
.BgClassName
{
background-color: #3413FD;
}
</style>
border-color css
<style>
span { border-color: #3413FD; }
span { border-color: rgb(52,19,253); }
td.TdClassName
{
border-color: #3413FD;
}
.TagClassName
{
border-color: #3413FD;
}
</style>