Shades of Han Purple #3602FB
Tints of Han Purple #3602FB
RGB
CMYK
RGB Variations
Color information
#3602FB (or 0x3602FB) is known color: Han Purple. HEX triplet: 36, 02 and FB. RGB value is (54,2,251). Sum of RGB (Red+Green+Blue) = 54+2+251=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #3602FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3602FB is #C9FD04. Grayscale: #2C2C2C. Windows color (decimal): -13237509 or 16450102. OLE color: 16450102.
HSL color Cylindrical-coordinate representation of color #3602FB: hue angle of 252.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602FB is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 2 | 251 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.02 |
| HSL | 252.53º | 0.98% | 0.5% | - |
| HSV(B) | 252.53º | 0.99% | 0.98% | - |
| XYZ | 18.96 | 7.79 | 91.77 | - |
| YUV | 45.93 | 243.73 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 251 | 0.78 | 0.99 | 0 | 0.02 | 252.53 | 0.98 | 0.5 |
| Hex | 36 | 2 | FB | 4E | 63 | 0 | 2 | FD | 62 | 32 |
| Octal | 66 | 2 | 373 | 116 | 143 | 0 | 2 | 375 | 142 | 62 |
| Binary | 110110 | 10 | 11111011 | 1001110 | 1100011 | 0 | 10 | 11111101 | 1100010 | 110010 |
Color Harmonies of #3602FB
Complementary color
Monochromatic Colors of #3602FB
Black with #3602FB
Text Example
Text Example
White with #3602FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602FB; }
p { color: rgb(54,2,251); }
H1.HeaderClassName
{
color: #3602FB;
}
.AnyTagClassName
{
color: #3602FB;
}
</style>
background-color css
<style>
a { background-color: #3602FB; }
a { background-color: rgb(54,2,251); }
div.DivClassName
{
background-color: #3602FB;
}
.BgClassName
{
background-color: #3602FB;
}
</style>
border-color css
<style>
span { border-color: #3602FB; }
span { border-color: rgb(54,2,251); }
td.TdClassName
{
border-color: #3602FB;
}
.TagClassName
{
border-color: #3602FB;
}
</style>