Shades of Han Purple #3601CF
Tints of Han Purple #3601CF
RGB
CMYK
RGB Variations
Color information
#3601CF (or 0x3601CF) is known color: Han Purple. HEX triplet: 36, 01 and CF. RGB value is (54,1,207). Sum of RGB (Red+Green+Blue) = 54+1+207=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #3601CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3601CF is #C9FE30. Grayscale: #272727. Windows color (decimal): -13237809 or 13566262. OLE color: 13566262.
HSL color Cylindrical-coordinate representation of color #3601CF: hue angle of 255.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3601CF is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 1 | 207 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.19 |
| HSL | 255.44º | 0.99% | 0.41% | - |
| HSV(B) | 255.44º | 1% | 0.81% | - |
| XYZ | 12.79 | 5.31 | 59.38 | - |
| YUV | 40.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 207 | 0.74 | 1.00 | 0 | 0.19 | 255.44 | 0.99 | 0.41 |
| Hex | 36 | 1 | CF | 4A | 64 | 0 | 13 | FF | 63 | 29 |
| Octal | 66 | 1 | 317 | 112 | 144 | 0 | 23 | 377 | 143 | 51 |
| Binary | 110110 | 1 | 11001111 | 1001010 | 1100100 | 0 | 10011 | 11111111 | 1100011 | 101001 |
Color Harmonies of #3601CF
Complementary color
Monochromatic Colors of #3601CF
Black with #3601CF
Text Example
Text Example
White with #3601CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3601CF; }
p { color: rgb(54,1,207); }
H1.HeaderClassName
{
color: #3601CF;
}
.AnyTagClassName
{
color: #3601CF;
}
</style>
background-color css
<style>
a { background-color: #3601CF; }
a { background-color: rgb(54,1,207); }
div.DivClassName
{
background-color: #3601CF;
}
.BgClassName
{
background-color: #3601CF;
}
</style>
border-color css
<style>
span { border-color: #3601CF; }
span { border-color: rgb(54,1,207); }
td.TdClassName
{
border-color: #3601CF;
}
.TagClassName
{
border-color: #3601CF;
}
</style>