Shades of Han Purple #3100DC
Tints of Han Purple #3100DC
RGB
CMYK
RGB Variations
Color information
#3100DC (or 0x3100DC) is known color: Han Purple. HEX triplet: 31, 00 and DC. RGB value is (49,0,220). Sum of RGB (Red+Green+Blue) = 49+0+220=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #3100DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3100DC is #CEFF23. Grayscale: #262626. Windows color (decimal): -13565732 or 14417969. OLE color: 14417969.
HSL color Cylindrical-coordinate representation of color #3100DC: hue angle of 253.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100DC is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 0 | 220 | - |
| CMYK | 0.78 | 1 | 0 | 0.14 |
| HSL | 253.36º | 1% | 0.43% | - |
| HSV(B) | 253.36º | 1% | 0.86% | - |
| XYZ | 14.18 | 5.82 | 68.09 | - |
| YUV | 39.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 220 | 0.78 | 1 | 0 | 0.14 | 253.36 | 1 | 0.43 |
| Hex | 31 | 0 | DC | 4E | 64 | 0 | E | FD | 64 | 2B |
| Octal | 61 | 0 | 334 | 116 | 144 | 0 | 16 | 375 | 144 | 53 |
| Binary | 110001 | 0 | 11011100 | 1001110 | 1100100 | 0 | 1110 | 11111101 | 1100100 | 101011 |
Color Harmonies of #3100DC
Complementary color
Monochromatic Colors of #3100DC
Black with #3100DC
Text Example
Text Example
White with #3100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100DC; }
p { color: rgb(49,0,220); }
H1.HeaderClassName
{
color: #3100DC;
}
.AnyTagClassName
{
color: #3100DC;
}
</style>
background-color css
<style>
a { background-color: #3100DC; }
a { background-color: rgb(49,0,220); }
div.DivClassName
{
background-color: #3100DC;
}
.BgClassName
{
background-color: #3100DC;
}
</style>
border-color css
<style>
span { border-color: #3100DC; }
span { border-color: rgb(49,0,220); }
td.TdClassName
{
border-color: #3100DC;
}
.TagClassName
{
border-color: #3100DC;
}
</style>