Shades of Han Purple #312BFA
Tints of Han Purple #312BFA
RGB
CMYK
RGB Variations
Color information
#312BFA (or 0x312BFA) is known color: Han Purple. HEX triplet: 31, 2B and FA. RGB value is (49,43,250). Sum of RGB (Red+Green+Blue) = 49+43+250=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #312BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312BFA is #CED405. Grayscale: #434343. Windows color (decimal): -13554694 or 16395057. OLE color: 16395057.
HSL color Cylindrical-coordinate representation of color #312BFA: hue angle of 241.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #312BFA is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 43 | 250 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.02 |
| HSL | 241.74º | 0.95% | 0.57% | - |
| HSV(B) | 241.74º | 0.83% | 0.98% | - |
| XYZ | 19.39 | 9.28 | 91.21 | - |
| YUV | 68.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 250 | 0.80 | 0.83 | 0 | 0.02 | 241.74 | 0.95 | 0.57 |
| Hex | 31 | 2B | FA | 50 | 53 | 0 | 2 | F2 | 5F | 39 |
| Octal | 61 | 53 | 372 | 120 | 123 | 0 | 2 | 362 | 137 | 71 |
| Binary | 110001 | 101011 | 11111010 | 1010000 | 1010011 | 0 | 10 | 11110010 | 1011111 | 111001 |
Color Harmonies of #312BFA
Complementary color
Monochromatic Colors of #312BFA
Black with #312BFA
Text Example
Text Example
White with #312BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BFA; }
p { color: rgb(49,43,250); }
H1.HeaderClassName
{
color: #312BFA;
}
.AnyTagClassName
{
color: #312BFA;
}
</style>
background-color css
<style>
a { background-color: #312BFA; }
a { background-color: rgb(49,43,250); }
div.DivClassName
{
background-color: #312BFA;
}
.BgClassName
{
background-color: #312BFA;
}
</style>
border-color css
<style>
span { border-color: #312BFA; }
span { border-color: rgb(49,43,250); }
td.TdClassName
{
border-color: #312BFA;
}
.TagClassName
{
border-color: #312BFA;
}
</style>