Shades of Han Purple #3717FA
Tints of Han Purple #3717FA
RGB
CMYK
RGB Variations
Color information
#3717FA (or 0x3717FA) is known color: Han Purple. HEX triplet: 37, 17 and FA. RGB value is (55,23,250). Sum of RGB (Red+Green+Blue) = 55+23+250=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #3717FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3717FA is #C8E805. Grayscale: #393939. Windows color (decimal): -13166598 or 16389943. OLE color: 16389943.
HSL color Cylindrical-coordinate representation of color #3717FA: hue angle of 248.46º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3717FA is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 23 | 250 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.02 |
| HSL | 248.46º | 0.96% | 0.54% | - |
| HSV(B) | 248.46º | 0.91% | 0.98% | - |
| XYZ | 19.14 | 8.33 | 91.04 | - |
| YUV | 58.45 | 236.1 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 250 | 0.78 | 0.91 | 0 | 0.02 | 248.46 | 0.96 | 0.54 |
| Hex | 37 | 17 | FA | 4E | 5B | 0 | 2 | F8 | 60 | 36 |
| Octal | 67 | 27 | 372 | 116 | 133 | 0 | 2 | 370 | 140 | 66 |
| Binary | 110111 | 10111 | 11111010 | 1001110 | 1011011 | 0 | 10 | 11111000 | 1100000 | 110110 |
Color Harmonies of #3717FA
Complementary color
Monochromatic Colors of #3717FA
Black with #3717FA
Text Example
Text Example
White with #3717FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3717FA; }
p { color: rgb(55,23,250); }
H1.HeaderClassName
{
color: #3717FA;
}
.AnyTagClassName
{
color: #3717FA;
}
</style>
background-color css
<style>
a { background-color: #3717FA; }
a { background-color: rgb(55,23,250); }
div.DivClassName
{
background-color: #3717FA;
}
.BgClassName
{
background-color: #3717FA;
}
</style>
border-color css
<style>
span { border-color: #3717FA; }
span { border-color: rgb(55,23,250); }
td.TdClassName
{
border-color: #3717FA;
}
.TagClassName
{
border-color: #3717FA;
}
</style>