Shades of Han Purple #3102EE
Tints of Han Purple #3102EE
RGB
CMYK
RGB Variations
Color information
#3102EE (or 0x3102EE) is known color: Han Purple. HEX triplet: 31, 02 and EE. RGB value is (49,2,238). Sum of RGB (Red+Green+Blue) = 49+2+238=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #3102EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3102EE is #CEFD11. Grayscale: #2A2A2A. Windows color (decimal): -13565202 or 15598129. OLE color: 15598129.
HSL color Cylindrical-coordinate representation of color #3102EE: hue angle of 251.95º 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 #3102EE is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 2 | 238 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.07 |
| HSL | 251.95º | 0.98% | 0.47% | - |
| HSV(B) | 251.95º | 0.99% | 0.93% | - |
| XYZ | 16.72 | 6.87 | 81.33 | - |
| YUV | 42.96 | 238.07 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 238 | 0.79 | 0.99 | 0 | 0.07 | 251.95 | 0.98 | 0.47 |
| Hex | 31 | 2 | EE | 4F | 63 | 0 | 7 | FC | 62 | 2F |
| Octal | 61 | 2 | 356 | 117 | 143 | 0 | 7 | 374 | 142 | 57 |
| Binary | 110001 | 10 | 11101110 | 1001111 | 1100011 | 0 | 111 | 11111100 | 1100010 | 101111 |
Color Harmonies of #3102EE
Complementary color
Monochromatic Colors of #3102EE
Black with #3102EE
Text Example
Text Example
White with #3102EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102EE; }
p { color: rgb(49,2,238); }
H1.HeaderClassName
{
color: #3102EE;
}
.AnyTagClassName
{
color: #3102EE;
}
</style>
background-color css
<style>
a { background-color: #3102EE; }
a { background-color: rgb(49,2,238); }
div.DivClassName
{
background-color: #3102EE;
}
.BgClassName
{
background-color: #3102EE;
}
</style>
border-color css
<style>
span { border-color: #3102EE; }
span { border-color: rgb(49,2,238); }
td.TdClassName
{
border-color: #3102EE;
}
.TagClassName
{
border-color: #3102EE;
}
</style>