Shades of Han Purple #3604CF
Tints of Han Purple #3604CF
RGB
CMYK
RGB Variations
Color information
#3604CF (or 0x3604CF) is known color: Han Purple. HEX triplet: 36, 04 and CF. RGB value is (54,4,207). Sum of RGB (Red+Green+Blue) = 54+4+207=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #3604CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604CF is #C9FB30. Grayscale: #292929. Windows color (decimal): -13237041 or 13567030. OLE color: 13567030.
HSL color Cylindrical-coordinate representation of color #3604CF: hue angle of 254.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604CF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 4 | 207 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.19 |
| HSL | 254.78º | 0.96% | 0.41% | - |
| HSV(B) | 254.78º | 0.98% | 0.81% | - |
| XYZ | 12.83 | 5.38 | 59.39 | - |
| YUV | 42.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 207 | 0.74 | 0.98 | 0 | 0.19 | 254.78 | 0.96 | 0.41 |
| Hex | 36 | 4 | CF | 4A | 62 | 0 | 13 | FF | 60 | 29 |
| Octal | 66 | 4 | 317 | 112 | 142 | 0 | 23 | 377 | 140 | 51 |
| Binary | 110110 | 100 | 11001111 | 1001010 | 1100010 | 0 | 10011 | 11111111 | 1100000 | 101001 |
Color Harmonies of #3604CF
Complementary color
Monochromatic Colors of #3604CF
Black with #3604CF
Text Example
Text Example
White with #3604CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3604CF; }
p { color: rgb(54,4,207); }
H1.HeaderClassName
{
color: #3604CF;
}
.AnyTagClassName
{
color: #3604CF;
}
</style>
background-color css
<style>
a { background-color: #3604CF; }
a { background-color: rgb(54,4,207); }
div.DivClassName
{
background-color: #3604CF;
}
.BgClassName
{
background-color: #3604CF;
}
</style>
border-color css
<style>
span { border-color: #3604CF; }
span { border-color: rgb(54,4,207); }
td.TdClassName
{
border-color: #3604CF;
}
.TagClassName
{
border-color: #3604CF;
}
</style>