Shades of Han Purple #312BF0
Tints of Han Purple #312BF0
RGB
CMYK
RGB Variations
Color information
#312BF0 (or 0x312BF0) is known color: Han Purple. HEX triplet: 31, 2B and F0. RGB value is (49,43,240). Sum of RGB (Red+Green+Blue) = 49+43+240=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #312BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312BF0 is #CED40F. Grayscale: #424242. Windows color (decimal): -13554704 or 15739697. OLE color: 15739697.
HSL color Cylindrical-coordinate representation of color #312BF0: hue angle of 241.83º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312BF0 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 43 | 240 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.06 |
| HSL | 241.83º | 0.87% | 0.55% | - |
| HSV(B) | 241.83º | 0.82% | 0.94% | - |
| XYZ | 17.86 | 8.67 | 83.17 | - |
| YUV | 67.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 240 | 0.80 | 0.82 | 0 | 0.06 | 241.83 | 0.87 | 0.55 |
| Hex | 31 | 2B | F0 | 50 | 52 | 0 | 6 | F2 | 57 | 37 |
| Octal | 61 | 53 | 360 | 120 | 122 | 0 | 6 | 362 | 127 | 67 |
| Binary | 110001 | 101011 | 11110000 | 1010000 | 1010010 | 0 | 110 | 11110010 | 1010111 | 110111 |
Color Harmonies of #312BF0
Complementary color
Monochromatic Colors of #312BF0
Black with #312BF0
Text Example
Text Example
White with #312BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BF0; }
p { color: rgb(49,43,240); }
H1.HeaderClassName
{
color: #312BF0;
}
.AnyTagClassName
{
color: #312BF0;
}
</style>
background-color css
<style>
a { background-color: #312BF0; }
a { background-color: rgb(49,43,240); }
div.DivClassName
{
background-color: #312BF0;
}
.BgClassName
{
background-color: #312BF0;
}
</style>
border-color css
<style>
span { border-color: #312BF0; }
span { border-color: rgb(49,43,240); }
td.TdClassName
{
border-color: #312BF0;
}
.TagClassName
{
border-color: #312BF0;
}
</style>