Shades of Han Purple #3705F4
Tints of Han Purple #3705F4
RGB
CMYK
RGB Variations
Color information
#3705F4 (or 0x3705F4) is known color: Han Purple. HEX triplet: 37, 05 and F4. RGB value is (55,5,244). Sum of RGB (Red+Green+Blue) = 55+5+244=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 244 (95.70% from 255 or 80.26% from 304); Max value from RGB is 244 - color contains mainly: blue. Hex color #3705F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705F4 is #C8FA0B. Grayscale: #2E2E2E. Windows color (decimal): -13171212 or 15992119. OLE color: 15992119.
HSL color Cylindrical-coordinate representation of color #3705F4: hue angle of 252.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705F4 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 5 | 244 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.04 |
| HSL | 252.55º | 0.96% | 0.49% | - |
| HSV(B) | 252.55º | 0.98% | 0.96% | - |
| XYZ | 17.96 | 7.45 | 86.08 | - |
| YUV | 47.2 | 239.07 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 244 | 0.77 | 0.98 | 0 | 0.04 | 252.55 | 0.96 | 0.49 |
| Hex | 37 | 5 | F4 | 4D | 62 | 0 | 4 | FD | 60 | 31 |
| Octal | 67 | 5 | 364 | 115 | 142 | 0 | 4 | 375 | 140 | 61 |
| Binary | 110111 | 101 | 11110100 | 1001101 | 1100010 | 0 | 100 | 11111101 | 1100000 | 110001 |
Color Harmonies of #3705F4
Complementary color
Monochromatic Colors of #3705F4
Black with #3705F4
Text Example
Text Example
White with #3705F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705F4; }
p { color: rgb(55,5,244); }
H1.HeaderClassName
{
color: #3705F4;
}
.AnyTagClassName
{
color: #3705F4;
}
</style>
background-color css
<style>
a { background-color: #3705F4; }
a { background-color: rgb(55,5,244); }
div.DivClassName
{
background-color: #3705F4;
}
.BgClassName
{
background-color: #3705F4;
}
</style>
border-color css
<style>
span { border-color: #3705F4; }
span { border-color: rgb(55,5,244); }
td.TdClassName
{
border-color: #3705F4;
}
.TagClassName
{
border-color: #3705F4;
}
</style>