Shades of Han Purple #3105FF
Tints of Han Purple #3105FF
RGB
CMYK
RGB Variations
Color information
#3105FF (or 0x3105FF) is known color: Han Purple. HEX triplet: 31, 05 and FF. RGB value is (49,5,255). Sum of RGB (Red+Green+Blue) = 49+5+255=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #3105FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3105FF is #CEFA00. Grayscale: #2D2D2D. Windows color (decimal): -13564417 or 16713009. OLE color: 16713009.
HSL color Cylindrical-coordinate representation of color #3105FF: hue angle of 250.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3105FF is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 5 | 255 | - |
| CMYK | 0.81 | 0.98 | 0 | 0 |
| HSL | 250.56º | 1% | 0.51% | - |
| HSV(B) | 250.56º | 0.98% | 1% | - |
| XYZ | 19.37 | 7.98 | 95.13 | - |
| YUV | 46.66 | 245.58 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 255 | 0.81 | 0.98 | 0 | 0 | 250.56 | 1 | 0.51 |
| Hex | 31 | 5 | FF | 51 | 62 | 0 | 0 | FB | 64 | 33 |
| Octal | 61 | 5 | 377 | 121 | 142 | 0 | 0 | 373 | 144 | 63 |
| Binary | 110001 | 101 | 11111111 | 1010001 | 1100010 | 0 | 0 | 11111011 | 1100100 | 110011 |
Color Harmonies of #3105FF
Complementary color
Monochromatic Colors of #3105FF
Black with #3105FF
Text Example
Text Example
White with #3105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105FF; }
p { color: rgb(49,5,255); }
H1.HeaderClassName
{
color: #3105FF;
}
.AnyTagClassName
{
color: #3105FF;
}
</style>
background-color css
<style>
a { background-color: #3105FF; }
a { background-color: rgb(49,5,255); }
div.DivClassName
{
background-color: #3105FF;
}
.BgClassName
{
background-color: #3105FF;
}
</style>
border-color css
<style>
span { border-color: #3105FF; }
span { border-color: rgb(49,5,255); }
td.TdClassName
{
border-color: #3105FF;
}
.TagClassName
{
border-color: #3105FF;
}
</style>