Shades of Han Purple #3125FF
Tints of Han Purple #3125FF
RGB
CMYK
RGB Variations
Color information
#3125FF (or 0x3125FF) is known color: Han Purple. HEX triplet: 31, 25 and FF. RGB value is (49,37,255). Sum of RGB (Red+Green+Blue) = 49+37+255=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #3125FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3125FF is #CEDA00. Grayscale: #404040. Windows color (decimal): -13556225 or 16721201. OLE color: 16721201.
HSL color Cylindrical-coordinate representation of color #3125FF: hue angle of 243.3º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3125FF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 37 | 255 | - |
| CMYK | 0.81 | 0.85 | 0 | 0 |
| HSL | 243.3º | 1% | 0.57% | - |
| HSV(B) | 243.3º | 0.85% | 1% | - |
| XYZ | 19.98 | 9.2 | 95.33 | - |
| YUV | 65.44 | 234.98 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 255 | 0.81 | 0.85 | 0 | 0 | 243.3 | 1 | 0.57 |
| Hex | 31 | 25 | FF | 51 | 55 | 0 | 0 | F3 | 64 | 39 |
| Octal | 61 | 45 | 377 | 121 | 125 | 0 | 0 | 363 | 144 | 71 |
| Binary | 110001 | 100101 | 11111111 | 1010001 | 1010101 | 0 | 0 | 11110011 | 1100100 | 111001 |
Color Harmonies of #3125FF
Complementary color
Monochromatic Colors of #3125FF
Black with #3125FF
Text Example
Text Example
White with #3125FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3125FF; }
p { color: rgb(49,37,255); }
H1.HeaderClassName
{
color: #3125FF;
}
.AnyTagClassName
{
color: #3125FF;
}
</style>
background-color css
<style>
a { background-color: #3125FF; }
a { background-color: rgb(49,37,255); }
div.DivClassName
{
background-color: #3125FF;
}
.BgClassName
{
background-color: #3125FF;
}
</style>
border-color css
<style>
span { border-color: #3125FF; }
span { border-color: rgb(49,37,255); }
td.TdClassName
{
border-color: #3125FF;
}
.TagClassName
{
border-color: #3125FF;
}
</style>