Shades of Han Purple #310CFB
Tints of Han Purple #310CFB
RGB
CMYK
RGB Variations
Color information
#310CFB (or 0x310CFB) is known color: Han Purple. HEX triplet: 31, 0C and FB. RGB value is (49,12,251). Sum of RGB (Red+Green+Blue) = 49+12+251=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #310CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CFB is #CEF304. Grayscale: #313131. Windows color (decimal): -13562629 or 16452657. OLE color: 16452657.
HSL color Cylindrical-coordinate representation of color #310CFB: hue angle of 249.29º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310CFB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 12 | 251 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.02 |
| HSL | 249.29º | 0.97% | 0.52% | - |
| HSV(B) | 249.29º | 0.95% | 0.98% | - |
| XYZ | 18.81 | 7.88 | 91.8 | - |
| YUV | 50.31 | 241.26 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 251 | 0.80 | 0.95 | 0 | 0.02 | 249.29 | 0.97 | 0.52 |
| Hex | 31 | C | FB | 50 | 5F | 0 | 2 | F9 | 61 | 34 |
| Octal | 61 | 14 | 373 | 120 | 137 | 0 | 2 | 371 | 141 | 64 |
| Binary | 110001 | 1100 | 11111011 | 1010000 | 1011111 | 0 | 10 | 11111001 | 1100001 | 110100 |
Color Harmonies of #310CFB
Complementary color
Monochromatic Colors of #310CFB
Black with #310CFB
Text Example
Text Example
White with #310CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CFB; }
p { color: rgb(49,12,251); }
H1.HeaderClassName
{
color: #310CFB;
}
.AnyTagClassName
{
color: #310CFB;
}
</style>
background-color css
<style>
a { background-color: #310CFB; }
a { background-color: rgb(49,12,251); }
div.DivClassName
{
background-color: #310CFB;
}
.BgClassName
{
background-color: #310CFB;
}
</style>
border-color css
<style>
span { border-color: #310CFB; }
span { border-color: rgb(49,12,251); }
td.TdClassName
{
border-color: #310CFB;
}
.TagClassName
{
border-color: #310CFB;
}
</style>