Shades of Han Purple #261EF1
Tints of Han Purple #261EF1
RGB
CMYK
RGB Variations
Color information
#261EF1 (or 0x261EF1) is known color: Han Purple. HEX triplet: 26, 1E and F1. RGB value is (38,30,241). Sum of RGB (Red+Green+Blue) = 38+30+241=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #261EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EF1 is #D9E10E. Grayscale: #373737. Windows color (decimal): -14278927 or 15801894. OLE color: 15801894.
HSL color Cylindrical-coordinate representation of color #261EF1: hue angle of 242.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261EF1 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 30 | 241 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.05 |
| HSL | 242.27º | 0.88% | 0.53% | - |
| HSV(B) | 242.27º | 0.88% | 0.95% | - |
| XYZ | 17.14 | 7.69 | 83.8 | - |
| YUV | 56.45 | 232.15 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 241 | 0.84 | 0.88 | 0 | 0.05 | 242.27 | 0.88 | 0.53 |
| Hex | 26 | 1E | F1 | 54 | 58 | 0 | 5 | F2 | 58 | 35 |
| Octal | 46 | 36 | 361 | 124 | 130 | 0 | 5 | 362 | 130 | 65 |
| Binary | 100110 | 11110 | 11110001 | 1010100 | 1011000 | 0 | 101 | 11110010 | 1011000 | 110101 |
Color Harmonies of #261EF1
Complementary color
Monochromatic Colors of #261EF1
Black with #261EF1
Text Example
Text Example
White with #261EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EF1; }
p { color: rgb(38,30,241); }
H1.HeaderClassName
{
color: #261EF1;
}
.AnyTagClassName
{
color: #261EF1;
}
</style>
background-color css
<style>
a { background-color: #261EF1; }
a { background-color: rgb(38,30,241); }
div.DivClassName
{
background-color: #261EF1;
}
.BgClassName
{
background-color: #261EF1;
}
</style>
border-color css
<style>
span { border-color: #261EF1; }
span { border-color: rgb(38,30,241); }
td.TdClassName
{
border-color: #261EF1;
}
.TagClassName
{
border-color: #261EF1;
}
</style>