Shades of Han Purple #3102FD
Tints of Han Purple #3102FD
RGB
CMYK
RGB Variations
Color information
#3102FD (or 0x3102FD) is known color: Han Purple. HEX triplet: 31, 02 and FD. RGB value is (49,2,253). Sum of RGB (Red+Green+Blue) = 49+2+253=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #3102FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3102FD is #CEFD02. Grayscale: #2B2B2B. Windows color (decimal): -13565187 or 16581169. OLE color: 16581169.
HSL color Cylindrical-coordinate representation of color #3102FD: hue angle of 251.24º 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 #3102FD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 2 | 253 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.01 |
| HSL | 251.24º | 0.98% | 0.5% | - |
| HSV(B) | 251.24º | 0.99% | 0.99% | - |
| XYZ | 19.02 | 7.79 | 93.43 | - |
| YUV | 44.67 | 245.57 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 253 | 0.81 | 0.99 | 0 | 0.01 | 251.24 | 0.98 | 0.5 |
| Hex | 31 | 2 | FD | 51 | 63 | 0 | 1 | FB | 62 | 32 |
| Octal | 61 | 2 | 375 | 121 | 143 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110001 | 10 | 11111101 | 1010001 | 1100011 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3102FD
Complementary color
Monochromatic Colors of #3102FD
Black with #3102FD
Text Example
Text Example
White with #3102FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102FD; }
p { color: rgb(49,2,253); }
H1.HeaderClassName
{
color: #3102FD;
}
.AnyTagClassName
{
color: #3102FD;
}
</style>
background-color css
<style>
a { background-color: #3102FD; }
a { background-color: rgb(49,2,253); }
div.DivClassName
{
background-color: #3102FD;
}
.BgClassName
{
background-color: #3102FD;
}
</style>
border-color css
<style>
span { border-color: #3102FD; }
span { border-color: rgb(49,2,253); }
td.TdClassName
{
border-color: #3102FD;
}
.TagClassName
{
border-color: #3102FD;
}
</style>