Shades of Han Purple #3401DE
Tints of Han Purple #3401DE
RGB
CMYK
RGB Variations
Color information
#3401DE (or 0x3401DE) is known color: Han Purple. HEX triplet: 34, 01 and DE. RGB value is (52,1,222). Sum of RGB (Red+Green+Blue) = 52+1+222=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #3401DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401DE is #CBFE21. Grayscale: #282828. Windows color (decimal): -13368866 or 14549300. OLE color: 14549300.
HSL color Cylindrical-coordinate representation of color #3401DE: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3401DE is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 1 | 222 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.13 |
| HSL | 253.85º | 0.99% | 0.44% | - |
| HSV(B) | 253.85º | 1% | 0.87% | - |
| XYZ | 14.61 | 6.03 | 69.5 | - |
| YUV | 41.44 | 229.9 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 222 | 0.77 | 1.00 | 0 | 0.13 | 253.85 | 0.99 | 0.44 |
| Hex | 34 | 1 | DE | 4D | 64 | 0 | D | FE | 63 | 2C |
| Octal | 64 | 1 | 336 | 115 | 144 | 0 | 15 | 376 | 143 | 54 |
| Binary | 110100 | 1 | 11011110 | 1001101 | 1100100 | 0 | 1101 | 11111110 | 1100011 | 101100 |
Color Harmonies of #3401DE
Complementary color
Monochromatic Colors of #3401DE
Black with #3401DE
Text Example
Text Example
White with #3401DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401DE; }
p { color: rgb(52,1,222); }
H1.HeaderClassName
{
color: #3401DE;
}
.AnyTagClassName
{
color: #3401DE;
}
</style>
background-color css
<style>
a { background-color: #3401DE; }
a { background-color: rgb(52,1,222); }
div.DivClassName
{
background-color: #3401DE;
}
.BgClassName
{
background-color: #3401DE;
}
</style>
border-color css
<style>
span { border-color: #3401DE; }
span { border-color: rgb(52,1,222); }
td.TdClassName
{
border-color: #3401DE;
}
.TagClassName
{
border-color: #3401DE;
}
</style>