Shades of Han Purple #3126FF
Tints of Han Purple #3126FF
RGB
CMYK
RGB Variations
Color information
#3126FF (or 0x3126FF) is known color: Han Purple. HEX triplet: 31, 26 and FF. RGB value is (49,38,255). Sum of RGB (Red+Green+Blue) = 49+38+255=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #3126FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3126FF is #CED900. Grayscale: #414141. Windows color (decimal): -13555969 or 16721457. OLE color: 16721457.
HSL color Cylindrical-coordinate representation of color #3126FF: hue angle of 243.04º 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 #3126FF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 38 | 255 | - |
| CMYK | 0.81 | 0.85 | 0 | 0 |
| HSL | 243.04º | 1% | 0.57% | - |
| HSV(B) | 243.04º | 0.85% | 1% | - |
| XYZ | 20.01 | 9.26 | 95.34 | - |
| YUV | 66.03 | 234.64 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 255 | 0.81 | 0.85 | 0 | 0 | 243.04 | 1 | 0.57 |
| Hex | 31 | 26 | FF | 51 | 55 | 0 | 0 | F3 | 64 | 39 |
| Octal | 61 | 46 | 377 | 121 | 125 | 0 | 0 | 363 | 144 | 71 |
| Binary | 110001 | 100110 | 11111111 | 1010001 | 1010101 | 0 | 0 | 11110011 | 1100100 | 111001 |
Color Harmonies of #3126FF
Complementary color
Monochromatic Colors of #3126FF
Black with #3126FF
Text Example
Text Example
White with #3126FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3126FF; }
p { color: rgb(49,38,255); }
H1.HeaderClassName
{
color: #3126FF;
}
.AnyTagClassName
{
color: #3126FF;
}
</style>
background-color css
<style>
a { background-color: #3126FF; }
a { background-color: rgb(49,38,255); }
div.DivClassName
{
background-color: #3126FF;
}
.BgClassName
{
background-color: #3126FF;
}
</style>
border-color css
<style>
span { border-color: #3126FF; }
span { border-color: rgb(49,38,255); }
td.TdClassName
{
border-color: #3126FF;
}
.TagClassName
{
border-color: #3126FF;
}
</style>