Shades of Han Purple #312BFC
Tints of Han Purple #312BFC
RGB
CMYK
RGB Variations
Color information
#312BFC (or 0x312BFC) is known color: Han Purple. HEX triplet: 31, 2B and FC. RGB value is (49,43,252). Sum of RGB (Red+Green+Blue) = 49+43+252=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #312BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312BFC is #CED403. Grayscale: #434343. Windows color (decimal): -13554692 or 16526129. OLE color: 16526129.
HSL color Cylindrical-coordinate representation of color #312BFC: hue angle of 241.72º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #312BFC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 43 | 252 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.01 |
| HSL | 241.72º | 0.97% | 0.58% | - |
| HSV(B) | 241.72º | 0.83% | 0.99% | - |
| XYZ | 19.7 | 9.41 | 92.87 | - |
| YUV | 68.62 | 231.49 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 252 | 0.81 | 0.83 | 0 | 0.01 | 241.72 | 0.97 | 0.58 |
| Hex | 31 | 2B | FC | 51 | 53 | 0 | 1 | F2 | 61 | 3A |
| Octal | 61 | 53 | 374 | 121 | 123 | 0 | 1 | 362 | 141 | 72 |
| Binary | 110001 | 101011 | 11111100 | 1010001 | 1010011 | 0 | 1 | 11110010 | 1100001 | 111010 |
Color Harmonies of #312BFC
Complementary color
Monochromatic Colors of #312BFC
Black with #312BFC
Text Example
Text Example
White with #312BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BFC; }
p { color: rgb(49,43,252); }
H1.HeaderClassName
{
color: #312BFC;
}
.AnyTagClassName
{
color: #312BFC;
}
</style>
background-color css
<style>
a { background-color: #312BFC; }
a { background-color: rgb(49,43,252); }
div.DivClassName
{
background-color: #312BFC;
}
.BgClassName
{
background-color: #312BFC;
}
</style>
border-color css
<style>
span { border-color: #312BFC; }
span { border-color: rgb(49,43,252); }
td.TdClassName
{
border-color: #312BFC;
}
.TagClassName
{
border-color: #312BFC;
}
</style>