Shades of Han Purple #261BF6
Tints of Han Purple #261BF6
RGB
CMYK
RGB Variations
Color information
#261BF6 (or 0x261BF6) is known color: Han Purple. HEX triplet: 26, 1B and F6. RGB value is (38,27,246). Sum of RGB (Red+Green+Blue) = 38+27+246=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 246 (96.48% from 255 or 79.10% from 311); Max value from RGB is 246 - color contains mainly: blue. Hex color #261BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261BF6 is #D9E409. Grayscale: #363636. Windows color (decimal): -14279690 or 16128806. OLE color: 16128806.
HSL color Cylindrical-coordinate representation of color #261BF6: hue angle of 243.01º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261BF6 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 27 | 246 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.04 |
| HSL | 243.01º | 0.92% | 0.54% | - |
| HSV(B) | 243.01º | 0.89% | 0.96% | - |
| XYZ | 17.83 | 7.85 | 87.76 | - |
| YUV | 55.26 | 235.64 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 246 | 0.85 | 0.89 | 0 | 0.04 | 243.01 | 0.92 | 0.54 |
| Hex | 26 | 1B | F6 | 55 | 59 | 0 | 4 | F3 | 5C | 36 |
| Octal | 46 | 33 | 366 | 125 | 131 | 0 | 4 | 363 | 134 | 66 |
| Binary | 100110 | 11011 | 11110110 | 1010101 | 1011001 | 0 | 100 | 11110011 | 1011100 | 110110 |
Color Harmonies of #261BF6
Complementary color
Monochromatic Colors of #261BF6
Black with #261BF6
Text Example
Text Example
White with #261BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BF6; }
p { color: rgb(38,27,246); }
H1.HeaderClassName
{
color: #261BF6;
}
.AnyTagClassName
{
color: #261BF6;
}
</style>
background-color css
<style>
a { background-color: #261BF6; }
a { background-color: rgb(38,27,246); }
div.DivClassName
{
background-color: #261BF6;
}
.BgClassName
{
background-color: #261BF6;
}
</style>
border-color css
<style>
span { border-color: #261BF6; }
span { border-color: rgb(38,27,246); }
td.TdClassName
{
border-color: #261BF6;
}
.TagClassName
{
border-color: #261BF6;
}
</style>