Shades of Han Purple #3103FD
Tints of Han Purple #3103FD
RGB
CMYK
RGB Variations
Color information
#3103FD (or 0x3103FD) is known color: Han Purple. HEX triplet: 31, 03 and FD. RGB value is (49,3,253). Sum of RGB (Red+Green+Blue) = 49+3+253=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #3103FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103FD is #CEFC02. Grayscale: #2C2C2C. Windows color (decimal): -13564931 or 16581425. OLE color: 16581425.
HSL color Cylindrical-coordinate representation of color #3103FD: hue angle of 251.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103FD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 3 | 253 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.01 |
| HSL | 251.04º | 0.98% | 0.5% | - |
| HSV(B) | 251.04º | 0.99% | 0.99% | - |
| XYZ | 19.03 | 7.81 | 93.43 | - |
| YUV | 45.25 | 245.24 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 253 | 0.81 | 0.99 | 0 | 0.01 | 251.04 | 0.98 | 0.5 |
| Hex | 31 | 3 | FD | 51 | 63 | 0 | 1 | FB | 62 | 32 |
| Octal | 61 | 3 | 375 | 121 | 143 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110001 | 11 | 11111101 | 1010001 | 1100011 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3103FD
Complementary color
Monochromatic Colors of #3103FD
Black with #3103FD
Text Example
Text Example
White with #3103FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103FD; }
p { color: rgb(49,3,253); }
H1.HeaderClassName
{
color: #3103FD;
}
.AnyTagClassName
{
color: #3103FD;
}
</style>
background-color css
<style>
a { background-color: #3103FD; }
a { background-color: rgb(49,3,253); }
div.DivClassName
{
background-color: #3103FD;
}
.BgClassName
{
background-color: #3103FD;
}
</style>
border-color css
<style>
span { border-color: #3103FD; }
span { border-color: rgb(49,3,253); }
td.TdClassName
{
border-color: #3103FD;
}
.TagClassName
{
border-color: #3103FD;
}
</style>