Shades of Han Purple #3602ED
Tints of Han Purple #3602ED
RGB
CMYK
RGB Variations
Color information
#3602ED (or 0x3602ED) is known color: Han Purple. HEX triplet: 36, 02 and ED. RGB value is (54,2,237). Sum of RGB (Red+Green+Blue) = 54+2+237=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #3602ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3602ED is #C9FD12. Grayscale: #2B2B2B. Windows color (decimal): -13237523 or 15532598. OLE color: 15532598.
HSL color Cylindrical-coordinate representation of color #3602ED: hue angle of 253.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602ED is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 2 | 237 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.07 |
| HSL | 253.28º | 0.98% | 0.47% | - |
| HSV(B) | 253.28º | 0.99% | 0.93% | - |
| XYZ | 16.83 | 6.94 | 80.57 | - |
| YUV | 44.34 | 236.73 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 237 | 0.77 | 0.99 | 0 | 0.07 | 253.28 | 0.98 | 0.47 |
| Hex | 36 | 2 | ED | 4D | 63 | 0 | 7 | FD | 62 | 2F |
| Octal | 66 | 2 | 355 | 115 | 143 | 0 | 7 | 375 | 142 | 57 |
| Binary | 110110 | 10 | 11101101 | 1001101 | 1100011 | 0 | 111 | 11111101 | 1100010 | 101111 |
Color Harmonies of #3602ED
Complementary color
Monochromatic Colors of #3602ED
Black with #3602ED
Text Example
Text Example
White with #3602ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602ED; }
p { color: rgb(54,2,237); }
H1.HeaderClassName
{
color: #3602ED;
}
.AnyTagClassName
{
color: #3602ED;
}
</style>
background-color css
<style>
a { background-color: #3602ED; }
a { background-color: rgb(54,2,237); }
div.DivClassName
{
background-color: #3602ED;
}
.BgClassName
{
background-color: #3602ED;
}
</style>
border-color css
<style>
span { border-color: #3602ED; }
span { border-color: rgb(54,2,237); }
td.TdClassName
{
border-color: #3602ED;
}
.TagClassName
{
border-color: #3602ED;
}
</style>