Shades of Han Purple #3418D1
Tints of Han Purple #3418D1
RGB
CMYK
RGB Variations
Color information
#3418D1 (or 0x3418D1) is known color: Han Purple. HEX triplet: 34, 18 and D1. RGB value is (52,24,209). Sum of RGB (Red+Green+Blue) = 52+24+209=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #3418D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418D1 is #CBE72E. Grayscale: #343434. Windows color (decimal): -13362991 or 13703220. OLE color: 13703220.
HSL color Cylindrical-coordinate representation of color #3418D1: hue angle of 249.08º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3418D1 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 24 | 209 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.18 |
| HSL | 249.08º | 0.79% | 0.46% | - |
| HSV(B) | 249.08º | 0.89% | 0.82% | - |
| XYZ | 13.25 | 5.99 | 60.78 | - |
| YUV | 53.46 | 215.78 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 209 | 0.75 | 0.89 | 0 | 0.18 | 249.08 | 0.79 | 0.46 |
| Hex | 34 | 18 | D1 | 4B | 59 | 0 | 12 | F9 | 4F | 2E |
| Octal | 64 | 30 | 321 | 113 | 131 | 0 | 22 | 371 | 117 | 56 |
| Binary | 110100 | 11000 | 11010001 | 1001011 | 1011001 | 0 | 10010 | 11111001 | 1001111 | 101110 |
Color Harmonies of #3418D1
Complementary color
Monochromatic Colors of #3418D1
Black with #3418D1
Text Example
Text Example
White with #3418D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3418D1; }
p { color: rgb(52,24,209); }
H1.HeaderClassName
{
color: #3418D1;
}
.AnyTagClassName
{
color: #3418D1;
}
</style>
background-color css
<style>
a { background-color: #3418D1; }
a { background-color: rgb(52,24,209); }
div.DivClassName
{
background-color: #3418D1;
}
.BgClassName
{
background-color: #3418D1;
}
</style>
border-color css
<style>
span { border-color: #3418D1; }
span { border-color: rgb(52,24,209); }
td.TdClassName
{
border-color: #3418D1;
}
.TagClassName
{
border-color: #3418D1;
}
</style>