Shades of Han Purple #3606CB
Tints of Han Purple #3606CB
RGB
CMYK
RGB Variations
Color information
#3606CB (or 0x3606CB) is known color: Han Purple. HEX triplet: 36, 06 and CB. RGB value is (54,6,203). Sum of RGB (Red+Green+Blue) = 54+6+203=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #3606CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606CB is #C9F934. Grayscale: #2A2A2A. Windows color (decimal): -13236533 or 13305398. OLE color: 13305398.
HSL color Cylindrical-coordinate representation of color #3606CB: hue angle of 254.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606CB is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 6 | 203 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.20 |
| HSL | 254.62º | 0.94% | 0.41% | - |
| HSV(B) | 254.62º | 0.97% | 0.8% | - |
| XYZ | 12.37 | 5.23 | 56.86 | - |
| YUV | 42.81 | 218.4 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 203 | 0.73 | 0.97 | 0 | 0.20 | 254.62 | 0.94 | 0.41 |
| Hex | 36 | 6 | CB | 49 | 61 | 0 | 14 | FF | 5E | 29 |
| Octal | 66 | 6 | 313 | 111 | 141 | 0 | 24 | 377 | 136 | 51 |
| Binary | 110110 | 110 | 11001011 | 1001001 | 1100001 | 0 | 10100 | 11111111 | 1011110 | 101001 |
Color Harmonies of #3606CB
Complementary color
Monochromatic Colors of #3606CB
Black with #3606CB
Text Example
Text Example
White with #3606CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606CB; }
p { color: rgb(54,6,203); }
H1.HeaderClassName
{
color: #3606CB;
}
.AnyTagClassName
{
color: #3606CB;
}
</style>
background-color css
<style>
a { background-color: #3606CB; }
a { background-color: rgb(54,6,203); }
div.DivClassName
{
background-color: #3606CB;
}
.BgClassName
{
background-color: #3606CB;
}
</style>
border-color css
<style>
span { border-color: #3606CB; }
span { border-color: rgb(54,6,203); }
td.TdClassName
{
border-color: #3606CB;
}
.TagClassName
{
border-color: #3606CB;
}
</style>