Shades of Han Purple #3103E2
Tints of Han Purple #3103E2
RGB
CMYK
RGB Variations
Color information
#3103E2 (or 0x3103E2) is known color: Han Purple. HEX triplet: 31, 03 and E2. RGB value is (49,3,226). Sum of RGB (Red+Green+Blue) = 49+3+226=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 226 (88.67% from 255 or 81.29% from 278); Max value from RGB is 226 - color contains mainly: blue. Hex color #3103E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3103E2 is #CEFC1D. Grayscale: #292929. Windows color (decimal): -13564958 or 14811953. OLE color: 14811953.
HSL color Cylindrical-coordinate representation of color #3103E2: hue angle of 252.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103E2 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 3 | 226 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.11 |
| HSL | 252.38º | 0.97% | 0.45% | - |
| HSV(B) | 252.38º | 0.99% | 0.89% | - |
| XYZ | 15.03 | 6.21 | 72.36 | - |
| YUV | 42.18 | 231.74 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 226 | 0.78 | 0.99 | 0 | 0.11 | 252.38 | 0.97 | 0.45 |
| Hex | 31 | 3 | E2 | 4E | 63 | 0 | B | FC | 61 | 2D |
| Octal | 61 | 3 | 342 | 116 | 143 | 0 | 13 | 374 | 141 | 55 |
| Binary | 110001 | 11 | 11100010 | 1001110 | 1100011 | 0 | 1011 | 11111100 | 1100001 | 101101 |
Color Harmonies of #3103E2
Complementary color
Monochromatic Colors of #3103E2
Black with #3103E2
Text Example
Text Example
White with #3103E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103E2; }
p { color: rgb(49,3,226); }
H1.HeaderClassName
{
color: #3103E2;
}
.AnyTagClassName
{
color: #3103E2;
}
</style>
background-color css
<style>
a { background-color: #3103E2; }
a { background-color: rgb(49,3,226); }
div.DivClassName
{
background-color: #3103E2;
}
.BgClassName
{
background-color: #3103E2;
}
</style>
border-color css
<style>
span { border-color: #3103E2; }
span { border-color: rgb(49,3,226); }
td.TdClassName
{
border-color: #3103E2;
}
.TagClassName
{
border-color: #3103E2;
}
</style>