Shades of Han Purple #3105DD
Tints of Han Purple #3105DD
RGB
CMYK
RGB Variations
Color information
#3105DD (or 0x3105DD) is known color: Han Purple. HEX triplet: 31, 05 and DD. RGB value is (49,5,221). Sum of RGB (Red+Green+Blue) = 49+5+221=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #3105DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3105DD is #CEFA22. Grayscale: #292929. Windows color (decimal): -13564451 or 14484785. OLE color: 14484785.
HSL color Cylindrical-coordinate representation of color #3105DD: hue angle of 252.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3105DD is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 5 | 221 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.13 |
| HSL | 252.22º | 0.96% | 0.44% | - |
| HSV(B) | 252.22º | 0.98% | 0.87% | - |
| XYZ | 14.37 | 5.98 | 68.8 | - |
| YUV | 42.78 | 228.58 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 221 | 0.78 | 0.98 | 0 | 0.13 | 252.22 | 0.96 | 0.44 |
| Hex | 31 | 5 | DD | 4E | 62 | 0 | D | FC | 60 | 2C |
| Octal | 61 | 5 | 335 | 116 | 142 | 0 | 15 | 374 | 140 | 54 |
| Binary | 110001 | 101 | 11011101 | 1001110 | 1100010 | 0 | 1101 | 11111100 | 1100000 | 101100 |
Color Harmonies of #3105DD
Complementary color
Monochromatic Colors of #3105DD
Black with #3105DD
Text Example
Text Example
White with #3105DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105DD; }
p { color: rgb(49,5,221); }
H1.HeaderClassName
{
color: #3105DD;
}
.AnyTagClassName
{
color: #3105DD;
}
</style>
background-color css
<style>
a { background-color: #3105DD; }
a { background-color: rgb(49,5,221); }
div.DivClassName
{
background-color: #3105DD;
}
.BgClassName
{
background-color: #3105DD;
}
</style>
border-color css
<style>
span { border-color: #3105DD; }
span { border-color: rgb(49,5,221); }
td.TdClassName
{
border-color: #3105DD;
}
.TagClassName
{
border-color: #3105DD;
}
</style>