Shades of Han Purple #3418EF
Tints of Han Purple #3418EF
RGB
CMYK
RGB Variations
Color information
#3418EF (or 0x3418EF) is known color: Han Purple. HEX triplet: 34, 18 and EF. RGB value is (52,24,239). Sum of RGB (Red+Green+Blue) = 52+24+239=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #3418EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3418EF is #CBE710. Grayscale: #383838. Windows color (decimal): -13362961 or 15669300. OLE color: 15669300.
HSL color Cylindrical-coordinate representation of color #3418EF: hue angle of 247.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3418EF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 24 | 239 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.06 |
| HSL | 247.81º | 0.87% | 0.52% | - |
| HSV(B) | 247.81º | 0.9% | 0.94% | - |
| XYZ | 17.32 | 7.62 | 82.22 | - |
| YUV | 56.88 | 230.78 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 239 | 0.78 | 0.90 | 0 | 0.06 | 247.81 | 0.87 | 0.52 |
| Hex | 34 | 18 | EF | 4E | 5A | 0 | 6 | F8 | 57 | 34 |
| Octal | 64 | 30 | 357 | 116 | 132 | 0 | 6 | 370 | 127 | 64 |
| Binary | 110100 | 11000 | 11101111 | 1001110 | 1011010 | 0 | 110 | 11111000 | 1010111 | 110100 |
Color Harmonies of #3418EF
Complementary color
Monochromatic Colors of #3418EF
Black with #3418EF
Text Example
Text Example
White with #3418EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3418EF; }
p { color: rgb(52,24,239); }
H1.HeaderClassName
{
color: #3418EF;
}
.AnyTagClassName
{
color: #3418EF;
}
</style>
background-color css
<style>
a { background-color: #3418EF; }
a { background-color: rgb(52,24,239); }
div.DivClassName
{
background-color: #3418EF;
}
.BgClassName
{
background-color: #3418EF;
}
</style>
border-color css
<style>
span { border-color: #3418EF; }
span { border-color: rgb(52,24,239); }
td.TdClassName
{
border-color: #3418EF;
}
.TagClassName
{
border-color: #3418EF;
}
</style>