Shades of Han Purple #310AF3
Tints of Han Purple #310AF3
RGB
CMYK
RGB Variations
Color information
#310AF3 (or 0x310AF3) is known color: Han Purple. HEX triplet: 31, 0A and F3. RGB value is (49,10,243). Sum of RGB (Red+Green+Blue) = 49+10+243=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 243 (95.31% from 255 or 80.46% from 302); Max value from RGB is 243 - color contains mainly: blue. Hex color #310AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310AF3 is #CEF50C. Grayscale: #2F2F2F. Windows color (decimal): -13563149 or 15927857. OLE color: 15927857.
HSL color Cylindrical-coordinate representation of color #310AF3: hue angle of 250.04º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310AF3 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 10 | 243 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.05 |
| HSL | 250.04º | 0.92% | 0.5% | - |
| HSV(B) | 250.04º | 0.96% | 0.95% | - |
| XYZ | 17.55 | 7.34 | 85.29 | - |
| YUV | 48.22 | 237.92 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 243 | 0.80 | 0.96 | 0 | 0.05 | 250.04 | 0.92 | 0.5 |
| Hex | 31 | A | F3 | 50 | 60 | 0 | 5 | FA | 5C | 32 |
| Octal | 61 | 12 | 363 | 120 | 140 | 0 | 5 | 372 | 134 | 62 |
| Binary | 110001 | 1010 | 11110011 | 1010000 | 1100000 | 0 | 101 | 11111010 | 1011100 | 110010 |
Color Harmonies of #310AF3
Complementary color
Monochromatic Colors of #310AF3
Black with #310AF3
Text Example
Text Example
White with #310AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AF3; }
p { color: rgb(49,10,243); }
H1.HeaderClassName
{
color: #310AF3;
}
.AnyTagClassName
{
color: #310AF3;
}
</style>
background-color css
<style>
a { background-color: #310AF3; }
a { background-color: rgb(49,10,243); }
div.DivClassName
{
background-color: #310AF3;
}
.BgClassName
{
background-color: #310AF3;
}
</style>
border-color css
<style>
span { border-color: #310AF3; }
span { border-color: rgb(49,10,243); }
td.TdClassName
{
border-color: #310AF3;
}
.TagClassName
{
border-color: #310AF3;
}
</style>