Shades of Han Purple #3712FF
Tints of Han Purple #3712FF
RGB
CMYK
RGB Variations
Color information
#3712FF (or 0x3712FF) is known color: Han Purple. HEX triplet: 37, 12 and FF. RGB value is (55,18,255). Sum of RGB (Red+Green+Blue) = 55+18+255=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #3712FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3712FF is #C8ED00. Grayscale: #373737. Windows color (decimal): -13167873 or 16716343. OLE color: 16716343.
HSL color Cylindrical-coordinate representation of color #3712FF: hue angle of 249.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3712FF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 18 | 255 | - |
| CMYK | 0.78 | 0.93 | 0 | 0 |
| HSL | 249.37º | 1% | 0.54% | - |
| HSV(B) | 249.37º | 0.93% | 1% | - |
| XYZ | 19.84 | 8.46 | 95.2 | - |
| YUV | 56.08 | 240.26 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 255 | 0.78 | 0.93 | 0 | 0 | 249.37 | 1 | 0.54 |
| Hex | 37 | 12 | FF | 4E | 5D | 0 | 0 | F9 | 64 | 36 |
| Octal | 67 | 22 | 377 | 116 | 135 | 0 | 0 | 371 | 144 | 66 |
| Binary | 110111 | 10010 | 11111111 | 1001110 | 1011101 | 0 | 0 | 11111001 | 1100100 | 110110 |
Color Harmonies of #3712FF
Complementary color
Monochromatic Colors of #3712FF
Black with #3712FF
Text Example
Text Example
White with #3712FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3712FF; }
p { color: rgb(55,18,255); }
H1.HeaderClassName
{
color: #3712FF;
}
.AnyTagClassName
{
color: #3712FF;
}
</style>
background-color css
<style>
a { background-color: #3712FF; }
a { background-color: rgb(55,18,255); }
div.DivClassName
{
background-color: #3712FF;
}
.BgClassName
{
background-color: #3712FF;
}
</style>
border-color css
<style>
span { border-color: #3712FF; }
span { border-color: rgb(55,18,255); }
td.TdClassName
{
border-color: #3712FF;
}
.TagClassName
{
border-color: #3712FF;
}
</style>