Shades of Han Purple #3100DF
Tints of Han Purple #3100DF
RGB
CMYK
RGB Variations
Color information
#3100DF (or 0x3100DF) is known color: Han Purple. HEX triplet: 31, 00 and DF. RGB value is (49,0,223). Sum of RGB (Red+Green+Blue) = 49+0+223=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #3100DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100DF is #CEFF20. Grayscale: #272727. Windows color (decimal): -13565729 or 14614577. OLE color: 14614577.
HSL color Cylindrical-coordinate representation of color #3100DF: hue angle of 253.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100DF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 0 | 223 | - |
| CMYK | 0.78 | 1 | 0 | 0.13 |
| HSL | 253.18º | 1% | 0.44% | - |
| HSV(B) | 253.18º | 1% | 0.87% | - |
| XYZ | 14.59 | 5.98 | 70.2 | - |
| YUV | 40.07 | 231.23 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 223 | 0.78 | 1 | 0 | 0.13 | 253.18 | 1 | 0.44 |
| Hex | 31 | 0 | DF | 4E | 64 | 0 | D | FD | 64 | 2C |
| Octal | 61 | 0 | 337 | 116 | 144 | 0 | 15 | 375 | 144 | 54 |
| Binary | 110001 | 0 | 11011111 | 1001110 | 1100100 | 0 | 1101 | 11111101 | 1100100 | 101100 |
Color Harmonies of #3100DF
Complementary color
Monochromatic Colors of #3100DF
Black with #3100DF
Text Example
Text Example
White with #3100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100DF; }
p { color: rgb(49,0,223); }
H1.HeaderClassName
{
color: #3100DF;
}
.AnyTagClassName
{
color: #3100DF;
}
</style>
background-color css
<style>
a { background-color: #3100DF; }
a { background-color: rgb(49,0,223); }
div.DivClassName
{
background-color: #3100DF;
}
.BgClassName
{
background-color: #3100DF;
}
</style>
border-color css
<style>
span { border-color: #3100DF; }
span { border-color: rgb(49,0,223); }
td.TdClassName
{
border-color: #3100DF;
}
.TagClassName
{
border-color: #3100DF;
}
</style>