Shades of Han Purple #3404FA
Tints of Han Purple #3404FA
RGB
CMYK
RGB Variations
Color information
#3404FA (or 0x3404FA) is known color: Han Purple. HEX triplet: 34, 04 and FA. RGB value is (52,4,250). Sum of RGB (Red+Green+Blue) = 52+4+250=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 250 (98.05% from 255 or 81.70% from 306); Max value from RGB is 250 - color contains mainly: blue. Hex color #3404FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3404FA is #CBFB05. Grayscale: #2D2D2D. Windows color (decimal): -13368070 or 16385076. OLE color: 16385076.
HSL color Cylindrical-coordinate representation of color #3404FA: hue angle of 251.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404FA is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 4 | 250 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.02 |
| HSL | 251.71º | 0.97% | 0.5% | - |
| HSV(B) | 251.71º | 0.98% | 0.98% | - |
| XYZ | 18.71 | 7.72 | 90.95 | - |
| YUV | 46.4 | 242.9 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 250 | 0.79 | 0.98 | 0 | 0.02 | 251.71 | 0.97 | 0.5 |
| Hex | 34 | 4 | FA | 4F | 62 | 0 | 2 | FC | 61 | 32 |
| Octal | 64 | 4 | 372 | 117 | 142 | 0 | 2 | 374 | 141 | 62 |
| Binary | 110100 | 100 | 11111010 | 1001111 | 1100010 | 0 | 10 | 11111100 | 1100001 | 110010 |
Color Harmonies of #3404FA
Complementary color
Monochromatic Colors of #3404FA
Black with #3404FA
Text Example
Text Example
White with #3404FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404FA; }
p { color: rgb(52,4,250); }
H1.HeaderClassName
{
color: #3404FA;
}
.AnyTagClassName
{
color: #3404FA;
}
</style>
background-color css
<style>
a { background-color: #3404FA; }
a { background-color: rgb(52,4,250); }
div.DivClassName
{
background-color: #3404FA;
}
.BgClassName
{
background-color: #3404FA;
}
</style>
border-color css
<style>
span { border-color: #3404FA; }
span { border-color: rgb(52,4,250); }
td.TdClassName
{
border-color: #3404FA;
}
.TagClassName
{
border-color: #3404FA;
}
</style>