Shades of Han Purple #3401DF
Tints of Han Purple #3401DF
RGB
CMYK
RGB Variations
Color information
#3401DF (or 0x3401DF) is known color: Han Purple. HEX triplet: 34, 01 and DF. RGB value is (52,1,223). Sum of RGB (Red+Green+Blue) = 52+1+223=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #3401DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401DF is #CBFE20. Grayscale: #282828. Windows color (decimal): -13368865 or 14614836. OLE color: 14614836.
HSL color Cylindrical-coordinate representation of color #3401DF: hue angle of 253.78º 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 #3401DF is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 1 | 223 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.13 |
| HSL | 253.78º | 0.99% | 0.44% | - |
| HSV(B) | 253.78º | 1% | 0.87% | - |
| XYZ | 14.75 | 6.08 | 70.21 | - |
| YUV | 41.56 | 230.4 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 223 | 0.77 | 1.00 | 0 | 0.13 | 253.78 | 0.99 | 0.44 |
| Hex | 34 | 1 | DF | 4D | 64 | 0 | D | FE | 63 | 2C |
| Octal | 64 | 1 | 337 | 115 | 144 | 0 | 15 | 376 | 143 | 54 |
| Binary | 110100 | 1 | 11011111 | 1001101 | 1100100 | 0 | 1101 | 11111110 | 1100011 | 101100 |
Color Harmonies of #3401DF
Complementary color
Monochromatic Colors of #3401DF
Black with #3401DF
Text Example
Text Example
White with #3401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3401DF; }
p { color: rgb(52,1,223); }
H1.HeaderClassName
{
color: #3401DF;
}
.AnyTagClassName
{
color: #3401DF;
}
</style>
background-color css
<style>
a { background-color: #3401DF; }
a { background-color: rgb(52,1,223); }
div.DivClassName
{
background-color: #3401DF;
}
.BgClassName
{
background-color: #3401DF;
}
</style>
border-color css
<style>
span { border-color: #3401DF; }
span { border-color: rgb(52,1,223); }
td.TdClassName
{
border-color: #3401DF;
}
.TagClassName
{
border-color: #3401DF;
}
</style>