Shades of Han Purple #312CFA
Tints of Han Purple #312CFA
RGB
CMYK
RGB Variations
Color information
#312CFA (or 0x312CFA) is known color: Han Purple. HEX triplet: 31, 2C and FA. RGB value is (49,44,250). Sum of RGB (Red+Green+Blue) = 49+44+250=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #312CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CFA is #CED305. Grayscale: #444444. Windows color (decimal): -13554438 or 16395313. OLE color: 16395313.
HSL color Cylindrical-coordinate representation of color #312CFA: hue angle of 241.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312CFA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 44 | 250 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.02 |
| HSL | 241.46º | 0.95% | 0.58% | - |
| HSV(B) | 241.46º | 0.82% | 0.98% | - |
| XYZ | 19.42 | 9.36 | 91.22 | - |
| YUV | 68.98 | 230.16 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 250 | 0.80 | 0.82 | 0 | 0.02 | 241.46 | 0.95 | 0.58 |
| Hex | 31 | 2C | FA | 50 | 52 | 0 | 2 | F1 | 5F | 3A |
| Octal | 61 | 54 | 372 | 120 | 122 | 0 | 2 | 361 | 137 | 72 |
| Binary | 110001 | 101100 | 11111010 | 1010000 | 1010010 | 0 | 10 | 11110001 | 1011111 | 111010 |
Color Harmonies of #312CFA
Complementary color
Monochromatic Colors of #312CFA
Black with #312CFA
Text Example
Text Example
White with #312CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CFA; }
p { color: rgb(49,44,250); }
H1.HeaderClassName
{
color: #312CFA;
}
.AnyTagClassName
{
color: #312CFA;
}
</style>
background-color css
<style>
a { background-color: #312CFA; }
a { background-color: rgb(49,44,250); }
div.DivClassName
{
background-color: #312CFA;
}
.BgClassName
{
background-color: #312CFA;
}
</style>
border-color css
<style>
span { border-color: #312CFA; }
span { border-color: rgb(49,44,250); }
td.TdClassName
{
border-color: #312CFA;
}
.TagClassName
{
border-color: #312CFA;
}
</style>