Shades of Han Purple #3703CF
Tints of Han Purple #3703CF
RGB
CMYK
RGB Variations
Color information
#3703CF (or 0x3703CF) is known color: Han Purple. HEX triplet: 37, 03 and CF. RGB value is (55,3,207). Sum of RGB (Red+Green+Blue) = 55+3+207=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 3 (1.56% from 255 or 1.13% 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 #3703CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3703CF is #C8FC30. Grayscale: #292929. Windows color (decimal): -13171761 or 13566775. OLE color: 13566775.
HSL color Cylindrical-coordinate representation of color #3703CF: hue angle of 255.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3703CF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 3 | 207 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.19 |
| HSL | 255.29º | 0.97% | 0.41% | - |
| HSV(B) | 255.29º | 0.99% | 0.81% | - |
| XYZ | 12.87 | 5.38 | 59.39 | - |
| YUV | 41.8 | 221.23 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 207 | 0.73 | 0.99 | 0 | 0.19 | 255.29 | 0.97 | 0.41 |
| Hex | 37 | 3 | CF | 49 | 63 | 0 | 13 | FF | 61 | 29 |
| Octal | 67 | 3 | 317 | 111 | 143 | 0 | 23 | 377 | 141 | 51 |
| Binary | 110111 | 11 | 11001111 | 1001001 | 1100011 | 0 | 10011 | 11111111 | 1100001 | 101001 |
Color Harmonies of #3703CF
Complementary color
Monochromatic Colors of #3703CF
Black with #3703CF
Text Example
Text Example
White with #3703CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3703CF; }
p { color: rgb(55,3,207); }
H1.HeaderClassName
{
color: #3703CF;
}
.AnyTagClassName
{
color: #3703CF;
}
</style>
background-color css
<style>
a { background-color: #3703CF; }
a { background-color: rgb(55,3,207); }
div.DivClassName
{
background-color: #3703CF;
}
.BgClassName
{
background-color: #3703CF;
}
</style>
border-color css
<style>
span { border-color: #3703CF; }
span { border-color: rgb(55,3,207); }
td.TdClassName
{
border-color: #3703CF;
}
.TagClassName
{
border-color: #3703CF;
}
</style>