Shades of Han Purple #3101E0
Tints of Han Purple #3101E0
RGB
CMYK
RGB Variations
Color information
#3101E0 (or 0x3101E0) is known color: Han Purple. HEX triplet: 31, 01 and E0. RGB value is (49,1,224). Sum of RGB (Red+Green+Blue) = 49+1+224=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #3101E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101E0 is #CEFE1F. Grayscale: #272727. Windows color (decimal): -13565472 or 14680369. OLE color: 14680369.
HSL color Cylindrical-coordinate representation of color #3101E0: hue angle of 252.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3101E0 is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 1 | 224 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.12 |
| HSL | 252.91º | 0.99% | 0.44% | - |
| HSV(B) | 252.91º | 1% | 0.88% | - |
| XYZ | 14.73 | 6.06 | 70.91 | - |
| YUV | 40.77 | 231.4 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 224 | 0.78 | 1.00 | 0 | 0.12 | 252.91 | 0.99 | 0.44 |
| Hex | 31 | 1 | E0 | 4E | 64 | 0 | C | FD | 63 | 2C |
| Octal | 61 | 1 | 340 | 116 | 144 | 0 | 14 | 375 | 143 | 54 |
| Binary | 110001 | 1 | 11100000 | 1001110 | 1100100 | 0 | 1100 | 11111101 | 1100011 | 101100 |
Color Harmonies of #3101E0
Complementary color
Monochromatic Colors of #3101E0
Black with #3101E0
Text Example
Text Example
White with #3101E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101E0; }
p { color: rgb(49,1,224); }
H1.HeaderClassName
{
color: #3101E0;
}
.AnyTagClassName
{
color: #3101E0;
}
</style>
background-color css
<style>
a { background-color: #3101E0; }
a { background-color: rgb(49,1,224); }
div.DivClassName
{
background-color: #3101E0;
}
.BgClassName
{
background-color: #3101E0;
}
</style>
border-color css
<style>
span { border-color: #3101E0; }
span { border-color: rgb(49,1,224); }
td.TdClassName
{
border-color: #3101E0;
}
.TagClassName
{
border-color: #3101E0;
}
</style>