Shades of Han Purple #310ADC
Tints of Han Purple #310ADC
RGB
CMYK
RGB Variations
Color information
#310ADC (or 0x310ADC) is known color: Han Purple. HEX triplet: 31, 0A and DC. RGB value is (49,10,220). Sum of RGB (Red+Green+Blue) = 49+10+220=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #310ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ADC is #CEF523. Grayscale: #2C2C2C. Windows color (decimal): -13563172 or 14420529. OLE color: 14420529.
HSL color Cylindrical-coordinate representation of color #310ADC: hue angle of 251.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310ADC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 10 | 220 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.14 |
| HSL | 251.14º | 0.91% | 0.45% | - |
| HSV(B) | 251.14º | 0.95% | 0.86% | - |
| XYZ | 14.29 | 6.04 | 68.12 | - |
| YUV | 45.6 | 226.42 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 220 | 0.78 | 0.95 | 0 | 0.14 | 251.14 | 0.91 | 0.45 |
| Hex | 31 | A | DC | 4E | 5F | 0 | E | FB | 5B | 2D |
| Octal | 61 | 12 | 334 | 116 | 137 | 0 | 16 | 373 | 133 | 55 |
| Binary | 110001 | 1010 | 11011100 | 1001110 | 1011111 | 0 | 1110 | 11111011 | 1011011 | 101101 |
Color Harmonies of #310ADC
Complementary color
Monochromatic Colors of #310ADC
Black with #310ADC
Text Example
Text Example
White with #310ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ADC; }
p { color: rgb(49,10,220); }
H1.HeaderClassName
{
color: #310ADC;
}
.AnyTagClassName
{
color: #310ADC;
}
</style>
background-color css
<style>
a { background-color: #310ADC; }
a { background-color: rgb(49,10,220); }
div.DivClassName
{
background-color: #310ADC;
}
.BgClassName
{
background-color: #310ADC;
}
</style>
border-color css
<style>
span { border-color: #310ADC; }
span { border-color: rgb(49,10,220); }
td.TdClassName
{
border-color: #310ADC;
}
.TagClassName
{
border-color: #310ADC;
}
</style>