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