Shades of Han Purple #3725FA
Tints of Han Purple #3725FA
RGB
CMYK
RGB Variations
Color information
#3725FA (or 0x3725FA) is known color: Han Purple. HEX triplet: 37, 25 and FA. RGB value is (55,37,250). Sum of RGB (Red+Green+Blue) = 55+37+250=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #3725FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3725FA is #C8DA05. Grayscale: #414141. Windows color (decimal): -13163014 or 16393527. OLE color: 16393527.
HSL color Cylindrical-coordinate representation of color #3725FA: hue angle of 245.07º degrees, saturation: 0.96, 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 #3725FA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 37 | 250 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.02 |
| HSL | 245.07º | 0.96% | 0.56% | - |
| HSV(B) | 245.07º | 0.85% | 0.98% | - |
| XYZ | 19.49 | 9.04 | 91.16 | - |
| YUV | 66.66 | 231.46 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 250 | 0.78 | 0.85 | 0 | 0.02 | 245.07 | 0.96 | 0.56 |
| Hex | 37 | 25 | FA | 4E | 55 | 0 | 2 | F5 | 60 | 38 |
| Octal | 67 | 45 | 372 | 116 | 125 | 0 | 2 | 365 | 140 | 70 |
| Binary | 110111 | 100101 | 11111010 | 1001110 | 1010101 | 0 | 10 | 11110101 | 1100000 | 111000 |
Color Harmonies of #3725FA
Complementary color
Monochromatic Colors of #3725FA
Black with #3725FA
Text Example
Text Example
White with #3725FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725FA; }
p { color: rgb(55,37,250); }
H1.HeaderClassName
{
color: #3725FA;
}
.AnyTagClassName
{
color: #3725FA;
}
</style>
background-color css
<style>
a { background-color: #3725FA; }
a { background-color: rgb(55,37,250); }
div.DivClassName
{
background-color: #3725FA;
}
.BgClassName
{
background-color: #3725FA;
}
</style>
border-color css
<style>
span { border-color: #3725FA; }
span { border-color: rgb(55,37,250); }
td.TdClassName
{
border-color: #3725FA;
}
.TagClassName
{
border-color: #3725FA;
}
</style>