Shades of Han Purple #3103EE
Tints of Han Purple #3103EE
RGB
CMYK
RGB Variations
Color information
#3103EE (or 0x3103EE) is known color: Han Purple. HEX triplet: 31, 03 and EE. RGB value is (49,3,238). Sum of RGB (Red+Green+Blue) = 49+3+238=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #3103EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103EE is #CEFC11. Grayscale: #2A2A2A. Windows color (decimal): -13564946 or 15598385. OLE color: 15598385.
HSL color Cylindrical-coordinate representation of color #3103EE: hue angle of 251.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103EE is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 3 | 238 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.07 |
| HSL | 251.74º | 0.98% | 0.47% | - |
| HSV(B) | 251.74º | 0.99% | 0.93% | - |
| XYZ | 16.73 | 6.89 | 81.34 | - |
| YUV | 43.54 | 237.74 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 238 | 0.79 | 0.99 | 0 | 0.07 | 251.74 | 0.98 | 0.47 |
| Hex | 31 | 3 | EE | 4F | 63 | 0 | 7 | FC | 62 | 2F |
| Octal | 61 | 3 | 356 | 117 | 143 | 0 | 7 | 374 | 142 | 57 |
| Binary | 110001 | 11 | 11101110 | 1001111 | 1100011 | 0 | 111 | 11111100 | 1100010 | 101111 |
Color Harmonies of #3103EE
Complementary color
Monochromatic Colors of #3103EE
Black with #3103EE
Text Example
Text Example
White with #3103EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103EE; }
p { color: rgb(49,3,238); }
H1.HeaderClassName
{
color: #3103EE;
}
.AnyTagClassName
{
color: #3103EE;
}
</style>
background-color css
<style>
a { background-color: #3103EE; }
a { background-color: rgb(49,3,238); }
div.DivClassName
{
background-color: #3103EE;
}
.BgClassName
{
background-color: #3103EE;
}
</style>
border-color css
<style>
span { border-color: #3103EE; }
span { border-color: rgb(49,3,238); }
td.TdClassName
{
border-color: #3103EE;
}
.TagClassName
{
border-color: #3103EE;
}
</style>