Shades of Han Purple #3101ED
Tints of Han Purple #3101ED
RGB
CMYK
RGB Variations
Color information
#3101ED (or 0x3101ED) is known color: Han Purple. HEX triplet: 31, 01 and ED. RGB value is (49,1,237). Sum of RGB (Red+Green+Blue) = 49+1+237=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #3101ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3101ED is #CEFE12. Grayscale: #292929. Windows color (decimal): -13565459 or 15532337. OLE color: 15532337.
HSL color Cylindrical-coordinate representation of color #3101ED: hue angle of 252.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3101ED is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 1 | 237 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.07 |
| HSL | 252.2º | 0.99% | 0.47% | - |
| HSV(B) | 252.2º | 1% | 0.93% | - |
| XYZ | 16.56 | 6.79 | 80.56 | - |
| YUV | 42.26 | 237.9 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 237 | 0.79 | 1.00 | 0 | 0.07 | 252.2 | 0.99 | 0.47 |
| Hex | 31 | 1 | ED | 4F | 64 | 0 | 7 | FC | 63 | 2F |
| Octal | 61 | 1 | 355 | 117 | 144 | 0 | 7 | 374 | 143 | 57 |
| Binary | 110001 | 1 | 11101101 | 1001111 | 1100100 | 0 | 111 | 11111100 | 1100011 | 101111 |
Color Harmonies of #3101ED
Complementary color
Monochromatic Colors of #3101ED
Black with #3101ED
Text Example
Text Example
White with #3101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101ED; }
p { color: rgb(49,1,237); }
H1.HeaderClassName
{
color: #3101ED;
}
.AnyTagClassName
{
color: #3101ED;
}
</style>
background-color css
<style>
a { background-color: #3101ED; }
a { background-color: rgb(49,1,237); }
div.DivClassName
{
background-color: #3101ED;
}
.BgClassName
{
background-color: #3101ED;
}
</style>
border-color css
<style>
span { border-color: #3101ED; }
span { border-color: rgb(49,1,237); }
td.TdClassName
{
border-color: #3101ED;
}
.TagClassName
{
border-color: #3101ED;
}
</style>