Shades of Han Purple #3126FA
Tints of Han Purple #3126FA
RGB
CMYK
RGB Variations
Color information
#3126FA (or 0x3126FA) is known color: Han Purple. HEX triplet: 31, 26 and FA. RGB value is (49,38,250). Sum of RGB (Red+Green+Blue) = 49+38+250=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #3126FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3126FA is #CED905. Grayscale: #404040. Windows color (decimal): -13555974 or 16393777. OLE color: 16393777.
HSL color Cylindrical-coordinate representation of color #3126FA: hue angle of 243.11º 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 #3126FA is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 38 | 250 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.02 |
| HSL | 243.11º | 0.95% | 0.56% | - |
| HSV(B) | 243.11º | 0.85% | 0.98% | - |
| XYZ | 19.22 | 8.94 | 91.16 | - |
| YUV | 65.46 | 232.14 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 250 | 0.80 | 0.85 | 0 | 0.02 | 243.11 | 0.95 | 0.56 |
| Hex | 31 | 26 | FA | 50 | 55 | 0 | 2 | F3 | 5F | 38 |
| Octal | 61 | 46 | 372 | 120 | 125 | 0 | 2 | 363 | 137 | 70 |
| Binary | 110001 | 100110 | 11111010 | 1010000 | 1010101 | 0 | 10 | 11110011 | 1011111 | 111000 |
Color Harmonies of #3126FA
Complementary color
Monochromatic Colors of #3126FA
Black with #3126FA
Text Example
Text Example
White with #3126FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3126FA; }
p { color: rgb(49,38,250); }
H1.HeaderClassName
{
color: #3126FA;
}
.AnyTagClassName
{
color: #3126FA;
}
</style>
background-color css
<style>
a { background-color: #3126FA; }
a { background-color: rgb(49,38,250); }
div.DivClassName
{
background-color: #3126FA;
}
.BgClassName
{
background-color: #3126FA;
}
</style>
border-color css
<style>
span { border-color: #3126FA; }
span { border-color: rgb(49,38,250); }
td.TdClassName
{
border-color: #3126FA;
}
.TagClassName
{
border-color: #3126FA;
}
</style>