Shades of Han Purple #3604FF
Tints of Han Purple #3604FF
RGB
CMYK
RGB Variations
Color information
#3604FF (or 0x3604FF) is known color: Han Purple. HEX triplet: 36, 04 and FF. RGB value is (54,4,255). Sum of RGB (Red+Green+Blue) = 54+4+255=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #3604FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604FF is #C9FB00. Grayscale: #2E2E2E. Windows color (decimal): -13236993 or 16712758. OLE color: 16712758.
HSL color Cylindrical-coordinate representation of color #3604FF: hue angle of 251.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604FF is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 4 | 255 | - |
| CMYK | 0.79 | 0.98 | 0 | 0 |
| HSL | 251.95º | 1% | 0.51% | - |
| HSV(B) | 251.95º | 0.98% | 1% | - |
| XYZ | 19.61 | 8.09 | 95.14 | - |
| YUV | 47.56 | 245.07 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 255 | 0.79 | 0.98 | 0 | 0 | 251.95 | 1 | 0.51 |
| Hex | 36 | 4 | FF | 4F | 62 | 0 | 0 | FC | 64 | 33 |
| Octal | 66 | 4 | 377 | 117 | 142 | 0 | 0 | 374 | 144 | 63 |
| Binary | 110110 | 100 | 11111111 | 1001111 | 1100010 | 0 | 0 | 11111100 | 1100100 | 110011 |
Color Harmonies of #3604FF
Complementary color
Monochromatic Colors of #3604FF
Black with #3604FF
Text Example
Text Example
White with #3604FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3604FF; }
p { color: rgb(54,4,255); }
H1.HeaderClassName
{
color: #3604FF;
}
.AnyTagClassName
{
color: #3604FF;
}
</style>
background-color css
<style>
a { background-color: #3604FF; }
a { background-color: rgb(54,4,255); }
div.DivClassName
{
background-color: #3604FF;
}
.BgClassName
{
background-color: #3604FF;
}
</style>
border-color css
<style>
span { border-color: #3604FF; }
span { border-color: rgb(54,4,255); }
td.TdClassName
{
border-color: #3604FF;
}
.TagClassName
{
border-color: #3604FF;
}
</style>