Shades of Han Purple #3417EA
Tints of Han Purple #3417EA
RGB
CMYK
RGB Variations
Color information
#3417EA (or 0x3417EA) is known color: Han Purple. HEX triplet: 34, 17 and EA. RGB value is (52,23,234). Sum of RGB (Red+Green+Blue) = 52+23+234=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3417EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3417EA is #CBE815. Grayscale: #363636. Windows color (decimal): -13363222 or 15341364. OLE color: 15341364.
HSL color Cylindrical-coordinate representation of color #3417EA: hue angle of 248.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3417EA is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 23 | 234 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.08 |
| HSL | 248.25º | 0.83% | 0.5% | - |
| HSV(B) | 248.25º | 0.9% | 0.92% | - |
| XYZ | 16.57 | 7.28 | 78.37 | - |
| YUV | 55.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 234 | 0.78 | 0.90 | 0 | 0.08 | 248.25 | 0.83 | 0.5 |
| Hex | 34 | 17 | EA | 4E | 5A | 0 | 8 | F8 | 53 | 32 |
| Octal | 64 | 27 | 352 | 116 | 132 | 0 | 10 | 370 | 123 | 62 |
| Binary | 110100 | 10111 | 11101010 | 1001110 | 1011010 | 0 | 1000 | 11111000 | 1010011 | 110010 |
Color Harmonies of #3417EA
Complementary color
Monochromatic Colors of #3417EA
Black with #3417EA
Text Example
Text Example
White with #3417EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3417EA; }
p { color: rgb(52,23,234); }
H1.HeaderClassName
{
color: #3417EA;
}
.AnyTagClassName
{
color: #3417EA;
}
</style>
background-color css
<style>
a { background-color: #3417EA; }
a { background-color: rgb(52,23,234); }
div.DivClassName
{
background-color: #3417EA;
}
.BgClassName
{
background-color: #3417EA;
}
</style>
border-color css
<style>
span { border-color: #3417EA; }
span { border-color: rgb(52,23,234); }
td.TdClassName
{
border-color: #3417EA;
}
.TagClassName
{
border-color: #3417EA;
}
</style>