Shades of Han Purple #3600CF
Tints of Han Purple #3600CF
RGB
CMYK
RGB Variations
Color information
#3600CF (or 0x3600CF) is known color: Han Purple. HEX triplet: 36, 00 and CF. RGB value is (54,0,207). Sum of RGB (Red+Green+Blue) = 54+0+207=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #3600CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3600CF is #C9FF30. Grayscale: #262626. Windows color (decimal): -13238065 or 13566006. OLE color: 13566006.
HSL color Cylindrical-coordinate representation of color #3600CF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600CF is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 0 | 207 | - |
| CMYK | 0.74 | 1 | 0 | 0.19 |
| HSL | 255.65º | 1% | 0.41% | - |
| HSV(B) | 255.65º | 1% | 0.81% | - |
| XYZ | 12.78 | 5.29 | 59.38 | - |
| YUV | 39.74 | 222.39 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 207 | 0.74 | 1 | 0 | 0.19 | 255.65 | 1 | 0.41 |
| Hex | 36 | 0 | CF | 4A | 64 | 0 | 13 | 100 | 64 | 29 |
| Octal | 66 | 0 | 317 | 112 | 144 | 0 | 23 | 400 | 144 | 51 |
| Binary | 110110 | 0 | 11001111 | 1001010 | 1100100 | 0 | 10011 | 100000000 | 1100100 | 101001 |
Color Harmonies of #3600CF
Complementary color
Monochromatic Colors of #3600CF
Black with #3600CF
Text Example
Text Example
White with #3600CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600CF; }
p { color: rgb(54,0,207); }
H1.HeaderClassName
{
color: #3600CF;
}
.AnyTagClassName
{
color: #3600CF;
}
</style>
background-color css
<style>
a { background-color: #3600CF; }
a { background-color: rgb(54,0,207); }
div.DivClassName
{
background-color: #3600CF;
}
.BgClassName
{
background-color: #3600CF;
}
</style>
border-color css
<style>
span { border-color: #3600CF; }
span { border-color: rgb(54,0,207); }
td.TdClassName
{
border-color: #3600CF;
}
.TagClassName
{
border-color: #3600CF;
}
</style>