Shades of Han Purple #310CEE
Tints of Han Purple #310CEE
RGB
CMYK
RGB Variations
Color information
#310CEE (or 0x310CEE) is known color: Han Purple. HEX triplet: 31, 0C and EE. RGB value is (49,12,238). Sum of RGB (Red+Green+Blue) = 49+12+238=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #310CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CEE is #CEF311. Grayscale: #2F2F2F. Windows color (decimal): -13562642 or 15600689. OLE color: 15600689.
HSL color Cylindrical-coordinate representation of color #310CEE: hue angle of 249.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310CEE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 12 | 238 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.07 |
| HSL | 249.82º | 0.9% | 0.49% | - |
| HSV(B) | 249.82º | 0.95% | 0.93% | - |
| XYZ | 16.83 | 7.09 | 81.37 | - |
| YUV | 48.83 | 234.76 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 238 | 0.79 | 0.95 | 0 | 0.07 | 249.82 | 0.9 | 0.49 |
| Hex | 31 | C | EE | 4F | 5F | 0 | 7 | FA | 5A | 31 |
| Octal | 61 | 14 | 356 | 117 | 137 | 0 | 7 | 372 | 132 | 61 |
| Binary | 110001 | 1100 | 11101110 | 1001111 | 1011111 | 0 | 111 | 11111010 | 1011010 | 110001 |
Color Harmonies of #310CEE
Complementary color
Monochromatic Colors of #310CEE
Black with #310CEE
Text Example
Text Example
White with #310CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CEE; }
p { color: rgb(49,12,238); }
H1.HeaderClassName
{
color: #310CEE;
}
.AnyTagClassName
{
color: #310CEE;
}
</style>
background-color css
<style>
a { background-color: #310CEE; }
a { background-color: rgb(49,12,238); }
div.DivClassName
{
background-color: #310CEE;
}
.BgClassName
{
background-color: #310CEE;
}
</style>
border-color css
<style>
span { border-color: #310CEE; }
span { border-color: rgb(49,12,238); }
td.TdClassName
{
border-color: #310CEE;
}
.TagClassName
{
border-color: #310CEE;
}
</style>