Shades of Han Purple #3100EA
Tints of Han Purple #3100EA
RGB
CMYK
RGB Variations
Color information
#3100EA (or 0x3100EA) is known color: Han Purple. HEX triplet: 31, 00 and EA. RGB value is (49,0,234). Sum of RGB (Red+Green+Blue) = 49+0+234=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #3100EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3100EA is #CEFF15. Grayscale: #282828. Windows color (decimal): -13565718 or 15335473. OLE color: 15335473.
HSL color Cylindrical-coordinate representation of color #3100EA: hue angle of 252.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100EA is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 0 | 234 | - |
| CMYK | 0.79 | 1 | 0 | 0.08 |
| HSL | 252.56º | 1% | 0.46% | - |
| HSV(B) | 252.56º | 1% | 0.92% | - |
| XYZ | 16.12 | 6.59 | 78.27 | - |
| YUV | 41.33 | 236.73 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 234 | 0.79 | 1 | 0 | 0.08 | 252.56 | 1 | 0.46 |
| Hex | 31 | 0 | EA | 4F | 64 | 0 | 8 | FD | 64 | 2E |
| Octal | 61 | 0 | 352 | 117 | 144 | 0 | 10 | 375 | 144 | 56 |
| Binary | 110001 | 0 | 11101010 | 1001111 | 1100100 | 0 | 1000 | 11111101 | 1100100 | 101110 |
Color Harmonies of #3100EA
Complementary color
Monochromatic Colors of #3100EA
Black with #3100EA
Text Example
Text Example
White with #3100EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100EA; }
p { color: rgb(49,0,234); }
H1.HeaderClassName
{
color: #3100EA;
}
.AnyTagClassName
{
color: #3100EA;
}
</style>
background-color css
<style>
a { background-color: #3100EA; }
a { background-color: rgb(49,0,234); }
div.DivClassName
{
background-color: #3100EA;
}
.BgClassName
{
background-color: #3100EA;
}
</style>
border-color css
<style>
span { border-color: #3100EA; }
span { border-color: rgb(49,0,234); }
td.TdClassName
{
border-color: #3100EA;
}
.TagClassName
{
border-color: #3100EA;
}
</style>