Shades of Han Purple #3602F6
Tints of Han Purple #3602F6
RGB
CMYK
RGB Variations
Color information
#3602F6 (or 0x3602F6) is known color: Han Purple. HEX triplet: 36, 02 and F6. RGB value is (54,2,246). Sum of RGB (Red+Green+Blue) = 54+2+246=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 246 (96.48% from 255 or 81.46% from 302); Max value from RGB is 246 - color contains mainly: blue. Hex color #3602F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3602F6 is #C9FD09. Grayscale: #2C2C2C. Windows color (decimal): -13237514 or 16122422. OLE color: 16122422.
HSL color Cylindrical-coordinate representation of color #3602F6: hue angle of 252.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602F6 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 2 | 246 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.04 |
| HSL | 252.79º | 0.98% | 0.49% | - |
| HSV(B) | 252.79º | 0.99% | 0.96% | - |
| XYZ | 18.18 | 7.48 | 87.67 | - |
| YUV | 45.36 | 241.23 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 246 | 0.78 | 0.99 | 0 | 0.04 | 252.79 | 0.98 | 0.49 |
| Hex | 36 | 2 | F6 | 4E | 63 | 0 | 4 | FD | 62 | 31 |
| Octal | 66 | 2 | 366 | 116 | 143 | 0 | 4 | 375 | 142 | 61 |
| Binary | 110110 | 10 | 11110110 | 1001110 | 1100011 | 0 | 100 | 11111101 | 1100010 | 110001 |
Color Harmonies of #3602F6
Complementary color
Monochromatic Colors of #3602F6
Black with #3602F6
Text Example
Text Example
White with #3602F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602F6; }
p { color: rgb(54,2,246); }
H1.HeaderClassName
{
color: #3602F6;
}
.AnyTagClassName
{
color: #3602F6;
}
</style>
background-color css
<style>
a { background-color: #3602F6; }
a { background-color: rgb(54,2,246); }
div.DivClassName
{
background-color: #3602F6;
}
.BgClassName
{
background-color: #3602F6;
}
</style>
border-color css
<style>
span { border-color: #3602F6; }
span { border-color: rgb(54,2,246); }
td.TdClassName
{
border-color: #3602F6;
}
.TagClassName
{
border-color: #3602F6;
}
</style>