Shades of Han Purple #3711CF
Tints of Han Purple #3711CF
RGB
CMYK
RGB Variations
Color information
#3711CF (or 0x3711CF) is known color: Han Purple. HEX triplet: 37, 11 and CF. RGB value is (55,17,207). Sum of RGB (Red+Green+Blue) = 55+17+207=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #3711CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711CF is #C8EE30. Grayscale: #313131. Windows color (decimal): -13168177 or 13570359. OLE color: 13570359.
HSL color Cylindrical-coordinate representation of color #3711CF: hue angle of 252º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3711CF is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 17 | 207 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.19 |
| HSL | 252º | 0.85% | 0.44% | - |
| HSV(B) | 252º | 0.92% | 0.81% | - |
| XYZ | 13.04 | 5.72 | 59.45 | - |
| YUV | 50.02 | 216.59 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 207 | 0.73 | 0.92 | 0 | 0.19 | 252 | 0.85 | 0.44 |
| Hex | 37 | 11 | CF | 49 | 5C | 0 | 13 | FC | 55 | 2C |
| Octal | 67 | 21 | 317 | 111 | 134 | 0 | 23 | 374 | 125 | 54 |
| Binary | 110111 | 10001 | 11001111 | 1001001 | 1011100 | 0 | 10011 | 11111100 | 1010101 | 101100 |
Color Harmonies of #3711CF
Complementary color
Monochromatic Colors of #3711CF
Black with #3711CF
Text Example
Text Example
White with #3711CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3711CF; }
p { color: rgb(55,17,207); }
H1.HeaderClassName
{
color: #3711CF;
}
.AnyTagClassName
{
color: #3711CF;
}
</style>
background-color css
<style>
a { background-color: #3711CF; }
a { background-color: rgb(55,17,207); }
div.DivClassName
{
background-color: #3711CF;
}
.BgClassName
{
background-color: #3711CF;
}
</style>
border-color css
<style>
span { border-color: #3711CF; }
span { border-color: rgb(55,17,207); }
td.TdClassName
{
border-color: #3711CF;
}
.TagClassName
{
border-color: #3711CF;
}
</style>