Shades of Han Purple #3700FE
Tints of Han Purple #3700FE
RGB
CMYK
RGB Variations
Color information
#3700FE (or 0x3700FE) is known color: Han Purple. HEX triplet: 37, 00 and FE. RGB value is (55,0,254). Sum of RGB (Red+Green+Blue) = 55+0+254=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #3700FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3700FE is #C8FF01. Grayscale: #2C2C2C. Windows color (decimal): -13172482 or 16646199. OLE color: 16646199.
HSL color Cylindrical-coordinate representation of color #3700FE: hue angle of 252.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700FE is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 0 | 254 | - |
| CMYK | 0.78 | 1 | 0 | 0.00 |
| HSL | 252.99º | 1% | 0.5% | - |
| HSV(B) | 252.99º | 1% | 1% | - |
| XYZ | 19.46 | 7.97 | 94.28 | - |
| YUV | 45.4 | 245.72 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 254 | 0.78 | 1 | 0 | 0.00 | 252.99 | 1 | 0.5 |
| Hex | 37 | 0 | FE | 4E | 64 | 0 | 0 | FD | 64 | 32 |
| Octal | 67 | 0 | 376 | 116 | 144 | 0 | 0 | 375 | 144 | 62 |
| Binary | 110111 | 0 | 11111110 | 1001110 | 1100100 | 0 | 0 | 11111101 | 1100100 | 110010 |
Color Harmonies of #3700FE
Complementary color
Monochromatic Colors of #3700FE
Black with #3700FE
Text Example
Text Example
White with #3700FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700FE; }
p { color: rgb(55,0,254); }
H1.HeaderClassName
{
color: #3700FE;
}
.AnyTagClassName
{
color: #3700FE;
}
</style>
background-color css
<style>
a { background-color: #3700FE; }
a { background-color: rgb(55,0,254); }
div.DivClassName
{
background-color: #3700FE;
}
.BgClassName
{
background-color: #3700FE;
}
</style>
border-color css
<style>
span { border-color: #3700FE; }
span { border-color: rgb(55,0,254); }
td.TdClassName
{
border-color: #3700FE;
}
.TagClassName
{
border-color: #3700FE;
}
</style>