Shades of Han Purple #261FF1
Tints of Han Purple #261FF1
RGB
CMYK
RGB Variations
Color information
#261FF1 (or 0x261FF1) is known color: Han Purple. HEX triplet: 26, 1F and F1. RGB value is (38,31,241). Sum of RGB (Red+Green+Blue) = 38+31+241=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #261FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FF1 is #D9E00E. Grayscale: #383838. Windows color (decimal): -14278671 or 15802150. OLE color: 15802150.
HSL color Cylindrical-coordinate representation of color #261FF1: hue angle of 242º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261FF1 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 31 | 241 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.05 |
| HSL | 242º | 0.88% | 0.53% | - |
| HSV(B) | 242º | 0.87% | 0.95% | - |
| XYZ | 17.17 | 7.74 | 83.81 | - |
| YUV | 57.03 | 231.82 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 241 | 0.84 | 0.87 | 0 | 0.05 | 242 | 0.88 | 0.53 |
| Hex | 26 | 1F | F1 | 54 | 57 | 0 | 5 | F2 | 58 | 35 |
| Octal | 46 | 37 | 361 | 124 | 127 | 0 | 5 | 362 | 130 | 65 |
| Binary | 100110 | 11111 | 11110001 | 1010100 | 1010111 | 0 | 101 | 11110010 | 1011000 | 110101 |
Color Harmonies of #261FF1
Complementary color
Monochromatic Colors of #261FF1
Black with #261FF1
Text Example
Text Example
White with #261FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FF1; }
p { color: rgb(38,31,241); }
H1.HeaderClassName
{
color: #261FF1;
}
.AnyTagClassName
{
color: #261FF1;
}
</style>
background-color css
<style>
a { background-color: #261FF1; }
a { background-color: rgb(38,31,241); }
div.DivClassName
{
background-color: #261FF1;
}
.BgClassName
{
background-color: #261FF1;
}
</style>
border-color css
<style>
span { border-color: #261FF1; }
span { border-color: rgb(38,31,241); }
td.TdClassName
{
border-color: #261FF1;
}
.TagClassName
{
border-color: #261FF1;
}
</style>