Shades of Han Purple #3101EE
Tints of Han Purple #3101EE
RGB
CMYK
RGB Variations
Color information
#3101EE (or 0x3101EE) is known color: Han Purple. HEX triplet: 31, 01 and EE. RGB value is (49,1,238). Sum of RGB (Red+Green+Blue) = 49+1+238=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #3101EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3101EE is #CEFE11. Grayscale: #292929. Windows color (decimal): -13565458 or 15597873. OLE color: 15597873.
HSL color Cylindrical-coordinate representation of color #3101EE: hue angle of 252.15º 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 #3101EE is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 1 | 238 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.07 |
| HSL | 252.15º | 0.99% | 0.47% | - |
| HSV(B) | 252.15º | 1% | 0.93% | - |
| XYZ | 16.71 | 6.85 | 81.33 | - |
| YUV | 42.37 | 238.4 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 238 | 0.79 | 1.00 | 0 | 0.07 | 252.15 | 0.99 | 0.47 |
| Hex | 31 | 1 | EE | 4F | 64 | 0 | 7 | FC | 63 | 2F |
| Octal | 61 | 1 | 356 | 117 | 144 | 0 | 7 | 374 | 143 | 57 |
| Binary | 110001 | 1 | 11101110 | 1001111 | 1100100 | 0 | 111 | 11111100 | 1100011 | 101111 |
Color Harmonies of #3101EE
Complementary color
Monochromatic Colors of #3101EE
Black with #3101EE
Text Example
Text Example
White with #3101EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101EE; }
p { color: rgb(49,1,238); }
H1.HeaderClassName
{
color: #3101EE;
}
.AnyTagClassName
{
color: #3101EE;
}
</style>
background-color css
<style>
a { background-color: #3101EE; }
a { background-color: rgb(49,1,238); }
div.DivClassName
{
background-color: #3101EE;
}
.BgClassName
{
background-color: #3101EE;
}
</style>
border-color css
<style>
span { border-color: #3101EE; }
span { border-color: rgb(49,1,238); }
td.TdClassName
{
border-color: #3101EE;
}
.TagClassName
{
border-color: #3101EE;
}
</style>