Shades of Han Purple #3402DF
Tints of Han Purple #3402DF
RGB
CMYK
RGB Variations
Color information
#3402DF (or 0x3402DF) is known color: Han Purple. HEX triplet: 34, 02 and DF. RGB value is (52,2,223). Sum of RGB (Red+Green+Blue) = 52+2+223=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #3402DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402DF is #CBFD20. Grayscale: #292929. Windows color (decimal): -13368609 or 14615092. OLE color: 14615092.
HSL color Cylindrical-coordinate representation of color #3402DF: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402DF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 2 | 223 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.13 |
| HSL | 253.57º | 0.98% | 0.44% | - |
| HSV(B) | 253.57º | 0.99% | 0.87% | - |
| XYZ | 14.76 | 6.1 | 70.21 | - |
| YUV | 42.14 | 230.07 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 223 | 0.77 | 0.99 | 0 | 0.13 | 253.57 | 0.98 | 0.44 |
| Hex | 34 | 2 | DF | 4D | 63 | 0 | D | FE | 62 | 2C |
| Octal | 64 | 2 | 337 | 115 | 143 | 0 | 15 | 376 | 142 | 54 |
| Binary | 110100 | 10 | 11011111 | 1001101 | 1100011 | 0 | 1101 | 11111110 | 1100010 | 101100 |
Color Harmonies of #3402DF
Complementary color
Monochromatic Colors of #3402DF
Black with #3402DF
Text Example
Text Example
White with #3402DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3402DF; }
p { color: rgb(52,2,223); }
H1.HeaderClassName
{
color: #3402DF;
}
.AnyTagClassName
{
color: #3402DF;
}
</style>
background-color css
<style>
a { background-color: #3402DF; }
a { background-color: rgb(52,2,223); }
div.DivClassName
{
background-color: #3402DF;
}
.BgClassName
{
background-color: #3402DF;
}
</style>
border-color css
<style>
span { border-color: #3402DF; }
span { border-color: rgb(52,2,223); }
td.TdClassName
{
border-color: #3402DF;
}
.TagClassName
{
border-color: #3402DF;
}
</style>