Shades of Han Purple #3604F0
Tints of Han Purple #3604F0
RGB
CMYK
RGB Variations
Color information
#3604F0 (or 0x3604F0) is known color: Han Purple. HEX triplet: 36, 04 and F0. RGB value is (54,4,240). Sum of RGB (Red+Green+Blue) = 54+4+240=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 240 (94.14% from 255 or 80.54% from 298); Max value from RGB is 240 - color contains mainly: blue. Hex color #3604F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604F0 is #C9FB0F. Grayscale: #2C2C2C. Windows color (decimal): -13237008 or 15729718. OLE color: 15729718.
HSL color Cylindrical-coordinate representation of color #3604F0: hue angle of 252.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604F0 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 4 | 240 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.06 |
| HSL | 252.71º | 0.97% | 0.48% | - |
| HSV(B) | 252.71º | 0.98% | 0.94% | - |
| XYZ | 17.29 | 7.16 | 82.91 | - |
| YUV | 45.85 | 237.57 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 240 | 0.78 | 0.98 | 0 | 0.06 | 252.71 | 0.97 | 0.48 |
| Hex | 36 | 4 | F0 | 4E | 62 | 0 | 6 | FD | 61 | 30 |
| Octal | 66 | 4 | 360 | 116 | 142 | 0 | 6 | 375 | 141 | 60 |
| Binary | 110110 | 100 | 11110000 | 1001110 | 1100010 | 0 | 110 | 11111101 | 1100001 | 110000 |
Color Harmonies of #3604F0
Complementary color
Monochromatic Colors of #3604F0
Black with #3604F0
Text Example
Text Example
White with #3604F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3604F0; }
p { color: rgb(54,4,240); }
H1.HeaderClassName
{
color: #3604F0;
}
.AnyTagClassName
{
color: #3604F0;
}
</style>
background-color css
<style>
a { background-color: #3604F0; }
a { background-color: rgb(54,4,240); }
div.DivClassName
{
background-color: #3604F0;
}
.BgClassName
{
background-color: #3604F0;
}
</style>
border-color css
<style>
span { border-color: #3604F0; }
span { border-color: rgb(54,4,240); }
td.TdClassName
{
border-color: #3604F0;
}
.TagClassName
{
border-color: #3604F0;
}
</style>