Shades of Han Purple #3103DF
Tints of Han Purple #3103DF
RGB
CMYK
RGB Variations
Color information
#3103DF (or 0x3103DF) is known color: Han Purple. HEX triplet: 31, 03 and DF. RGB value is (49,3,223). Sum of RGB (Red+Green+Blue) = 49+3+223=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #3103DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103DF is #CEFC20. Grayscale: #292929. Windows color (decimal): -13564961 or 14615345. OLE color: 14615345.
HSL color Cylindrical-coordinate representation of color #3103DF: hue angle of 252.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103DF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 3 | 223 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.13 |
| HSL | 252.55º | 0.97% | 0.44% | - |
| HSV(B) | 252.55º | 0.99% | 0.87% | - |
| XYZ | 14.62 | 6.05 | 70.21 | - |
| YUV | 41.83 | 230.24 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 223 | 0.78 | 0.99 | 0 | 0.13 | 252.55 | 0.97 | 0.44 |
| Hex | 31 | 3 | DF | 4E | 63 | 0 | D | FD | 61 | 2C |
| Octal | 61 | 3 | 337 | 116 | 143 | 0 | 15 | 375 | 141 | 54 |
| Binary | 110001 | 11 | 11011111 | 1001110 | 1100011 | 0 | 1101 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3103DF
Complementary color
Monochromatic Colors of #3103DF
Black with #3103DF
Text Example
Text Example
White with #3103DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103DF; }
p { color: rgb(49,3,223); }
H1.HeaderClassName
{
color: #3103DF;
}
.AnyTagClassName
{
color: #3103DF;
}
</style>
background-color css
<style>
a { background-color: #3103DF; }
a { background-color: rgb(49,3,223); }
div.DivClassName
{
background-color: #3103DF;
}
.BgClassName
{
background-color: #3103DF;
}
</style>
border-color css
<style>
span { border-color: #3103DF; }
span { border-color: rgb(49,3,223); }
td.TdClassName
{
border-color: #3103DF;
}
.TagClassName
{
border-color: #3103DF;
}
</style>