Shades of Han Purple #3402FF
Tints of Han Purple #3402FF
RGB
CMYK
RGB Variations
Color information
#3402FF (or 0x3402FF) is known color: Han Purple. HEX triplet: 34, 02 and FF. RGB value is (52,2,255). Sum of RGB (Red+Green+Blue) = 52+2+255=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #3402FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3402FF is #CBFD00. Grayscale: #2C2C2C. Windows color (decimal): -13368577 or 16712244. OLE color: 16712244.
HSL color Cylindrical-coordinate representation of color #3402FF: hue angle of 251.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402FF is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 2 | 255 | - |
| CMYK | 0.80 | 0.99 | 0 | 0 |
| HSL | 251.86º | 1% | 0.5% | - |
| HSV(B) | 251.86º | 0.99% | 1% | - |
| XYZ | 19.49 | 7.99 | 95.12 | - |
| YUV | 45.79 | 246.07 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 255 | 0.80 | 0.99 | 0 | 0 | 251.86 | 1 | 0.5 |
| Hex | 34 | 2 | FF | 50 | 63 | 0 | 0 | FC | 64 | 32 |
| Octal | 64 | 2 | 377 | 120 | 143 | 0 | 0 | 374 | 144 | 62 |
| Binary | 110100 | 10 | 11111111 | 1010000 | 1100011 | 0 | 0 | 11111100 | 1100100 | 110010 |
Color Harmonies of #3402FF
Complementary color
Monochromatic Colors of #3402FF
Black with #3402FF
Text Example
Text Example
White with #3402FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3402FF; }
p { color: rgb(52,2,255); }
H1.HeaderClassName
{
color: #3402FF;
}
.AnyTagClassName
{
color: #3402FF;
}
</style>
background-color css
<style>
a { background-color: #3402FF; }
a { background-color: rgb(52,2,255); }
div.DivClassName
{
background-color: #3402FF;
}
.BgClassName
{
background-color: #3402FF;
}
</style>
border-color css
<style>
span { border-color: #3402FF; }
span { border-color: rgb(52,2,255); }
td.TdClassName
{
border-color: #3402FF;
}
.TagClassName
{
border-color: #3402FF;
}
</style>