Shades of Han Purple #3417FD
Tints of Han Purple #3417FD
RGB
CMYK
RGB Variations
Color information
#3417FD (or 0x3417FD) is known color: Han Purple. HEX triplet: 34, 17 and FD. RGB value is (52,23,253). Sum of RGB (Red+Green+Blue) = 52+23+253=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #3417FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3417FD is #CBE802. Grayscale: #393939. Windows color (decimal): -13363203 or 16586548. OLE color: 16586548.
HSL color Cylindrical-coordinate representation of color #3417FD: hue angle of 247.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3417FD is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 23 | 253 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.01 |
| HSL | 247.57º | 0.98% | 0.54% | - |
| HSV(B) | 247.57º | 0.91% | 0.99% | - |
| XYZ | 19.45 | 8.43 | 93.53 | - |
| YUV | 57.89 | 238.11 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 253 | 0.79 | 0.91 | 0 | 0.01 | 247.57 | 0.98 | 0.54 |
| Hex | 34 | 17 | FD | 4F | 5B | 0 | 1 | F8 | 62 | 36 |
| Octal | 64 | 27 | 375 | 117 | 133 | 0 | 1 | 370 | 142 | 66 |
| Binary | 110100 | 10111 | 11111101 | 1001111 | 1011011 | 0 | 1 | 11111000 | 1100010 | 110110 |
Color Harmonies of #3417FD
Complementary color
Monochromatic Colors of #3417FD
Black with #3417FD
Text Example
Text Example
White with #3417FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3417FD; }
p { color: rgb(52,23,253); }
H1.HeaderClassName
{
color: #3417FD;
}
.AnyTagClassName
{
color: #3417FD;
}
</style>
background-color css
<style>
a { background-color: #3417FD; }
a { background-color: rgb(52,23,253); }
div.DivClassName
{
background-color: #3417FD;
}
.BgClassName
{
background-color: #3417FD;
}
</style>
border-color css
<style>
span { border-color: #3417FD; }
span { border-color: rgb(52,23,253); }
td.TdClassName
{
border-color: #3417FD;
}
.TagClassName
{
border-color: #3417FD;
}
</style>