Shades of Han Purple #312BF3
Tints of Han Purple #312BF3
RGB
CMYK
RGB Variations
Color information
#312BF3 (or 0x312BF3) is known color: Han Purple. HEX triplet: 31, 2B and F3. RGB value is (49,43,243). Sum of RGB (Red+Green+Blue) = 49+43+243=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 243 (95.31% from 255 or 72.54% from 335); Max value from RGB is 243 - color contains mainly: blue. Hex color #312BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312BF3 is #CED40C. Grayscale: #424242. Windows color (decimal): -13554701 or 15936305. OLE color: 15936305.
HSL color Cylindrical-coordinate representation of color #312BF3: hue angle of 241.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312BF3 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 43 | 243 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.05 |
| HSL | 241.8º | 0.89% | 0.56% | - |
| HSV(B) | 241.8º | 0.82% | 0.95% | - |
| XYZ | 18.31 | 8.85 | 85.54 | - |
| YUV | 67.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 243 | 0.80 | 0.82 | 0 | 0.05 | 241.8 | 0.89 | 0.56 |
| Hex | 31 | 2B | F3 | 50 | 52 | 0 | 5 | F2 | 59 | 38 |
| Octal | 61 | 53 | 363 | 120 | 122 | 0 | 5 | 362 | 131 | 70 |
| Binary | 110001 | 101011 | 11110011 | 1010000 | 1010010 | 0 | 101 | 11110010 | 1011001 | 111000 |
Color Harmonies of #312BF3
Complementary color
Monochromatic Colors of #312BF3
Black with #312BF3
Text Example
Text Example
White with #312BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BF3; }
p { color: rgb(49,43,243); }
H1.HeaderClassName
{
color: #312BF3;
}
.AnyTagClassName
{
color: #312BF3;
}
</style>
background-color css
<style>
a { background-color: #312BF3; }
a { background-color: rgb(49,43,243); }
div.DivClassName
{
background-color: #312BF3;
}
.BgClassName
{
background-color: #312BF3;
}
</style>
border-color css
<style>
span { border-color: #312BF3; }
span { border-color: rgb(49,43,243); }
td.TdClassName
{
border-color: #312BF3;
}
.TagClassName
{
border-color: #312BF3;
}
</style>