Shades of Han Purple #3105ED
Tints of Han Purple #3105ED
RGB
CMYK
RGB Variations
Color information
#3105ED (or 0x3105ED) is known color: Han Purple. HEX triplet: 31, 05 and ED. RGB value is (49,5,237). Sum of RGB (Red+Green+Blue) = 49+5+237=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #3105ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3105ED is #CEFA12. Grayscale: #2B2B2B. Windows color (decimal): -13564435 or 15533361. OLE color: 15533361.
HSL color Cylindrical-coordinate representation of color #3105ED: hue angle of 251.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3105ED is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 5 | 237 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.07 |
| HSL | 251.38º | 0.96% | 0.47% | - |
| HSV(B) | 251.38º | 0.98% | 0.93% | - |
| XYZ | 16.61 | 6.88 | 80.57 | - |
| YUV | 44.6 | 236.58 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 237 | 0.79 | 0.98 | 0 | 0.07 | 251.38 | 0.96 | 0.47 |
| Hex | 31 | 5 | ED | 4F | 62 | 0 | 7 | FB | 60 | 2F |
| Octal | 61 | 5 | 355 | 117 | 142 | 0 | 7 | 373 | 140 | 57 |
| Binary | 110001 | 101 | 11101101 | 1001111 | 1100010 | 0 | 111 | 11111011 | 1100000 | 101111 |
Color Harmonies of #3105ED
Complementary color
Monochromatic Colors of #3105ED
Black with #3105ED
Text Example
Text Example
White with #3105ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3105ED; }
p { color: rgb(49,5,237); }
H1.HeaderClassName
{
color: #3105ED;
}
.AnyTagClassName
{
color: #3105ED;
}
</style>
background-color css
<style>
a { background-color: #3105ED; }
a { background-color: rgb(49,5,237); }
div.DivClassName
{
background-color: #3105ED;
}
.BgClassName
{
background-color: #3105ED;
}
</style>
border-color css
<style>
span { border-color: #3105ED; }
span { border-color: rgb(49,5,237); }
td.TdClassName
{
border-color: #3105ED;
}
.TagClassName
{
border-color: #3105ED;
}
</style>