Shades of Han Purple #3602CD
Tints of Han Purple #3602CD
RGB
CMYK
RGB Variations
Color information
#3602CD (or 0x3602CD) is known color: Han Purple. HEX triplet: 36, 02 and CD. RGB value is (54,2,205). Sum of RGB (Red+Green+Blue) = 54+2+205=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #3602CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3602CD is #C9FD32. Grayscale: #272727. Windows color (decimal): -13237555 or 13435446. OLE color: 13435446.
HSL color Cylindrical-coordinate representation of color #3602CD: hue angle of 255.37º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602CD is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 2 | 205 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.20 |
| HSL | 255.37º | 0.98% | 0.41% | - |
| HSV(B) | 255.37º | 0.99% | 0.8% | - |
| XYZ | 12.56 | 5.24 | 58.11 | - |
| YUV | 40.69 | 220.73 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 205 | 0.74 | 0.99 | 0 | 0.20 | 255.37 | 0.98 | 0.41 |
| Hex | 36 | 2 | CD | 4A | 63 | 0 | 14 | FF | 62 | 29 |
| Octal | 66 | 2 | 315 | 112 | 143 | 0 | 24 | 377 | 142 | 51 |
| Binary | 110110 | 10 | 11001101 | 1001010 | 1100011 | 0 | 10100 | 11111111 | 1100010 | 101001 |
Color Harmonies of #3602CD
Complementary color
Monochromatic Colors of #3602CD
Black with #3602CD
Text Example
Text Example
White with #3602CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602CD; }
p { color: rgb(54,2,205); }
H1.HeaderClassName
{
color: #3602CD;
}
.AnyTagClassName
{
color: #3602CD;
}
</style>
background-color css
<style>
a { background-color: #3602CD; }
a { background-color: rgb(54,2,205); }
div.DivClassName
{
background-color: #3602CD;
}
.BgClassName
{
background-color: #3602CD;
}
</style>
border-color css
<style>
span { border-color: #3602CD; }
span { border-color: rgb(54,2,205); }
td.TdClassName
{
border-color: #3602CD;
}
.TagClassName
{
border-color: #3602CD;
}
</style>