Shades of Han Purple #3103FF
Tints of Han Purple #3103FF
RGB
CMYK
RGB Variations
Color information
#3103FF (or 0x3103FF) is known color: Han Purple. HEX triplet: 31, 03 and FF. RGB value is (49,3,255). Sum of RGB (Red+Green+Blue) = 49+3+255=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #3103FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103FF is #CEFC00. Grayscale: #2C2C2C. Windows color (decimal): -13564929 or 16712497. OLE color: 16712497.
HSL color Cylindrical-coordinate representation of color #3103FF: hue angle of 250.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103FF is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 3 | 255 | - |
| CMYK | 0.81 | 0.99 | 0 | 0 |
| HSL | 250.95º | 1% | 0.51% | - |
| HSV(B) | 250.95º | 0.99% | 1% | - |
| XYZ | 19.35 | 7.94 | 95.12 | - |
| YUV | 45.48 | 246.24 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 255 | 0.81 | 0.99 | 0 | 0 | 250.95 | 1 | 0.51 |
| Hex | 31 | 3 | FF | 51 | 63 | 0 | 0 | FB | 64 | 33 |
| Octal | 61 | 3 | 377 | 121 | 143 | 0 | 0 | 373 | 144 | 63 |
| Binary | 110001 | 11 | 11111111 | 1010001 | 1100011 | 0 | 0 | 11111011 | 1100100 | 110011 |
Color Harmonies of #3103FF
Complementary color
Monochromatic Colors of #3103FF
Black with #3103FF
Text Example
Text Example
White with #3103FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103FF; }
p { color: rgb(49,3,255); }
H1.HeaderClassName
{
color: #3103FF;
}
.AnyTagClassName
{
color: #3103FF;
}
</style>
background-color css
<style>
a { background-color: #3103FF; }
a { background-color: rgb(49,3,255); }
div.DivClassName
{
background-color: #3103FF;
}
.BgClassName
{
background-color: #3103FF;
}
</style>
border-color css
<style>
span { border-color: #3103FF; }
span { border-color: rgb(49,3,255); }
td.TdClassName
{
border-color: #3103FF;
}
.TagClassName
{
border-color: #3103FF;
}
</style>