Shades of Han Purple #3102DF
Tints of Han Purple #3102DF
RGB
CMYK
RGB Variations
Color information
#3102DF (or 0x3102DF) is known color: Han Purple. HEX triplet: 31, 02 and DF. RGB value is (49,2,223). Sum of RGB (Red+Green+Blue) = 49+2+223=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #3102DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3102DF is #CEFD20. Grayscale: #282828. Windows color (decimal): -13565217 or 14615089. OLE color: 14615089.
HSL color Cylindrical-coordinate representation of color #3102DF: hue angle of 252.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102DF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 2 | 223 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.13 |
| HSL | 252.76º | 0.98% | 0.44% | - |
| HSV(B) | 252.76º | 0.99% | 0.87% | - |
| XYZ | 14.61 | 6.02 | 70.2 | - |
| YUV | 41.25 | 230.57 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 223 | 0.78 | 0.99 | 0 | 0.13 | 252.76 | 0.98 | 0.44 |
| Hex | 31 | 2 | DF | 4E | 63 | 0 | D | FD | 62 | 2C |
| Octal | 61 | 2 | 337 | 116 | 143 | 0 | 15 | 375 | 142 | 54 |
| Binary | 110001 | 10 | 11011111 | 1001110 | 1100011 | 0 | 1101 | 11111101 | 1100010 | 101100 |
Color Harmonies of #3102DF
Complementary color
Monochromatic Colors of #3102DF
Black with #3102DF
Text Example
Text Example
White with #3102DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102DF; }
p { color: rgb(49,2,223); }
H1.HeaderClassName
{
color: #3102DF;
}
.AnyTagClassName
{
color: #3102DF;
}
</style>
background-color css
<style>
a { background-color: #3102DF; }
a { background-color: rgb(49,2,223); }
div.DivClassName
{
background-color: #3102DF;
}
.BgClassName
{
background-color: #3102DF;
}
</style>
border-color css
<style>
span { border-color: #3102DF; }
span { border-color: rgb(49,2,223); }
td.TdClassName
{
border-color: #3102DF;
}
.TagClassName
{
border-color: #3102DF;
}
</style>