Shades of Han Purple #3103EF
Tints of Han Purple #3103EF
RGB
CMYK
RGB Variations
Color information
#3103EF (or 0x3103EF) is known color: Han Purple. HEX triplet: 31, 03 and EF. RGB value is (49,3,239). Sum of RGB (Red+Green+Blue) = 49+3+239=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #3103EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103EF is #CEFC10. Grayscale: #2A2A2A. Windows color (decimal): -13564945 or 15663921. OLE color: 15663921.
HSL color Cylindrical-coordinate representation of color #3103EF: hue angle of 251.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103EF is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 3 | 239 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.06 |
| HSL | 251.69º | 0.98% | 0.47% | - |
| HSV(B) | 251.69º | 0.99% | 0.94% | - |
| XYZ | 16.88 | 6.95 | 82.11 | - |
| YUV | 43.66 | 238.24 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 239 | 0.79 | 0.99 | 0 | 0.06 | 251.69 | 0.98 | 0.47 |
| Hex | 31 | 3 | EF | 4F | 63 | 0 | 6 | FC | 62 | 2F |
| Octal | 61 | 3 | 357 | 117 | 143 | 0 | 6 | 374 | 142 | 57 |
| Binary | 110001 | 11 | 11101111 | 1001111 | 1100011 | 0 | 110 | 11111100 | 1100010 | 101111 |
Color Harmonies of #3103EF
Complementary color
Monochromatic Colors of #3103EF
Black with #3103EF
Text Example
Text Example
White with #3103EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103EF; }
p { color: rgb(49,3,239); }
H1.HeaderClassName
{
color: #3103EF;
}
.AnyTagClassName
{
color: #3103EF;
}
</style>
background-color css
<style>
a { background-color: #3103EF; }
a { background-color: rgb(49,3,239); }
div.DivClassName
{
background-color: #3103EF;
}
.BgClassName
{
background-color: #3103EF;
}
</style>
border-color css
<style>
span { border-color: #3103EF; }
span { border-color: rgb(49,3,239); }
td.TdClassName
{
border-color: #3103EF;
}
.TagClassName
{
border-color: #3103EF;
}
</style>