Shades of Han Purple #3702FE
Tints of Han Purple #3702FE
RGB
CMYK
RGB Variations
Color information
#3702FE (or 0x3702FE) is known color: Han Purple. HEX triplet: 37, 02 and FE. RGB value is (55,2,254). Sum of RGB (Red+Green+Blue) = 55+2+254=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #3702FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3702FE is #C8FD01. Grayscale: #2D2D2D. Windows color (decimal): -13171970 or 16646711. OLE color: 16646711.
HSL color Cylindrical-coordinate representation of color #3702FE: hue angle of 252.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702FE is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 2 | 254 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.00 |
| HSL | 252.62º | 0.99% | 0.5% | - |
| HSV(B) | 252.62º | 0.99% | 1% | - |
| XYZ | 19.49 | 8.01 | 94.29 | - |
| YUV | 46.58 | 245.06 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 254 | 0.78 | 0.99 | 0 | 0.00 | 252.62 | 0.99 | 0.5 |
| Hex | 37 | 2 | FE | 4E | 63 | 0 | 0 | FD | 63 | 32 |
| Octal | 67 | 2 | 376 | 116 | 143 | 0 | 0 | 375 | 143 | 62 |
| Binary | 110111 | 10 | 11111110 | 1001110 | 1100011 | 0 | 0 | 11111101 | 1100011 | 110010 |
Color Harmonies of #3702FE
Complementary color
Monochromatic Colors of #3702FE
Black with #3702FE
Text Example
Text Example
White with #3702FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702FE; }
p { color: rgb(55,2,254); }
H1.HeaderClassName
{
color: #3702FE;
}
.AnyTagClassName
{
color: #3702FE;
}
</style>
background-color css
<style>
a { background-color: #3702FE; }
a { background-color: rgb(55,2,254); }
div.DivClassName
{
background-color: #3702FE;
}
.BgClassName
{
background-color: #3702FE;
}
</style>
border-color css
<style>
span { border-color: #3702FE; }
span { border-color: rgb(55,2,254); }
td.TdClassName
{
border-color: #3702FE;
}
.TagClassName
{
border-color: #3702FE;
}
</style>