Shades of Han Purple #261EF7
Tints of Han Purple #261EF7
RGB
CMYK
RGB Variations
Color information
#261EF7 (or 0x261EF7) is known color: Han Purple. HEX triplet: 26, 1E and F7. RGB value is (38,30,247). Sum of RGB (Red+Green+Blue) = 38+30+247=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 247 (96.88% from 255 or 78.41% from 315); Max value from RGB is 247 - color contains mainly: blue. Hex color #261EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EF7 is #D9E108. Grayscale: #383838. Windows color (decimal): -14278921 or 16195110. OLE color: 16195110.
HSL color Cylindrical-coordinate representation of color #261EF7: hue angle of 242.21º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261EF7 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 30 | 247 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.03 |
| HSL | 242.21º | 0.93% | 0.54% | - |
| HSV(B) | 242.21º | 0.88% | 0.97% | - |
| XYZ | 18.05 | 8.06 | 88.6 | - |
| YUV | 57.13 | 235.15 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 247 | 0.85 | 0.88 | 0 | 0.03 | 242.21 | 0.93 | 0.54 |
| Hex | 26 | 1E | F7 | 55 | 58 | 0 | 3 | F2 | 5D | 36 |
| Octal | 46 | 36 | 367 | 125 | 130 | 0 | 3 | 362 | 135 | 66 |
| Binary | 100110 | 11110 | 11110111 | 1010101 | 1011000 | 0 | 11 | 11110010 | 1011101 | 110110 |
Color Harmonies of #261EF7
Complementary color
Monochromatic Colors of #261EF7
Black with #261EF7
Text Example
Text Example
White with #261EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EF7; }
p { color: rgb(38,30,247); }
H1.HeaderClassName
{
color: #261EF7;
}
.AnyTagClassName
{
color: #261EF7;
}
</style>
background-color css
<style>
a { background-color: #261EF7; }
a { background-color: rgb(38,30,247); }
div.DivClassName
{
background-color: #261EF7;
}
.BgClassName
{
background-color: #261EF7;
}
</style>
border-color css
<style>
span { border-color: #261EF7; }
span { border-color: rgb(38,30,247); }
td.TdClassName
{
border-color: #261EF7;
}
.TagClassName
{
border-color: #261EF7;
}
</style>