Shades of Han Purple #261FFF
Tints of Han Purple #261FFF
RGB
CMYK
RGB Variations
Color information
#261FFF (or 0x261FFF) is known color: Han Purple. HEX triplet: 26, 1F and FF. RGB value is (38,31,255). Sum of RGB (Red+Green+Blue) = 38+31+255=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #261FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FFF is #D9E000. Grayscale: #393939. Windows color (decimal): -14278657 or 16719654. OLE color: 16719654.
HSL color Cylindrical-coordinate representation of color #261FFF: hue angle of 241.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261FFF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 31 | 255 | - |
| CMYK | 0.85 | 0.88 | 0 | 0 |
| HSL | 241.88º | 1% | 0.56% | - |
| HSV(B) | 241.88º | 0.88% | 1% | - |
| XYZ | 19.34 | 8.61 | 95.25 | - |
| YUV | 58.63 | 238.82 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 255 | 0.85 | 0.88 | 0 | 0 | 241.88 | 1 | 0.56 |
| Hex | 26 | 1F | FF | 55 | 58 | 0 | 0 | F2 | 64 | 38 |
| Octal | 46 | 37 | 377 | 125 | 130 | 0 | 0 | 362 | 144 | 70 |
| Binary | 100110 | 11111 | 11111111 | 1010101 | 1011000 | 0 | 0 | 11110010 | 1100100 | 111000 |
Color Harmonies of #261FFF
Complementary color
Monochromatic Colors of #261FFF
Black with #261FFF
Text Example
Text Example
White with #261FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FFF; }
p { color: rgb(38,31,255); }
H1.HeaderClassName
{
color: #261FFF;
}
.AnyTagClassName
{
color: #261FFF;
}
</style>
background-color css
<style>
a { background-color: #261FFF; }
a { background-color: rgb(38,31,255); }
div.DivClassName
{
background-color: #261FFF;
}
.BgClassName
{
background-color: #261FFF;
}
</style>
border-color css
<style>
span { border-color: #261FFF; }
span { border-color: rgb(38,31,255); }
td.TdClassName
{
border-color: #261FFF;
}
.TagClassName
{
border-color: #261FFF;
}
</style>