Shades of Han Purple #3418D8
Tints of Han Purple #3418D8
RGB
CMYK
RGB Variations
Color information
#3418D8 (or 0x3418D8) is known color: Han Purple. HEX triplet: 34, 18 and D8. RGB value is (52,24,216). Sum of RGB (Red+Green+Blue) = 52+24+216=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 216 (84.77% from 255 or 73.97% from 292); Max value from RGB is 216 - color contains mainly: blue. Hex color #3418D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418D8 is #CBE727. Grayscale: #353535. Windows color (decimal): -13362984 or 14161972. OLE color: 14161972.
HSL color Cylindrical-coordinate representation of color #3418D8: hue angle of 248.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3418D8 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 24 | 216 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.15 |
| HSL | 248.75º | 0.8% | 0.47% | - |
| HSV(B) | 248.75º | 0.89% | 0.85% | - |
| XYZ | 14.14 | 6.34 | 65.44 | - |
| YUV | 54.26 | 219.28 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 216 | 0.76 | 0.89 | 0 | 0.15 | 248.75 | 0.8 | 0.47 |
| Hex | 34 | 18 | D8 | 4C | 59 | 0 | F | F9 | 50 | 2F |
| Octal | 64 | 30 | 330 | 114 | 131 | 0 | 17 | 371 | 120 | 57 |
| Binary | 110100 | 11000 | 11011000 | 1001100 | 1011001 | 0 | 1111 | 11111001 | 1010000 | 101111 |
Color Harmonies of #3418D8
Complementary color
Monochromatic Colors of #3418D8
Black with #3418D8
Text Example
Text Example
White with #3418D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3418D8; }
p { color: rgb(52,24,216); }
H1.HeaderClassName
{
color: #3418D8;
}
.AnyTagClassName
{
color: #3418D8;
}
</style>
background-color css
<style>
a { background-color: #3418D8; }
a { background-color: rgb(52,24,216); }
div.DivClassName
{
background-color: #3418D8;
}
.BgClassName
{
background-color: #3418D8;
}
</style>
border-color css
<style>
span { border-color: #3418D8; }
span { border-color: rgb(52,24,216); }
td.TdClassName
{
border-color: #3418D8;
}
.TagClassName
{
border-color: #3418D8;
}
</style>