Shades of Han Purple #3602D4
Tints of Han Purple #3602D4
RGB
CMYK
RGB Variations
Color information
#3602D4 (or 0x3602D4) is known color: Han Purple. HEX triplet: 36, 02 and D4. RGB value is (54,2,212). Sum of RGB (Red+Green+Blue) = 54+2+212=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 212 (83.20% from 255 or 79.10% from 268); Max value from RGB is 212 - color contains mainly: blue. Hex color #3602D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3602D4 is #C9FD2B. Grayscale: #282828. Windows color (decimal): -13237548 or 13894198. OLE color: 13894198.
HSL color Cylindrical-coordinate representation of color #3602D4: hue angle of 254.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602D4 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 2 | 212 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.17 |
| HSL | 254.86º | 0.98% | 0.42% | - |
| HSV(B) | 254.86º | 0.99% | 0.83% | - |
| XYZ | 13.43 | 5.58 | 62.66 | - |
| YUV | 41.49 | 224.23 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 212 | 0.75 | 0.99 | 0 | 0.17 | 254.86 | 0.98 | 0.42 |
| Hex | 36 | 2 | D4 | 4B | 63 | 0 | 11 | FF | 62 | 2A |
| Octal | 66 | 2 | 324 | 113 | 143 | 0 | 21 | 377 | 142 | 52 |
| Binary | 110110 | 10 | 11010100 | 1001011 | 1100011 | 0 | 10001 | 11111111 | 1100010 | 101010 |
Color Harmonies of #3602D4
Complementary color
Monochromatic Colors of #3602D4
Black with #3602D4
Text Example
Text Example
White with #3602D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602D4; }
p { color: rgb(54,2,212); }
H1.HeaderClassName
{
color: #3602D4;
}
.AnyTagClassName
{
color: #3602D4;
}
</style>
background-color css
<style>
a { background-color: #3602D4; }
a { background-color: rgb(54,2,212); }
div.DivClassName
{
background-color: #3602D4;
}
.BgClassName
{
background-color: #3602D4;
}
</style>
border-color css
<style>
span { border-color: #3602D4; }
span { border-color: rgb(54,2,212); }
td.TdClassName
{
border-color: #3602D4;
}
.TagClassName
{
border-color: #3602D4;
}
</style>