Shades of Han Purple #3123EE
Tints of Han Purple #3123EE
RGB
CMYK
RGB Variations
Color information
#3123EE (or 0x3123EE) is known color: Han Purple. HEX triplet: 31, 23 and EE. RGB value is (49,35,238). Sum of RGB (Red+Green+Blue) = 49+35+238=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #3123EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3123EE is #CEDC11. Grayscale: #3D3D3D. Windows color (decimal): -13556754 or 15606577. OLE color: 15606577.
HSL color Cylindrical-coordinate representation of color #3123EE: hue angle of 244.14º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3123EE is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 35 | 238 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.07 |
| HSL | 244.14º | 0.86% | 0.54% | - |
| HSV(B) | 244.14º | 0.85% | 0.93% | - |
| XYZ | 17.3 | 8.03 | 81.53 | - |
| YUV | 62.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 238 | 0.79 | 0.85 | 0 | 0.07 | 244.14 | 0.86 | 0.54 |
| Hex | 31 | 23 | EE | 4F | 55 | 0 | 7 | F4 | 56 | 36 |
| Octal | 61 | 43 | 356 | 117 | 125 | 0 | 7 | 364 | 126 | 66 |
| Binary | 110001 | 100011 | 11101110 | 1001111 | 1010101 | 0 | 111 | 11110100 | 1010110 | 110110 |
Color Harmonies of #3123EE
Complementary color
Monochromatic Colors of #3123EE
Black with #3123EE
Text Example
Text Example
White with #3123EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3123EE; }
p { color: rgb(49,35,238); }
H1.HeaderClassName
{
color: #3123EE;
}
.AnyTagClassName
{
color: #3123EE;
}
</style>
background-color css
<style>
a { background-color: #3123EE; }
a { background-color: rgb(49,35,238); }
div.DivClassName
{
background-color: #3123EE;
}
.BgClassName
{
background-color: #3123EE;
}
</style>
border-color css
<style>
span { border-color: #3123EE; }
span { border-color: rgb(49,35,238); }
td.TdClassName
{
border-color: #3123EE;
}
.TagClassName
{
border-color: #3123EE;
}
</style>