Shades of Han Purple #3103D7
Tints of Han Purple #3103D7
RGB
CMYK
RGB Variations
Color information
#3103D7 (or 0x3103D7) is known color: Han Purple. HEX triplet: 31, 03 and D7. RGB value is (49,3,215). Sum of RGB (Red+Green+Blue) = 49+3+215=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 215 (84.38% from 255 or 80.52% from 267); Max value from RGB is 215 - color contains mainly: blue. Hex color #3103D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103D7 is #CEFC28. Grayscale: #282828. Windows color (decimal): -13564969 or 14091057. OLE color: 14091057.
HSL color Cylindrical-coordinate representation of color #3103D7: hue angle of 253.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103D7 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 3 | 215 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.16 |
| HSL | 253.02º | 0.97% | 0.43% | - |
| HSV(B) | 253.02º | 0.99% | 0.84% | - |
| XYZ | 13.56 | 5.62 | 64.66 | - |
| YUV | 40.92 | 226.24 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 215 | 0.77 | 0.99 | 0 | 0.16 | 253.02 | 0.97 | 0.43 |
| Hex | 31 | 3 | D7 | 4D | 63 | 0 | 10 | FD | 61 | 2B |
| Octal | 61 | 3 | 327 | 115 | 143 | 0 | 20 | 375 | 141 | 53 |
| Binary | 110001 | 11 | 11010111 | 1001101 | 1100011 | 0 | 10000 | 11111101 | 1100001 | 101011 |
Color Harmonies of #3103D7
Complementary color
Monochromatic Colors of #3103D7
Black with #3103D7
Text Example
Text Example
White with #3103D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103D7; }
p { color: rgb(49,3,215); }
H1.HeaderClassName
{
color: #3103D7;
}
.AnyTagClassName
{
color: #3103D7;
}
</style>
background-color css
<style>
a { background-color: #3103D7; }
a { background-color: rgb(49,3,215); }
div.DivClassName
{
background-color: #3103D7;
}
.BgClassName
{
background-color: #3103D7;
}
</style>
border-color css
<style>
span { border-color: #3103D7; }
span { border-color: rgb(49,3,215); }
td.TdClassName
{
border-color: #3103D7;
}
.TagClassName
{
border-color: #3103D7;
}
</style>