Shades of Han Purple #3101DB
Tints of Han Purple #3101DB
RGB
CMYK
RGB Variations
Color information
#3101DB (or 0x3101DB) is known color: Han Purple. HEX triplet: 31, 01 and DB. RGB value is (49,1,219). Sum of RGB (Red+Green+Blue) = 49+1+219=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #3101DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101DB is #CEFE24. Grayscale: #272727. Windows color (decimal): -13565477 or 14352689. OLE color: 14352689.
HSL color Cylindrical-coordinate representation of color #3101DB: hue angle of 253.21º 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 #3101DB is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 1 | 219 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.14 |
| HSL | 253.21º | 0.99% | 0.43% | - |
| HSV(B) | 253.21º | 1% | 0.86% | - |
| XYZ | 14.06 | 5.79 | 67.39 | - |
| YUV | 40.2 | 228.9 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 219 | 0.78 | 1.00 | 0 | 0.14 | 253.21 | 0.99 | 0.43 |
| Hex | 31 | 1 | DB | 4E | 64 | 0 | E | FD | 63 | 2B |
| Octal | 61 | 1 | 333 | 116 | 144 | 0 | 16 | 375 | 143 | 53 |
| Binary | 110001 | 1 | 11011011 | 1001110 | 1100100 | 0 | 1110 | 11111101 | 1100011 | 101011 |
Color Harmonies of #3101DB
Complementary color
Monochromatic Colors of #3101DB
Black with #3101DB
Text Example
Text Example
White with #3101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101DB; }
p { color: rgb(49,1,219); }
H1.HeaderClassName
{
color: #3101DB;
}
.AnyTagClassName
{
color: #3101DB;
}
</style>
background-color css
<style>
a { background-color: #3101DB; }
a { background-color: rgb(49,1,219); }
div.DivClassName
{
background-color: #3101DB;
}
.BgClassName
{
background-color: #3101DB;
}
</style>
border-color css
<style>
span { border-color: #3101DB; }
span { border-color: rgb(49,1,219); }
td.TdClassName
{
border-color: #3101DB;
}
.TagClassName
{
border-color: #3101DB;
}
</style>