Shades of Han Purple #3706F2
Tints of Han Purple #3706F2
RGB
CMYK
RGB Variations
Color information
#3706F2 (or 0x3706F2) is known color: Han Purple. HEX triplet: 37, 06 and F2. RGB value is (55,6,242). Sum of RGB (Red+Green+Blue) = 55+6+242=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 242 (94.92% from 255 or 79.87% from 303); Max value from RGB is 242 - color contains mainly: blue. Hex color #3706F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3706F2 is #C8F90D. Grayscale: #2E2E2E. Windows color (decimal): -13170958 or 15861303. OLE color: 15861303.
HSL color Cylindrical-coordinate representation of color #3706F2: hue angle of 252.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3706F2 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 6 | 242 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.05 |
| HSL | 252.46º | 0.95% | 0.49% | - |
| HSV(B) | 252.46º | 0.98% | 0.95% | - |
| XYZ | 17.67 | 7.35 | 84.49 | - |
| YUV | 47.56 | 237.73 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 242 | 0.77 | 0.98 | 0 | 0.05 | 252.46 | 0.95 | 0.49 |
| Hex | 37 | 6 | F2 | 4D | 62 | 0 | 5 | FC | 5F | 31 |
| Octal | 67 | 6 | 362 | 115 | 142 | 0 | 5 | 374 | 137 | 61 |
| Binary | 110111 | 110 | 11110010 | 1001101 | 1100010 | 0 | 101 | 11111100 | 1011111 | 110001 |
Color Harmonies of #3706F2
Complementary color
Monochromatic Colors of #3706F2
Black with #3706F2
Text Example
Text Example
White with #3706F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3706F2; }
p { color: rgb(55,6,242); }
H1.HeaderClassName
{
color: #3706F2;
}
.AnyTagClassName
{
color: #3706F2;
}
</style>
background-color css
<style>
a { background-color: #3706F2; }
a { background-color: rgb(55,6,242); }
div.DivClassName
{
background-color: #3706F2;
}
.BgClassName
{
background-color: #3706F2;
}
</style>
border-color css
<style>
span { border-color: #3706F2; }
span { border-color: rgb(55,6,242); }
td.TdClassName
{
border-color: #3706F2;
}
.TagClassName
{
border-color: #3706F2;
}
</style>