Shades of Han Purple #3725F9
Tints of Han Purple #3725F9
RGB
CMYK
RGB Variations
Color information
#3725F9 (or 0x3725F9) is known color: Han Purple. HEX triplet: 37, 25 and F9. RGB value is (55,37,249). Sum of RGB (Red+Green+Blue) = 55+37+249=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #3725F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3725F9 is #C8DA06. Grayscale: #414141. Windows color (decimal): -13163015 or 16327991. OLE color: 16327991.
HSL color Cylindrical-coordinate representation of color #3725F9: hue angle of 245.09º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3725F9 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 37 | 249 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.02 |
| HSL | 245.09º | 0.95% | 0.56% | - |
| HSV(B) | 245.09º | 0.85% | 0.98% | - |
| XYZ | 19.34 | 8.97 | 90.34 | - |
| YUV | 66.55 | 230.96 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 249 | 0.78 | 0.85 | 0 | 0.02 | 245.09 | 0.95 | 0.56 |
| Hex | 37 | 25 | F9 | 4E | 55 | 0 | 2 | F5 | 5F | 38 |
| Octal | 67 | 45 | 371 | 116 | 125 | 0 | 2 | 365 | 137 | 70 |
| Binary | 110111 | 100101 | 11111001 | 1001110 | 1010101 | 0 | 10 | 11110101 | 1011111 | 111000 |
Color Harmonies of #3725F9
Complementary color
Monochromatic Colors of #3725F9
Black with #3725F9
Text Example
Text Example
White with #3725F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725F9; }
p { color: rgb(55,37,249); }
H1.HeaderClassName
{
color: #3725F9;
}
.AnyTagClassName
{
color: #3725F9;
}
</style>
background-color css
<style>
a { background-color: #3725F9; }
a { background-color: rgb(55,37,249); }
div.DivClassName
{
background-color: #3725F9;
}
.BgClassName
{
background-color: #3725F9;
}
</style>
border-color css
<style>
span { border-color: #3725F9; }
span { border-color: rgb(55,37,249); }
td.TdClassName
{
border-color: #3725F9;
}
.TagClassName
{
border-color: #3725F9;
}
</style>