Shades of Han Purple #3702F2
Tints of Han Purple #3702F2
RGB
CMYK
RGB Variations
Color information
#3702F2 (or 0x3702F2) is known color: Han Purple. HEX triplet: 37, 02 and F2. RGB value is (55,2,242). Sum of RGB (Red+Green+Blue) = 55+2+242=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 242 (94.92% from 255 or 80.94% from 299); Max value from RGB is 242 - color contains mainly: blue. Hex color #3702F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3702F2 is #C8FD0D. Grayscale: #2C2C2C. Windows color (decimal): -13171982 or 15860279. OLE color: 15860279.
HSL color Cylindrical-coordinate representation of color #3702F2: hue angle of 253.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702F2 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 2 | 242 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.05 |
| HSL | 253.25º | 0.98% | 0.48% | - |
| HSV(B) | 253.25º | 0.99% | 0.95% | - |
| XYZ | 17.62 | 7.27 | 84.48 | - |
| YUV | 45.21 | 239.06 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 242 | 0.77 | 0.99 | 0 | 0.05 | 253.25 | 0.98 | 0.48 |
| Hex | 37 | 2 | F2 | 4D | 63 | 0 | 5 | FD | 62 | 30 |
| Octal | 67 | 2 | 362 | 115 | 143 | 0 | 5 | 375 | 142 | 60 |
| Binary | 110111 | 10 | 11110010 | 1001101 | 1100011 | 0 | 101 | 11111101 | 1100010 | 110000 |
Color Harmonies of #3702F2
Complementary color
Monochromatic Colors of #3702F2
Black with #3702F2
Text Example
Text Example
White with #3702F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702F2; }
p { color: rgb(55,2,242); }
H1.HeaderClassName
{
color: #3702F2;
}
.AnyTagClassName
{
color: #3702F2;
}
</style>
background-color css
<style>
a { background-color: #3702F2; }
a { background-color: rgb(55,2,242); }
div.DivClassName
{
background-color: #3702F2;
}
.BgClassName
{
background-color: #3702F2;
}
</style>
border-color css
<style>
span { border-color: #3702F2; }
span { border-color: rgb(55,2,242); }
td.TdClassName
{
border-color: #3702F2;
}
.TagClassName
{
border-color: #3702F2;
}
</style>