Shades of Han Purple #3605CB
Tints of Han Purple #3605CB
RGB
CMYK
RGB Variations
Color information
#3605CB (or 0x3605CB) is known color: Han Purple. HEX triplet: 36, 05 and CB. RGB value is (54,5,203). Sum of RGB (Red+Green+Blue) = 54+5+203=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3605CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3605CB is #C9FA34. Grayscale: #292929. Windows color (decimal): -13236789 or 13305142. OLE color: 13305142.
HSL color Cylindrical-coordinate representation of color #3605CB: hue angle of 254.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605CB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 5 | 203 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.20 |
| HSL | 254.85º | 0.95% | 0.41% | - |
| HSV(B) | 254.85º | 0.98% | 0.8% | - |
| XYZ | 12.36 | 5.2 | 56.85 | - |
| YUV | 42.22 | 218.73 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 203 | 0.73 | 0.98 | 0 | 0.20 | 254.85 | 0.95 | 0.41 |
| Hex | 36 | 5 | CB | 49 | 62 | 0 | 14 | FF | 5F | 29 |
| Octal | 66 | 5 | 313 | 111 | 142 | 0 | 24 | 377 | 137 | 51 |
| Binary | 110110 | 101 | 11001011 | 1001001 | 1100010 | 0 | 10100 | 11111111 | 1011111 | 101001 |
Color Harmonies of #3605CB
Complementary color
Monochromatic Colors of #3605CB
Black with #3605CB
Text Example
Text Example
White with #3605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605CB; }
p { color: rgb(54,5,203); }
H1.HeaderClassName
{
color: #3605CB;
}
.AnyTagClassName
{
color: #3605CB;
}
</style>
background-color css
<style>
a { background-color: #3605CB; }
a { background-color: rgb(54,5,203); }
div.DivClassName
{
background-color: #3605CB;
}
.BgClassName
{
background-color: #3605CB;
}
</style>
border-color css
<style>
span { border-color: #3605CB; }
span { border-color: rgb(54,5,203); }
td.TdClassName
{
border-color: #3605CB;
}
.TagClassName
{
border-color: #3605CB;
}
</style>