Shades of Han Purple #261FF2
Tints of Han Purple #261FF2
RGB
CMYK
RGB Variations
Color information
#261FF2 (or 0x261FF2) is known color: Han Purple. HEX triplet: 26, 1F and F2. RGB value is (38,31,242). Sum of RGB (Red+Green+Blue) = 38+31+242=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 242 (94.92% from 255 or 77.81% from 311); Max value from RGB is 242 - color contains mainly: blue. Hex color #261FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FF2 is #D9E00D. Grayscale: #383838. Windows color (decimal): -14278670 or 15867686. OLE color: 15867686.
HSL color Cylindrical-coordinate representation of color #261FF2: hue angle of 241.99º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261FF2 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 31 | 242 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.05 |
| HSL | 241.99º | 0.89% | 0.54% | - |
| HSV(B) | 241.99º | 0.87% | 0.95% | - |
| XYZ | 17.32 | 7.8 | 84.6 | - |
| YUV | 57.15 | 232.32 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 242 | 0.84 | 0.87 | 0 | 0.05 | 241.99 | 0.89 | 0.54 |
| Hex | 26 | 1F | F2 | 54 | 57 | 0 | 5 | F2 | 59 | 36 |
| Octal | 46 | 37 | 362 | 124 | 127 | 0 | 5 | 362 | 131 | 66 |
| Binary | 100110 | 11111 | 11110010 | 1010100 | 1010111 | 0 | 101 | 11110010 | 1011001 | 110110 |
Color Harmonies of #261FF2
Complementary color
Monochromatic Colors of #261FF2
Black with #261FF2
Text Example
Text Example
White with #261FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FF2; }
p { color: rgb(38,31,242); }
H1.HeaderClassName
{
color: #261FF2;
}
.AnyTagClassName
{
color: #261FF2;
}
</style>
background-color css
<style>
a { background-color: #261FF2; }
a { background-color: rgb(38,31,242); }
div.DivClassName
{
background-color: #261FF2;
}
.BgClassName
{
background-color: #261FF2;
}
</style>
border-color css
<style>
span { border-color: #261FF2; }
span { border-color: rgb(38,31,242); }
td.TdClassName
{
border-color: #261FF2;
}
.TagClassName
{
border-color: #261FF2;
}
</style>