Shades of Han Purple #3700CF
Tints of Han Purple #3700CF
RGB
CMYK
RGB Variations
Color information
#3700CF (or 0x3700CF) is known color: Han Purple. HEX triplet: 37, 00 and CF. RGB value is (55,0,207). Sum of RGB (Red+Green+Blue) = 55+0+207=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 0 (0.39% from 255 or 0% 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 #3700CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700CF is #C8FF30. Grayscale: #272727. Windows color (decimal): -13172529 or 13566007. OLE color: 13566007.
HSL color Cylindrical-coordinate representation of color #3700CF: hue angle of 255.94º 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 #3700CF is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 0 | 207 | - |
| CMYK | 0.73 | 1 | 0 | 0.19 |
| HSL | 255.94º | 1% | 0.41% | - |
| HSV(B) | 255.94º | 1% | 0.81% | - |
| XYZ | 12.84 | 5.32 | 59.38 | - |
| YUV | 40.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 207 | 0.73 | 1 | 0 | 0.19 | 255.94 | 1 | 0.41 |
| Hex | 37 | 0 | CF | 49 | 64 | 0 | 13 | 100 | 64 | 29 |
| Octal | 67 | 0 | 317 | 111 | 144 | 0 | 23 | 400 | 144 | 51 |
| Binary | 110111 | 0 | 11001111 | 1001001 | 1100100 | 0 | 10011 | 100000000 | 1100100 | 101001 |
Color Harmonies of #3700CF
Complementary color
Monochromatic Colors of #3700CF
Black with #3700CF
Text Example
Text Example
White with #3700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700CF; }
p { color: rgb(55,0,207); }
H1.HeaderClassName
{
color: #3700CF;
}
.AnyTagClassName
{
color: #3700CF;
}
</style>
background-color css
<style>
a { background-color: #3700CF; }
a { background-color: rgb(55,0,207); }
div.DivClassName
{
background-color: #3700CF;
}
.BgClassName
{
background-color: #3700CF;
}
</style>
border-color css
<style>
span { border-color: #3700CF; }
span { border-color: rgb(55,0,207); }
td.TdClassName
{
border-color: #3700CF;
}
.TagClassName
{
border-color: #3700CF;
}
</style>