Shades of Han Purple #3602EA
Tints of Han Purple #3602EA
RGB
CMYK
RGB Variations
Color information
#3602EA (or 0x3602EA) is known color: Han Purple. HEX triplet: 36, 02 and EA. RGB value is (54,2,234). Sum of RGB (Red+Green+Blue) = 54+2+234=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #3602EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3602EA is #C9FD15. Grayscale: #2B2B2B. Windows color (decimal): -13237526 or 15335990. OLE color: 15335990.
HSL color Cylindrical-coordinate representation of color #3602EA: hue angle of 253.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602EA is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 2 | 234 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.08 |
| HSL | 253.45º | 0.98% | 0.46% | - |
| HSV(B) | 253.45º | 0.99% | 0.92% | - |
| XYZ | 16.39 | 6.77 | 78.28 | - |
| YUV | 44 | 235.23 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 234 | 0.77 | 0.99 | 0 | 0.08 | 253.45 | 0.98 | 0.46 |
| Hex | 36 | 2 | EA | 4D | 63 | 0 | 8 | FD | 62 | 2E |
| Octal | 66 | 2 | 352 | 115 | 143 | 0 | 10 | 375 | 142 | 56 |
| Binary | 110110 | 10 | 11101010 | 1001101 | 1100011 | 0 | 1000 | 11111101 | 1100010 | 101110 |
Color Harmonies of #3602EA
Complementary color
Monochromatic Colors of #3602EA
Black with #3602EA
Text Example
Text Example
White with #3602EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602EA; }
p { color: rgb(54,2,234); }
H1.HeaderClassName
{
color: #3602EA;
}
.AnyTagClassName
{
color: #3602EA;
}
</style>
background-color css
<style>
a { background-color: #3602EA; }
a { background-color: rgb(54,2,234); }
div.DivClassName
{
background-color: #3602EA;
}
.BgClassName
{
background-color: #3602EA;
}
</style>
border-color css
<style>
span { border-color: #3602EA; }
span { border-color: rgb(54,2,234); }
td.TdClassName
{
border-color: #3602EA;
}
.TagClassName
{
border-color: #3602EA;
}
</style>