Shades of Han Purple #3602CE
Tints of Han Purple #3602CE
RGB
CMYK
RGB Variations
Color information
#3602CE (or 0x3602CE) is known color: Han Purple. HEX triplet: 36, 02 and CE. RGB value is (54,2,206). Sum of RGB (Red+Green+Blue) = 54+2+206=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #3602CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3602CE is #C9FD31. Grayscale: #282828. Windows color (decimal): -13237554 or 13500982. OLE color: 13500982.
HSL color Cylindrical-coordinate representation of color #3602CE: hue angle of 255.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602CE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 2 | 206 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.19 |
| HSL | 255.29º | 0.98% | 0.41% | - |
| HSV(B) | 255.29º | 0.99% | 0.81% | - |
| XYZ | 12.68 | 5.28 | 58.74 | - |
| YUV | 40.8 | 221.23 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 206 | 0.74 | 0.99 | 0 | 0.19 | 255.29 | 0.98 | 0.41 |
| Hex | 36 | 2 | CE | 4A | 63 | 0 | 13 | FF | 62 | 29 |
| Octal | 66 | 2 | 316 | 112 | 143 | 0 | 23 | 377 | 142 | 51 |
| Binary | 110110 | 10 | 11001110 | 1001010 | 1100011 | 0 | 10011 | 11111111 | 1100010 | 101001 |
Color Harmonies of #3602CE
Complementary color
Monochromatic Colors of #3602CE
Black with #3602CE
Text Example
Text Example
White with #3602CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602CE; }
p { color: rgb(54,2,206); }
H1.HeaderClassName
{
color: #3602CE;
}
.AnyTagClassName
{
color: #3602CE;
}
</style>
background-color css
<style>
a { background-color: #3602CE; }
a { background-color: rgb(54,2,206); }
div.DivClassName
{
background-color: #3602CE;
}
.BgClassName
{
background-color: #3602CE;
}
</style>
border-color css
<style>
span { border-color: #3602CE; }
span { border-color: rgb(54,2,206); }
td.TdClassName
{
border-color: #3602CE;
}
.TagClassName
{
border-color: #3602CE;
}
</style>